[dba-issues] [Issue 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-05 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727


User pjanik changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Jan  5 02:32:35 -0800 
2006 ---
verified in configure13.


-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-02 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Mon Jan  2 03:28:41 -0800 
2006 ---
The . is fixed. I don't see where there is another fix in scp2 needed. Do a
clean build and make sure -DENABLE_KAB is passed in scp2...

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-02 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Mon Jan  2 20:12:58 -0800 
2006 ---
Ah yes. After rebuilding completly scp2's contents, it works.  
  
This time the issue can be closed for good :-).  

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 02:17:25 -0800 
2006 ---
ebishoff: What about the following?

1. implement --disable-kde-addressbook, the default should be --enable-...

2. if KDE3.2, turn it on by default

kendy, rene: can you please help Eric to implement this?


-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727


User rene changed the following:

  What|Old value |New value

   Assigned to|ebischoff |rene

Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 06:27:08 -0800 
2006 ---
personally I'd do:

1. --disable-kdeab (or similar). enable be the default

2. check for the KDE version in configure. fail is it's  3.2 and point
   to disable-kdeab. Or even better (if possible: check specifically
   for the member)

(which basically is what you proposed, but s/on/off/ at 2. and failing at 2.
Becauae if people want the KDE ab I don't think silently disabling it is a good
idea...)

But I can do that yes, Reassigning to me. (Hope you and ebischoff don't mind ;) 
)

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 06:48:51 -0800 
2006 ---
I prefer second solution, because it attracts the attention of the person 
trying to build, instead of disabling silently a feature. 
 
All I need now is a new CWS (not only for this bug, but also for a few other 
ones : #59912, #59900, and perharps even #59673). And of course help, as Pavel 
said. 
 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 06:54:38 -0800 
2006 ---
I did not see help proposal from Rene at the end. 
 
I don't really mind if you do it, but if I continue being the owner, it's 
better, because it's an opportunity to learn about the build system. 
 
Of course I realize it is shorter for you to fix it directly, rather than you 
and Kendy teach me how to 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]



[dba-issues] [Issue 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 06:58:31 -0800 
2006 ---
Exactly. Actually, I do have a configure cws open atm and yes, it's faster for
me to do it myself. OTOH, I can give you the patch afterwards of course.

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 08:09:02 -0800 
2006 ---
patch attached. tested so far that configure runs and does what it should do but
not a full build. but should work :)

fixed in cws configure13

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727


User rene changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=32813) patch





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 08:04:21 -0800 
2006 ---
Created an attachment (id=32813)
patch


-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727


User rene changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 08:21:01 -0800 
2006 ---
.

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 09:09:32 -0800 
2006 ---
Thanks for the work and for the attachement, Rene. 
 
I am currently reading it to learn how such things work. 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 14:21:44 -0800 
2006 ---
OK, proofread and understood your patch. There are two problems: 
 
1) In configure.in, you set ENABLE_KAB to YES or NO, but in makefile.mk, 
you test its value to be TRUE. 
 
configure.in: 
   ENABLE_KAB=YES 
... 
   ENABLE_KAB=NO 
 
makefile.mk: 
.IF $(ENABLE_KAB) == TRUE 
 
This results in the address book to be always disabled... 
 
2) More cosmetical issue. In makefile.mk: 
 
.ELSE   # $(ENABLE_KDE) == TRUE 
 
Can you please adapt the comment to reflect the fact that now it's ENABLE_KAB 
that is tested? 
 
Thanks a lot in advance for these 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]



