[porting-issues] [Issue 48988] New - ENABLE_PASF : SRX645_m54 build fails at vcl/unx/source/app

2005-05-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48988
  Issue #:|48988
  Summary:|ENABLE_PASF : SRX645_m54 build fails at
  |vcl/unx/source/app
Component:|porting
  Version:|OOo 1.1.4
 Platform:|All
  URL:|
   OS/Version:|FreeBSD
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|maho





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:00:35 -0700 
2005 ---
build of SRX645_m54 fails at vcl project for FreeBSD

00 -DINTEL 
-DGXX_INCLUDE_PATH=/usr/local/lib/gcc-lib/i386-portbld-freebsd5.3/3.2.3/include/
g++-v3 -DCVER=C300 -D_USE_NAMESPACE -D_USE_NAMESPACE=1 -DX86 -DNEW_SOLAR 
-DSTLPORT_VERSION=450 -DOSVERSION=503001 -D_THREAD_SAFE -D_REENTRANT -D__DMAKE 
b-
DUNIX -DCPPU_ENV=gcc3 -DSUPD=645 -DPRODUCT -DNDEBUG -DPRODUCT_FULL 
-DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_OFF -DCUI -DSOLAR_JAVA -DSRX645 
-DUSE_BUILTIN_RASTERIZER -DENABLE_CTL -DUSE_XINERAMA -DSHAREDLIB -D_DLL_  
-DMULTITHREAD  
-w -o ../../../unxfbsd.pro/slo/devaudiosound.o 
/work/ports/editors/openoffice-1.1-devel/work/vcl/
unx/source/app/devaudiosound.cxx
In file included from 
/work/ports/editors/openoffice-1.1-devel/work/vcl/unx/source/app/
devaudiosound.cxx:63:
salimpsound.hxx:84:33: portaudio/portaudio.h: No such file or directory
salimpsound.hxx:89:29: sndfile/sndfile.h: No such file or directory
In file included from 
/work/ports/editors/openoffice-1.1-devel/work/vcl/unx/source/app/
devaudiosound.cxx:63:
salimpsound.hxx:219: 'PaDeviceID' is used as a type, but is not defined as a 
   type.
salimpsound.hxx:220: 'PaSampleFormat' is used as a type, but is not defined as 
   a type.
salimpsound.hxx:222: syntax error before `*' token
salimpsound.hxx:223: 'SF_INFO' is used as a type, but is not defined as a type.
salimpsound.hxx:235: syntax error before `*' token
dmake:  Error code 1, while making '../../../unxfbsd.pro/slo/devaudiosound.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making 
/work/ports/editors/openoffice-1.1-devel/work/vcl/unx/
source/app

since, in salimpsound.hxx, includes headers from sndfile and portaudio, however 
it does not
exist. Such things should be checked at configure stage, and at configure stage 
it is also checked
like :

dnl 
===

dnl Test whether wwe want to use portaudio/sndfile
dnl 
===

AC_MSG_CHECKING([whether to use portaudio/sndfile])
ENABLE_PASF=NO
if test -n $enable_pasf; then
ENABLE_PASF=YES
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
AC_SUBST(ENABLE_PASF)

if test $ENABLE_PASF = YES; then

so ENABLE_PASF must be set NO for 1.1.4 m54 and this is true.
% grep  ENABLE_PASF /work/ports/editors/openoffice-1.1-devel/log.en 
The variable 
ENABLE_PASF   is set to: NO

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 48988] ENABLE_PASF : SRX645_m54 build fails at vcl/unx/source/app

2005-05-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48988


User maho changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=25954) change to .IF
  |  |$(ENABLE_PASF) == YES
  |  |...





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:02:48 -0700 
2005 ---
Created an attachment (id=25954)
change to .IF $(ENABLE_PASF) == YES ...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48989] New - Export to PDF fails when domument loaded Hidden

2005-05-10 Thread mr_than
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48989
  Issue #:|48989
  Summary:|Export to PDF fails when domument loaded Hidden
Component:|Word processor
  Version:|680m95
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|save-export
  Assigned to:|mru
  Reported by:|mr_than





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:03:27 -0700 
2005 ---
When the following loader properties are used to create a document from a 
template

PropertyValue[] loadProps = new PropertyValue[2];
loadProps[0] = new PropertyValue();
loadProps[0].Name = AsTemplate;
loadProps[0].Value = new Boolean(true);
loadProps[1] = new PropertyValue();
loadProps[1].Name = Hidden;
loadProps[1].Value = new Boolean(true);

