[framework-issues] [Issue 86582] binfilter: remove unused c ode

2008-06-04 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jun  4 08:35:35 + 
2008 ---
integrated

-
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 86582] binfilter: remove unused c ode

2008-03-27 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Thu Mar 27 09:46:24 + 
2008 ---
Excellent, so I don't have to do it. :-)
I will now prepare the CWS for QA. In case some time is left, I will try to
remove the classes and files with the only declared but not implemented ctors as
obviously they are not used at all.

-
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 86582] binfilter: remove unused c ode

2008-03-27 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Thu Mar 27 17:04:52 + 
2008 ---
Couldn't resist to remove the HTML/RTFParser stuff and Undo in Writer. :-)
Leave the rest for interested people. Classes that are candidates for removal
(as their ctors are not implemented):
sw:
SwWrtShell
SwCrsrShell
SwFEShell
SwShellCrsr
SwShellTableCrsr

xmloff:
SdXMLViewSettingsContext

svx:
SvxScriptSetItem
SvxEditEngineViewForwarder
XLineEndTable
XDashTable
XHatchTable
XGradientTable
XBitmapTable

-
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 86582] binfilter: remove unused c ode

2008-03-26 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Wed Mar 26 08:53:08 + 
2008 ---
Build of CWS now breaks on Linux and Solaris. Needs some more investigation.

-
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 86582] binfilter: remove unused c ode

2008-03-26 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Wed Mar 26 09:00:50 + 
2008 ---
It's a familiar problem: SvxScriptTypeItem has no ctor but its base class has no
default ctor. Strange that this wasn't a problem on Windows.

-
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 86582] binfilter: remove unused c ode

2008-03-26 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Wed Mar 26 17:03:30 + 
2008 ---
found a lot more problems with compiler generated default ctors.
Seems that our gcc on Linux is even more picky than the MSVC++ was as the code
built on Windows but not on Linux. I reintroduced the removed declarations of
non-default ctors so that the compiler does not try to create a default ctor.
But I didn't revive their implementations. So in a further step all these
classes can be removed, but I didn't want tot do that as this would have hold
back the CWS even longer.

Caolan, it seems that you already did the cvs remove for the listed files?! 

-
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 86582] binfilter: remove unused c ode

2008-03-26 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Wed Mar 26 17:10:00 + 
2008 ---
Yes I did a cvs delete of the empty files, hope that's ok ?

Quite bizarre the large variation in what different versions of the same
compiler will accept I guess.

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 09:45:58 + 
2008 ---
first build breaks in bf_sbx:
sbxbase.cxx(66) : error C4150: deletion of pointer to incomplete type 
binfilter::S
bxBasicFormater'; no destructor called
..\..\..\inc\bf_basic\sbxbase.hxx(59) : see declaration of
'binfilter::SbxBasicFormater'

I'm currently busy, but will have a look later. I post it here in case you have
some time to do it yourself.

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 10:13:28 + 
2008 ---
that might work now, my compiler even in NOOPT mode elided the dtor call because
it noticed that it can only ever be NULL

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:04:41 + 
2008 ---
Next one in sbxdec.cxx: no default ctor for SbxDecimal. And yes, this time it's
an #ifdef WIN32. And there are some more parts missing here.
I have no idea there is Win32 code at all - and the only I expect to know it
(ab) is on vacation. So for the time being I will try to revive the missin 
parts.

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:31:16 + 
2008 ---
OK, adding the missing ctor and two methods in SbxValue (Get/PutDecimal) fixed
the problem.

Next problem in svtools. I don't know why this worked on Linux.
SfxColumnDateTimeItem derives from SfxDateTimeItem and has a default ctor but
the base class hasn't (though it has another ctor). This is a bug IMHO.
So I add the SfxDateTimeItem ctor again.