[dba-issues] [Issue 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 14:23:26 -0800 
2006 ---
I also suggest this bug report is reopened until it is fixed again. 
 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 14:32:00 -0800 
2006 ---
oops. thanks.

configure.in fixed (now sets TRUE/FALSE)

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 21:05:27 -0800 
2006 ---
Thank you. 
 
Now there's a new problem: 
 
scp2/source/ooo/makefile.mk: 
 
.IF $(ENABLE_KAB) !=  
SCPDEFS+=-DENABLE_KAB 
ENDIF 
 
= missing dot before .ENDIF 
 
The rest looks okay. 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2006-01-01 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sun Jan  1 22:58:45 -0800 
2006 ---
Other bad news, in latest build there was no libkab in the RPMs. 
 
Perharps another problem in scp2? 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2005-12-31 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Sat Dec 31 01:34:15 -0800 
2005 ---
Okay, perharps the new feture remain in the KDE repository a long time before 
being released in a stable version. I don't know. In any case, 
KAddressBook::allAddressees() appears first in KDE 3.2, released in february 
2004. 
 
I could rewrite the address book driver to get rid of this dependancy, but 
since the symbol has appeared almost two years ago, and since two years is 
like a decade in computer history time, I propose we do a configure test 
against KDE 3.2 instead. 
 
Perharps there are other hidden dependancies towards a minimal KDE version: 
KDE 3.2 seems to be a good choice to minimize the probability to stumble on 
such a problem. 
 
Now the question is: can anybody help me write this test? I don't know the OOo 
build system very 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]



[dba-issues] [Issue 59727] class KABC::AddressBook h as no member named 'allAddressees'

2005-12-30 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727


User ebischoff changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Dec 30 08:23:01 -0800 
2005 ---
Yes, I did all my tests with KDE 3.4.2b. KDE 3.1.4 is probably too old. 
 
I will determine now the exact minimal KDE version, assuming it is the one 
which introduced the method KABC::Addressbook::allAddressees(). 
 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2005-12-30 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Fri Dec 30 08:44:16 -0800 
2005 ---
CVS commit from Tobias Koenig, 2002-12-18 21:29:35 +0100 : 
- add allAddressees() to AddressBook, so you can easiely access all 
  addressees at once 
 
svn diff -r181332:194697 addressbook.h 
Index: addressbook.h 
=== 
--- addressbook.h   (révision 181332) 
+++ addressbook.h   (révision 194697) 
@@ -186,7 +186,14 @@ 
 */ 
 Addressee findByUid( const QString  ); 
 
+ 
 /** 
+  Returns a list of all addressees in the address book. This list can 
+  be sorted with @ref KABC::AddresseeList for example. 
+*/ 
+Addressee::List allAddressees(); 
+ 
+/** 
   Find all entries with the specified name in the address book. Returns 
   an empty list, if no entries couldn't be found. 
 */ 
 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2005-12-30 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Fri Dec 30 08:59:11 -0800 
2005 ---
That's rather strange. first version after 18 december 2002 was KDE 3.1 
(released on 28 January 2003). SO KDE 3.1 should be young enough. 
 
KDE 3.1.4 is dated 16 September 2003, almost 9 months after. 
 
Can you please do a rpm -qa | grep kdelibs-devel on your test machine to 
double-check this version number? 
 

-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2005-12-30 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Fri Dec 30 11:12:26 -0800 
2005 ---
My build machine contains:

[EMAIL PROTECTED]:~ rpm -qa|grep kdelibs|grep devel
kdelibs3-devel-doc-3.1.4-24
kdelibs3-devel-3.1.4-24
[EMAIL PROTECTED]:~ 

[EMAIL PROTECTED]:~ rpm -qi kdelibs3-devel-3.1.4-24
Name: kdelibs3-devel   Relocations: (not relocateable)
Version : 3.1.4 Vendor: SuSE Linux AG,
Nuernberg, Germany
Release : 24Build Date: Wed Sep 24 03:34:24 2003
Install date: Fri Apr 23 18:15:51 2004  Build Host: polanski.suse.de


-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2005-12-29 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727


User pjanik changed the following:

  What|Old value |New value

  Target milestone|---   |OOo 2.0.2





--- Additional comments from [EMAIL PROTECTED] Thu Dec 29 02:48:41 -0800 
2005 ---
Do we need newer KDE version for kaddrbook?


-
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 59727] class KABC::AddressBook h as no member named 'allAddressees'

2005-12-27 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





--- Additional comments from [EMAIL PROTECTED] Tue Dec 27 01:55:54 -0800 
2005 ---
This is with KDE 3.1.4 from SUSE Linux 9.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]