It will often fail to export the document to PDF successfully. Many times
soffice will hang and eventually recovery will commence. I don't get and
exception or error message most times however ccassionally it will end with 
error:

Error 2625 in soffice.BIN

Pure virtual function call

Most times the PDF *is* produced and opens correctly but OOo crashes anyway.

If I comment out the Hidden = true loader property it runs successfully without
error. I've found this is occurring with 68m91, 3, 95 and 100 at this stage. I
didn't have this problem with earlier milestones.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 48988] ENABLE_PASF : SRX645_m54 build fails at vcl/unx/source/app

2005-05-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48988


User maho changed the following:

  What|Old value |New value

  Target milestone|---   |OOo 1.1.5





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:03:37 -0700 
2005 ---
set target milestone

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 48988] ENABLE_PASF : SRX645_m54 build fails at vcl/unx/source/app

2005-05-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48988





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:03:57 -0700 
2005 ---
Add Cc: pjanik

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 48988] ENABLE_PASF : SRX645_m54 build fails at vcl/unx/source/app

2005-05-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48988





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:04:27 -0700 
2005 ---
pjanik : could you please approve my commit to bsd02?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48812] formulas are saved corrupted in writer

2005-05-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48812


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:05:05 -0700 
2005 ---
Closing duplicate.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 48978] FreeBSD SRX645 m54 bridge project, tries to build gcc2_freebsd_intel

2005-05-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48978





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:05:05 -0700 
2005 ---
pjanik : could you please approve my commit to bsd02?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48974] extras: red and green agenda wizard are the same

2005-05-10 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48974


User of changed the following:

  What|Old value |New value

   Assigned to|of|tv

  Keywords|needmoreinfo  |

  Priority|P3|P4





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:06:08 -0700 
2005 ---
of @ tv: Please have a look.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48989] Export to PDF fails when domument loaded Hidden

2005-05-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48989


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |hi





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:09:25 -0700 
2005 ---
Reassigned to HI.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 48005] Submission of SSH2 Key for access to www component

2005-05-10 Thread karthiksp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48005


User karthiksp changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:14:00 -0700 
2005 ---
The new key has been uploaded.Closing the issue.

Thanks
Karthik-Helpdesk

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] NAV detected a virus in a document you authored.

2005-05-10 Thread dslsoft/dslsoft%dslsoft
Please contact your system administrator.


The infected file attachment in the scanned document was deleted.


Virus Information:
The attachment message.scr contained the virus [EMAIL PROTECTED] and was
deleted.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48976] Importing a PowerPoint file does not give correct numbering on lists.

2005-05-10 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48976


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|cgu





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:38:53 -0700 
2005 ---
Reassigned.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:40:08 -0700 
2005 ---
I hope you don't mind if I comment as well ;-). I currently have two points:

1. I don't think it is good to use a hardcoded version 2.0 and I would like to
see this discussed together with #i48256#, so that we come to a single approach.
I personally don't care whether it is OpenOffice.org 2 or OpenOffice.org 2.0
or OpenOffice.org 1.9, but I think to be able to differenciate release 2
items for 1.x item should be possible.

2. Is there a specific need why the menu file is created in the postinstall
script and not packaged as every other file ? I you don't want to fight the
makefile.mk stuff, the creation of this file could be done in a build/install
section of the spec file ..

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 47663] Base Forms Open: Date Field does not use the format stored in table definition

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47663


User fs changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:44:29 -0700 
2005 ---
accepting

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48865] Refresh timer for formulas AutoUpdate Display is WAY too slow

2005-05-10 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48865





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:45:13 -0700 
2005 ---
Just disabling the delay is not that a good idea since it is considered to be a
feature that prevents the user from seeing annoyingly garbled display.
The delay might readily be decreased to about 1 second though.

So maybe we should add a new option called Immediate update. 


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48466] Presentation reports Error saving the document: Write Error for no reason

2005-05-10 Thread thorstenziehm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48466


User thorstenziehm changed the following:

  What|Old value |New value

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:47:36 -0700 
2005 ---
= approved for 2.0

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 44957] proper icons not shown in nautilus for Fedora core 2 3

2005-05-10 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44957





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:47:49 -0700 
2005 ---
I just wanted to know whether it was the redhat or the freedesktop package that
you installed. Thanks. 