Doesn't your tool recognize implicit calls like ctor of base classes?

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:35:17 + 
2008 ---
Arrg ... sorry, the SfxColumnDateTimeItem does *not* have a ctor, so the problem
is something different. Currently I have no idea why the MSVC++ compiler states
that the default ctor of SfxColumnDateTimeItem could not be generated.

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:46:43 + 
2008 ---
Now I see it: SfxColumnDateTimeItem now hasn't any ctors at all, so the compiler
tries to generate a default ctor. But it can't because the base class hasn't
any. Seems to be a bug (or magic ;-)) in gcc, I think MSVC++ is right here.

I just add the missing ctors.

Next problem: some code with DBG_UTIL doesn't compile (seems you haven't use the
nonpro build). I will add the missing method(s) 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]



[framework-issues] [Issue 86582] binfilter: remove unused c ode

2008-03-25 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:53:21 + 
2008 ---
Seems to be a bug (or magic ;-)) in gcc, I think MSVC++ is right here.

Presumably gcc creates one on demand, rather than some other strategy in use by
msvc++, and this is indicating that there is no successful possible code path
that results in creating a SfxColumnDateTimeItem.

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:57:28 + 
2008 ---
Next problem with svparser.hxx, again no ctor available. If the code compiled on
Linux it seems that a parser is never constructed and so perhaps the code can be
removed. But as there are a lot of dependencies in other sub modules of
binfilter I will just add the missing ctors and leave this cleanup task for
interested developers. ;-)

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 12:20:19 + 
2008 ---
Seems so; I will remove the item and see.

-
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 86582] binfilter: remove unused c ode

2008-03-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 12:52:24 + 
2008 ---
After removal of SfxColumnDateTimeItem and adding the SvParser and SvHTMLParser
ctors I could build binfilter. Testing will follow when I have the complete 
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]



[framework-issues] [Issue 86582] binfilter: remove unused c ode

2008-03-21 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582


User cmc changed the following:

What|Old value |New value

  CC|''|'mba'

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 21 12:03:46 + 
2008 ---
oky doky, the addition of svtools required the removal of an *additional*
approximately 1000 methods, so my fingers hurt and I'm half blind. 

Needs a build under windows to see if I removed any methods secretly used by
#ifdef WNT code

-
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 86582] binfilter: remove unused c ode

2008-03-21 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Fri Mar 21 15:22:33 + 
2008 ---
Thanks - I hope you recover soon. :-)
I assume everything is committed to the CWS? I can build the CWS on all our
major platforms, including Mac OS 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]



[framework-issues] [Issue 86582] binfilter: remove unused c ode

2008-03-21 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Fri Mar 21 16:15:29 + 
2008 ---
yeah, all committed. Built cleanly on x86_64 Linux.

-
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 86582] binfilter: remove unused c ode

2008-03-19 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Wed Mar 19 07:56:43 + 
2008 ---
If you removed something that is needed on Windows I will find out it very
quickly as on Windows these errors are already detected at link time. So please
go ahead and commit your changes to the CWS. It have planned to keep it open for
commits until end of next week as I want to have if integrated before beta code
freeze - if possible.

-
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 86582] binfilter: remove unused c ode

2008-03-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582


User cmc changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Mar 19 19:31:30 + 
2008 ---
I've committed this to that workspace and fixed up the apply problems.

But the addition of svtools shows 800 additional unused methods now, so I'd like
to carry out that removal as this time 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 86582] binfilter: remove unused c ode

2008-03-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 15:30:38 + 
2008 ---
Caolan, the patch does not work without errors, some files have been changed or
removed already. Given the large patch size I have to figure out if I can apply
it manually, file by file. But perhaps that might be quite some work so for the
moment I will first do some other work.

In case you can redo the work on a more recent milestone (e.g. dev300m3) it
would be very welcome.

-
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 86582] binfilter: remove unused c ode

2008-03-18 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 19:49:09 + 
2008 ---
Hmm, svtools got added to binfilter, so there's probably an extra whack of stuff
that needs to get removed in addition to the stuff here. Its pretty painful with
the large scale of binfilter to do a re-spin of the patch, but I can do that.