Since there no-one seems to be able to reproduce the problems, is it o.k. for
people to close this bug for now ? I currently don't have the time to install FC
2 and/or FC 3 myself just to see whether there still are any problems ..



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 48990] New - default encoding for DBF and other file

2005-05-10 Thread enemy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48990
  Issue #:|48990
  Summary:|default encoding for DBF and other file
Component:|Spreadsheet
  Version:|680m100
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|spreadsheet
  Reported by:|enemy





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:47:53 -0700 
2005 ---
I open all DBF file in Calc OOo and is very slow every set encoding of file, if
all is in one (Win1250 or ASCII). I think, if this feature is in OOo 1.1. If
developent make better interface for open/import old file format, i am happy.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] Please confirm your request to join CHETANA-JOBS

2005-05-10 Thread Yahoo! Groups

Hello [EMAIL PROTECTED],

We have received your request to join the CHETANA-JOBS 
group hosted by Yahoo! Groups, a free, easy-to-use community service.

This request will expire in 7 days.

TO BECOME A MEMBER OF THE GROUP: 

1) Go to the Yahoo! Groups site by clicking on this link:
   
http://groups.yahoo.com/i?i=-JACUv90EyGz1Od6XovDEk4MWk8e=issues%40util%2Eopenoffice%2Eorg
 

  (If clicking doesn't work, Cut and Paste the line above into your 
   Web browser's address bar.)

-OR-

2) REPLY to this email by clicking Reply and then Send
   in your email program

If you did not request, or do not want, a membership in the
CHETANA-JOBS group, please accept our apologies
and ignore this message.

Regards,

Yahoo! Groups Customer Care

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 

 





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 48967] Cached temporary array data may lead to wrong calculation results

2005-05-10 Thread thorstenziehm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48967





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:50:50 -0700 
2005 ---
= approved for 2.0 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 46941] hang on reformatting headers/footers

2005-05-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46941





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:52:13 -0700 
2005 ---
OD-jwrdegoede:
The release target for cws swqbugfixes30, as it is for this issue, is OOo 2.0.1.
The cws won't be integrated into OOo 2.0. The timeline for OOo 2.0.1 isn't clear
yet. I think that cws swqbugfixes30 will be integrated after OOo 2.0 is 
released.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48992] New - Create debian desktop integration module

2005-05-10 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48992
  Issue #:|48992
  Summary:|Create debian desktop integration module
Component:|Installation
  Version:|680m102
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|obr
  Reported by:|obr





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:52:33 -0700 
2005 ---
When converting any existing desktop integration module using alien, none of
them seems to work as expected. The postinstall script needs special treatment
to work with dpkg as well.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48873] MS Word file without .doc extension produces error

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48873


User mci changed the following:

  What|Old value |New value

Issue type|ENHANCEMENT   |DEFECT





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:55:22 -0700 
2005 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48873] MS Word file without .doc extension produces error

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48873


User mci changed the following:

  What|Old value |New value

   Assigned to|tm|mru





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:56:06 -0700 
2005 ---
reassigned to mru

mci - mru: Hi mru, this seems to be something for you...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:56:07 -0700 
2005 ---
Your comments are always welcome ;-)

1. I didn't know it, ok, so I placed the issue to the depends
   on field, when the name issue will be resolved we will
   resolved this one

2. No, there is no specific need for this. When I was creating
   this specfile, I used the MDK's one as a basis, so it's
   a little bit Mandrakelinux specific, I don't see a problem
   in putting it to the makefile or build/install, I'll do
   it

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48785] Support link

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48785


User mci changed the following:

  What|Old value |New value

   Assigned to|tm|mh

Issue type|ENHANCEMENT   |DEFECT





--- Additional comments from [EMAIL PROTECTED] Mon May  9 23:57:23 -0700 
2005 ---
reassigned to mh

mci - mh: 
Hi mh, please have a look at this, thanks...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] NAV detected a virus in a document you authored.

2005-05-10 Thread dslsoft/dslsoft%dslsoft
Please contact your system administrator.


The infected file attachment in the scanned document was deleted.


Virus Information:
The attachment msg.txt
.pif contained the virus [EMAIL PROTECTED] and was deleted.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ucb-issues] NAV detected a virus in a document you authored.

2005-05-10 Thread dslsoft/dslsoft%dslsoft
Please contact your system administrator.


The infected file attachment in the scanned document was deleted.


Virus Information:
The attachment data.zip [data.rtf
.scr] contained the virus [EMAIL PROTECTED] and was deleted.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 46390] Address Book Data Source Wizard does not support Thunderbird address books

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46390





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:01:44 -0700 
2005 ---
dennybeyer, please submit separate issues for the crash the the
KAddressBook-enhancement (see
http://qa.openoffice.org/issue_handling/basic_rules.html#one_per_issue). Thanks.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48945] Ctrl+Shift+S should be shortcut key to Save As

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48945


User mci changed the following:

  What|Old value |New value

   Assigned to|tm|requirements

Issue type|DEFECT|ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:03:04 -0700 
2005 ---
Hi thing,

thanks for using and supporting OpenOffice.org...

You can define your own shortcut keys in Tools - Customize - Tab Keyboard...

Since I assume you suggest to have this shortcut key as default I reassign this
issue to requirements

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 48103] Opening base file using context-menu Windows XP

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48103


User fs changed the following:

  What|Old value |New value

   Assigned to|fs|is

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:03:17 -0700 
2005 ---
fs-is: yes, definately :)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48933] Page Preview toolbar cannot be closed (doesn't have the small x button)

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48933


User mci changed the following:

  What|Old value |New value

   Assigned to|tm|cj





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:06:28 -0700 
2005 ---
reassigned to cj

mci - cj: 
hi cj, please have a look at this issue. is this the wanted bahviour or is the
[x] missing accidentally?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 35178] Data are lost in mail merges based on spreadsheet data

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35178





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:08:28 -0700 
2005 ---
fs-nn: I have to admit that I agree to tuharsky here. From the user's point of
view, this is clearly a data loss. The (very good and valid) technical
explanations we have for it do not make a difference to this, IMO ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 48614] Accessibility: database application window is not accessible

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48614


User fs changed the following:

  What|Old value |New value

   Assigned to|fs|oj





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:09:30 -0700 
2005 ---
fs-oj: please investigate ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread buchanmilne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:09:47 -0700 
2005 ---
obr:

1)The version used in the menus could be generated, for example:

%global menuversion %(echo %version|cut -d'.' -f 1-2)

(%global is used here instead of %define, as I am not sure whether macros used
in %define are available in scripts - they aren't available in %files at least
... %global is usually safer)

and then the menus could be generated as:

GenerateMenu %PREFIX -base \
Office/Spreadsheets \
base \
OpenOffice.org %{menuversion} Base \
OpenOffice.org %{menuversion} Database \
application/vnd.oasis.opendocument.database


2)Menus are usually shipped in the package ... I was initially confused by the
output of my 'rpm -ql openofficeorg-mandrakelinux-menus|grep menu' ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 48620] Accessibility: repaint errors in database wizards

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48620





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:12:44 -0700 
2005 ---
fs-clu: could you please attach a screen shot?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 48621] Accessibility: text truncated, textboxes not fit in dialog

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48621





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:13:31 -0700 
2005 ---
fs-clu: could you please be a little bit more specific in which texts/wizards
look bad?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 4579] Special Character Shortcuts

2005-05-10 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4579





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:17:09 -0700 
2005 ---
*** Issue 46994 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 46994] keyboard shortcuts for dashes

2005-05-10 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46994


User es changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:17:12 -0700 
2005 ---
duplicate

*** This issue has been marked as a duplicate of 4579 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 46994] keyboard shortcuts for dashes

2005-05-10 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46994


User es changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:17:42 -0700 
2005 ---
closed

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48928] Gnome Integration Broken

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48928


User mci changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Priority|P2|P3

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:18:08 -0700 
2005 ---
Hi rm6990,

thanks for using and supporting OpenOffice.org...

I assume you are talking about the File open dialog?

Due to problems in the past with that file dialog we switched back to
OpenOffice.orgs own file dialog as default.
You can switch to the Gnome filepicker using
Tools - Options -OpenOffice.org - General 
- uncheck the box Use OpenOffice.org dialogs


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48785] Support link

2005-05-10 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48785


User mh changed the following:

  What|Old value |New value

CC|''|'st'

   Assigned to|mh|fpe

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:19:24 -0700 
2005 ---
this is part of the helpcontent. I think this should be as in 1.1.x

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48980] Outline numbering changed when opening sxw files in 2.0 beta (1.9.95)