If you want I could also commit the stuff directly to a workspace of your own,
if you're willing to fix up any potential ifdef WNT problems that arise ?

-
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 86582] binfilter: remove unused c ode

2008-03-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 21:14:17 + 
2008 ---
That would be great!
The cws is mba30patches01, binfilter is added

-
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 86582] binfilter: remove unused c ode

2008-03-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 21:16:05 + 
2008 ---
Perhaps I was unclear. The errors I wrote about are not compilation errors but
patch errors. I could not even apply the patch without a lot of errors and due
to size of the patch I first stopped to look closer.



-
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 86582] binfilter: remove unused c ode

2008-03-18 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582


User cmc changed the following:

What|Old value |New value

 Assigned to|mba   |cmc

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 22:56:21 + 
2008 ---
no, I understood. I sort of expected patch time errors once anything else got
added of modified, its a truly massive patch. I'm just worried about some of the
existing ifdef WNT maze that I might miss and assume that stuff I see as unusued
is unused everywhere code.

Reassigned to myself to give some breathing space.

-
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 86582] binfilter: remove unused c ode

2008-03-03 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |86635
  is|  |





-
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 86582] binfilter: remove unused c ode

2008-02-29 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582
 Issue #|86582
 Summary|binfilter: remove unused code
   Component|framework
 Version|680m247
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Fri Feb 29 18:22:20 + 
2008 ---
The attached patch remove unused methods from binfilter, afterwards the
following files can be cvs deleted. On my x86_64 post-strip this amounts to 1Meg
smaller binaries

binfilter   bf_sw/source/ui/uno/sw_dlelstnr.cxx
bf_sc/source/ui/app/sc_transobj.cxx
bf_sc/source/ui/unoobj/sc_dispuno.cxx
bf_sc/source/ui/app/sc_drwtrans.cxx
bf_svx/source/unodraw/svx_UnoGraphicExporter.cxx
bf_sfx2/source/appl/sfx2_sfxpicklist.cxx
bf_sfx2/source/doc/objstor.cxx.org
bf_sch/source/ui/unoidl/sch_ChXChartView.cxx
bf_sd/source/ui/unoidl/sd_SdUnoDrawView.cxx
bf_sw/source/core/edit/sw_edfmt.cxx
bf_sw/source/core/edit/sw_edtox.cxx
bf_sw/source/core/sw3io/sw_swacorr.cxx
bf_sw/source/core/frmedt/sw_fedesc.cxx
inc/bf_basic/sbxform.hxx
bf_basic/source/sbx/sbxform.cxx
bf_sw/source/core/doc/sw_docglos.cxx
bf_sw/source/core/edit/sw_edattr.cxx
bf_sw/source/core/swg/sw_swblocks.cxx
bf_sw/source/ui/utlui/sw_gloslst.cxx
bf_sw/source/core/frmedt/sw_feflyole.cxx
bf_svx/source/xml/svx_xmlexport.cxx
bf_so3/source/persist/medium.cxx
inc/bf_sfx2/sfxbasic.hxx
bf_sd/source/ui/unoidl/sd_unovwcrs.cxx
bf_sc/source/core/tool/sc_navicfg.cxx
bf_svx/source/svdraw/svx_clonelist.cxx
bf_svx/source/inc/clonelist.hxx

-
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 86582] binfilter: remove unused c ode

2008-02-29 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |51826)
patch to remove unu
|  |sed code






--- Additional comments from [EMAIL PROTECTED] Fri Feb 29 18:23:44 + 
2008 ---
Created an attachment (id=51826)
patch to remove unused code


-
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 86582] binfilter: remove unused c ode

2008-02-29 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86582


User mba changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Fri Feb 29 20:55:27 + 
2008 ---
Thanks a lot! This will definitely make my day when I get my hands on a 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]