2005-05-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48980


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WONTFIX

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:20:16 -0700 
2005 ---
This is due to a bug in OO 1.x. The paragraph Synopsis is also a Heading 1
paragraph (means, it  belongs to the Outline numbering). But this special
heading should be exempt from the Outline, because a List style List 2 is
applied to the paragraph format of Synopsis (see in
Format.Paragraph.Numbering). This isn't the case in OO 1.x. OO 2.0 takes care 
of it.
In OO 2.0 you have a possibility to correct it:
In Tools.Outline numbering.Options set the Start value to 1

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 46941] hang on reformatting headers/footers

2005-05-10 Thread jwrdegoede
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46941





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:22:28 -0700 
2005 ---
Hmm,

I understand delaying the fix for Issue 48434 till 2.0.1. But this one causes
oowriter to completly hang, and I've managed to trigger it multiple times with
multiple documents. Leaving this problem in 2.0 will not help ooo getting any
positive reviews.

Also note that due to subtile changes sometimes what used to fit on page no
longer fits messing up the way a document is spread over the pages, this is what
caused me to change the margins, other people will likely do the same.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48980] Outline numbering changed when opening sxw files in 2.0 beta (1.9.95)

2005-05-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48980


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:23:57 -0700 
2005 ---
Closed.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 47261] Bad RPATH in libstlport

2005-05-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47261


User sb changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:25:51 -0700 
2005 ---
closed

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] [Issue 46016] Unopkg cannot parse an XML manifest with leading whitespace

2005-05-10 Thread jb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46016





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:28:02 -0700 
2005 ---
Hi. I just noticed this issue accidentally.

If an XML document contains an XML declaration, that declaration MUST be at the
very beginning of the document. In particular, whitespace preceding the xml
declaration is not allowed in a well-formed XML document. The only exception is,
that a single unicode byte order mark is permitted.

I suggest closing this issue as INVALID.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48801] bad UI for save dialog (probably not limited to writer)

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48801


User mci changed the following:

  What|Old value |New value

   Assigned to|tm|cmc

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:28:29 -0700 
2005 ---
Hi necrosis,

thanks for using and suporting OpenOffice.org...


I reassign this issue to the developer of the GTK Filepicker...

To avoid this problem you could switch to OpenOffice.orgs own dialogs (Tools -
Options - OpenOffice.org - General - check Use OpenOffice.org dialogs)

mci - cmc:
Hi cmc, I think this is something for you

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48466] Presentation reports Error saving the document: Write Error for no reason

2005-05-10 Thread thorstenziehm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48466


User thorstenziehm changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:29:02 -0700 
2005 ---
= set to new

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48668] Right-Click on page number not bringing up bookmarks list in OO-Word

2005-05-10 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48668


User es changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:29:29 -0700 
2005 ---
What do you mean? I've never heard about such a feature and I don't understand
what is the relation between page number and bookmarks (Insert - Bookmark).

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48612] Opening a menu with GOK shows Tips instead of entries

2005-05-10 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48612


User es changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:30:28 -0700 
2005 ---
verified in cws tbe22

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 35830] Save As truncates filename that contains a dot

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35830





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:31:04 -0700 
2005 ---
fs-rvojta: I'm in charge of the file picker, so lemme add my comments to this

a) does sound bad. Though there never has been a full specification for the file
dialog, I remember that on various occasions, the User Experience (UE) Team
wanted wanted the extension not to be shown by default. I know that this is a
rather fuzzy argument :), but I suppose showing the extension always is not what
UE would support.
Furthermore, it would only move (though relax) the problem, since the user might
remove the extension explicitly, and then switch the filter - same problem 
again.

I'm not sure if I like b) (even if a certain competitor does it this way :).
Finally, it means that the user only knows what's going on after it's too late.
Given that extensions have a rather high importance (we may like or dislike this
fact), I would not be happy with not telling the use which extension her file is
going to have.

c) sounds like the best solution - it's a comprehensive fix, and still leaves
the user with a glue what's going on.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:32:56 -0700 
2005 ---
2) Here is the specfile from the Mandrivalinux which handles
   menus in the same way as I in the mandriva-menus package:

http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/SPECS/OpenOffice.org/OpenOffice.org.spec?rev=1.53content-type=text/x-cvsweb-markup

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 35830] Save As truncates filename that contains a dot

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35830





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:33:12 -0700 
2005 ---
fs-ft: If you agree to the argueing that c) is the best solution, I'd be
willing to give rvojta's fix a review (it looks goot at a first glance).
Somebody would still have to decide on a target milestone then.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48979] Outline numbering lost when using sxw files in 2.0 beta (1.9.95)

2005-05-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48979


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |dvo

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:33:46 -0700 
2005 ---
MRU-DVO: when opening the document in OO2 and saving in OO 1.x format, the
outline setting for first level will change from style Heading 1 to style
Heading 1 lookalike.
In .odt format it is o.k.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 35830] Save As truncates filename that contains a dot

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35830


User rvojta changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=25955) Patch for the
  |  |c) option





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:34:34 -0700 
2005 ---
Created an attachment (id=25955)
Patch for the c) option


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48790] alignment buttons in toolbar appears to be inactive when differntly aligned items are selected

2005-05-10 Thread mci
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48790





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:34:58 -0700 
2005 ---
Hi jeongkyu,
thanks for using and supporting OpenOffice.org...

Please suggest what to do instead greying out the affected buttons...

I think mjneedles is right... What else should we do?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 35830] Save As truncates filename that contains a dot

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35830





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:36:07 -0700 
2005 ---
rvojta-fs: I attached the last version of this patch (-c-2.diff), which
was already accepted by mmeeks in the ooo-build.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48454] Open Impress Presentation on ATI 9200 256MB Catalyst 4.5 Crash PC with BluePage!

2005-05-10 Thread allroad
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48454





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:36:13 -0700 
2005 ---
Glad you knew about the issue 45877.  Not sure about the BSoD problem - but do
remember OOo 2.0 is still at beta stage so some things still need ironing out. 
As an aside, I would not try using 2.0 beta to convince others to turn to
OpenOffice - it is a little too unstable IMHO and you could put people off for
good - especially when it eats some important work (happened to me). A far
better bet would be version 1.1.4 - which is excellent too - or wait until 2.0
is at a production/stable level. In the mean time you can keep an eye on this
issue.  Have you hunted around on the WWW for others with Ati cards and similar
problems with open office?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48424] Horizontal slide count in slide sorter auto adjusts before altered

2005-05-10 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48424


User af changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:37:13 -0700 
2005 ---
Accepted.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread buchanmilne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:37:20 -0700 
2005 ---
Robert, I've noticed one or two issues with the current spec file you uploaded:

1)In the version I've got (1.9.95), Base is in openoffice-core01

2)The package name used in the menus was not complete, it should be something
like  openofficeorg-${package_name}, additionally there was a spurious
quotation mark somewhere.

I'm attaching a new spec file and a diff that fixes both of these issues, as
well as implementing the %menuversion I mentioned previously (%define is
sufficient for  %post).

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48440] Moving multiple lines in a bullet list down doesn't work

2005-05-10 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48440


User af changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:37:51 -0700 
2005 ---
Accepted.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48469] complex ppt file very slow

2005-05-10 Thread fbermejo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48469





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:41:18 -0700 
2005 ---
I can confirm the problem is still present in OOo 1.9.100. In my computer
(Pentium 4 2,67 GHz, 512 MB RAM), going from one slide to the next one in the
sample file (not in slide show mode) takes about 4 secs, as opposed to about 1
sec in PowerPoint.
When in slide show mode, things seem to be quick enough.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 46897] Openoffice Base requires java after install

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46897


User fs changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0.1 |---





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:43:04 -0700 
2005 ---
If this is a request for Base to be an optional component, this is issue 46898.
However, since both issues are from the same reporter, I am reluctant to simply
mark this one here as duplicate.

I suppose the problem here is that Base does not detect that no JRE is
installed. Normally, it should, and simply fall back to dBase (which does not
require Java).

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783


User rvojta changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=25956) Other fixes ...





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:51:04 -0700 
2005 ---
Created an attachment (id=25956)
Other fixes ...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48697] Crash when I show a presentation OOo Impress

2005-05-10 Thread fbermejo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48697





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:52:02 -0700 
2005 ---
Could this be a duplicate of issue 48454?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:52:12 -0700 
2005 ---
The last attachment fixes all problems mentioned here and implements
the %{menuversion} ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 47758] XSLT Transform of XML document to .odt produces randomly invalid characters

2005-05-10 Thread sus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47758


User sus changed the following:

  What|Old value |New value

   Assigned to|sseppala  |sus





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:53:03 -0700 
2005 ---
I will take another look on it

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread buchanmilne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783


User buchanmilne changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25957) New mandriva-
  |  |menus.spec making version
  |  |dynamic and fixing some
  |  |typos





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:53:06 -0700 
2005 ---
Created an attachment (id=25957)
New mandriva-menus.spec making version dynamic and fixing some typos


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ui-issues] [Issue 41951] OOo 1.1.x does not start in Win98 when user name (loging to Microsoft Network at Windows start)is '*' (asterisk).

2005-05-10 Thread tomsonas
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41951





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:54:23 -0700 
2005 ---
OOo 1.9.100 does not start also. 'Close Program' shows two instances of 
'Soffice'.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 47830] Static report data doesn't stick to proper columns

2005-05-10 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47830





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:54:45 -0700 
2005 ---
cannot easily reproduce. Can you attach a small sample database?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[api-issues] [Issue 46752] com.sun.star.connection.Connector read stops with error

2005-05-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46752


User sb changed the following:

  What|Old value |New value

   Assigned to|ms|sb





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:55:23 -0700 
2005 ---
Grrr...  What was I thinking about when I repeatedly wrote so much nonsense 
here?

Anyway:  With a HTTP/1.0 GET request, the server closes the connection after
sending the response of length N, so XConnection.read(..., N') with N'  N
should return N and not raise an exception.  The culprit is line 174 of
io/source/connector/ctr_socket.cxx 1.7, which causes XConnection.read to raise
an error even for EOF.  I consider this a bug (it violates the specification of
com.sun.star.connection.XConnection.read), but when fixing it we have to be
careful about existing code that calls XConnection.read and might expect to get
an error if only N  N' bytes are available before EOF.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[udk-issues] [Issue 46752] com.sun.star.connection.Connector read stops with error

2005-05-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46752


User sb changed the following:

  What|Old value |New value

CC|'sb'  |''

 Component|api   |udk

Ever confirmed|  |1

Status|UNCONFIRMED   |STARTED

OS/Version|Windows 98|All

QA contact|[EMAIL PROTECTED]|[EMAIL PROTECTED]

  Platform|PC|All

  Subcomponent|definition|code

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:57:11 -0700 
2005 ---
accepted

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[api-issues] [Issue 46752] com.sun.star.connection.Connector read stops with error

2005-05-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46752


User sb changed the following:

  What|Old value |New value

CC|'sb'  |''

 Component|api   |udk

Ever confirmed|  |1

Status|UNCONFIRMED   |STARTED

OS/Version|Windows 98|All

QA contact|[EMAIL PROTECTED]|[EMAIL PROTECTED]

  Platform|PC|All

  Subcomponent|definition|code

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:57:11 -0700 
2005 ---
accepted

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48865] Refresh timer for formulas AutoUpdate Display is WAY too slow

2005-05-10 Thread altsound
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48865





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:59:25 -0700 
2005 ---
tl,
I don't agree. Firstly, the formula is not much garbled: OOo is good at
interpreting what can be interpreted from an incomplete formula, and there would
just be a few question marks in places where... there *should* be question marks
because there is stuff to be completed. 
Secondly, the user knows, when typing, that the formula is not complete so s/he
would go straight until s/he is at a good point. At that point, waiting to see
the result is very annoying and lowers productivity IMHO.
However, a customizable timer (user enters zero or more milliseconds) could
accomodate both your tastes and mine, and would still be not difficult to 
create.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread buchanmilne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Tue May 10 00:59:39 -0700 
2005 ---
Robert, your latest patch looks good ... could you attach a spec file, and I
will test the package.

BTW, the menu system wiki page is now:

http://qa.mandriva.com/twiki/bin/view/Main/MenuSystem

The last issue I'll mention is Base seems misplaced in Office/Spreadsheets, More
Applications/Databases is used by other database applications ... but I assume
this was done intentionally to keep all the OpenOffice.org application menus
under Office ...

Maybe we need Office/Databases instead ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 47758] XSLT Transform of XML document to .odt produces randomly invalid characters

2005-05-10 Thread sseppala
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47758





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:00:48 -0700 
2005 ---

SSEPPALA-SUS

Thank you very much, just let me know if I can help.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 46941] hang on reformatting headers/footers

2005-05-10 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46941





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:01:38 -0700 
2005 ---
OD-jwrdegoede:
I understand that for you personal this defect is very annoying. But the defect
doesn't occur under all circumstances, when the page margin is changed. The
document has to have a page header or footer. In this page header/footer has to
be an floating screen object (frame, graphic, OLE object or drawing object) and
you have to hit the above mentioned running condition. Thus, it's decided that
this defect doesn't have the priority and importance to be fixed for OOo 2.0.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 48989] Export to PDF fails when domument loaded Hidden

2005-05-10 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48989


User hi changed the following:

  What|Old value |New value

   Assigned to|hi|pl

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:01:41 -0700 
2005 ---
HI-PL: I've got no experience with hidden loader. Please investigate.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 48793] array formulas deleted

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48793


User sab changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:03:15 -0700 
2005 ---
take it

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48697] Crash when I show a presentation OOo Impress

2005-05-10 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48697


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|cgu





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:03:50 -0700 
2005 ---
Reassigned because you have a Radeon.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48466] Presentation reports Error saving the document: Write Error for no reason

2005-05-10 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48466


User cgu changed the following:

  What|Old value |New value

   Assigned to|cgu   |af





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:05:35 -0700 
2005 ---
I can reproduce the bug.
It's a Showstopper.
Please have a look.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 10826] OO +/- system lockup with scroll, save of doc with many footnotes

2005-05-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=10826


User mru changed the following:

  What|Old value |New value

Status|REOPENED  |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:08:22 -0700 
2005 ---
Could you please submit a new issue for this, so that this one won't become too
complex here (will be VERY uncomfortable too handle properly). Thanks for your
patience.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 48955] Versioning does not work with OLE-objects = i/O error

2005-05-10 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48955


User oc changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:11:02 -0700 
2005 ---
Target changed to OOo2.0

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783


User rvojta changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=25959) Just a diff
  |  |with all changes ...





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:11:30 -0700 
2005 ---
Created an attachment (id=25959)
Just a diff with all changes ...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783


User rvojta changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=25960) Full versions
  |  |to test





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:12:00 -0700 
2005 ---
Created an attachment (id=25960)
Full versions to test


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 10826] OO +/- system lockup with scroll, save of doc with many footnotes

2005-05-10 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=10826


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:12:34 -0700 
2005 ---
Please also attach the offending document, because the above mentioned link is
not valid anymore.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 48929] can't establish a tunnel

2005-05-10 Thread jyyna
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48929


User jyyna changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:12:40 -0700 
2005 ---
it is working now, thanks.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 48783] Problems with the mandrakelinux-menu RPM

2005-05-10 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48783





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:13:59 -0700 
2005 ---
Base is now in Applications/Databases ... For now, I'll move the menus
in the %install section, ... So, wait a while before testing, I'll
upload new version quickly ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48298] Certain font sizes cause outline mode to generate crap

2005-05-10 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48298


User wg changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:15:53 -0700 
2005 ---
Verified in CWS.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 48466] Presentation reports Error saving the document: Write Error for no reason

2005-05-10 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48466


User af changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:16:35 -0700 
2005 ---
Accepted.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 40797] Print range of imported OOo1.1 document not correctly considered in preview and for printing

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40797


User sab changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:17:03 -0700 
2005 ---
please verify

re-open issue and reassign to [EMAIL PROTECTED]

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 40797] Print range of imported OOo1.1 document not correctly considered in preview and for printing

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40797


User sab changed the following:

  What|Old value |New value

   Assigned to|sab   |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:17:08 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 40797] Print range of imported OOo1.1 document not correctly considered in preview and for printing

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40797


User sab changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:17:13 -0700 
2005 ---
reset resolution to FIXED

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 42521] Print range of imported OOo1.1 document not correctly considered in preview and for printing

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42521


User sab changed the following:

  What|Old value |New value

Status|RESOLVED  |UNCONFIRMED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:17:33 -0700 
2005 ---
please verify

re-open issue and reassign to [EMAIL PROTECTED]

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 42521] Print range of imported OOo1.1 document not correctly considered in preview and for printing

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42521


User sab changed the following:

  What|Old value |New value

   Assigned to|sab   |oc





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:17:55 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 42521] Print range of imported OOo1.1 document not correctly considered in preview and for printing

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42521


User sab changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:18:00 -0700 
2005 ---
reset resolution to FIXED

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 42510] Formatted Note Text does not appear in OOo1.x

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42510


User sab changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:18:42 -0700 
2005 ---
please verify

re-open issue and reassign to [EMAIL PROTECTED]

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 42510] Formatted Note Text does not appear in OOo1.x

2005-05-10 Thread sab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42510


User sab changed the following:

  What|Old value |New value

   Assigned to|sab   |oc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue May 10 01:18:46 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   3   4   5   6   >