Re: [Libreoffice] [REVIEW] fix for fdo#37319: don't write invalid references to odf files

2011-08-09 Thread Kohei Yoshida
On Tue, 2011-08-09 at 22:56 +0200, Markus Mohrhard wrote: > > Given all this, I would feel a little more comfortable nailing > this on > master the right way, and *then* see if the change is safe > enough to be > backported to the 3.4 branch. > > N

Re: [Libreoffice] Does anyone use 'source_config' files for build.pl ???

2011-08-09 Thread Norbert Thiebaud
ok so I pushed a fist stab at it... (removed 600 line or so) If that cause trouble to someone, you'll know how to blame :-) Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Please run an instrumented LO for me (patch included)

2011-08-09 Thread Tor Lillqvist
In the iOS porting effort one problematic thing is the dynamic code generation used in the C++/UNO bridge. Some experimentation would indicate, however, that in "normal" use of LO very few kinds of "snippets" are actually generated, so it would be trivial to just pre-generate a sufficient static

Re: [Libreoffice] Does anyone use 'source_config' files for build.pl ???

2011-08-09 Thread Tor Lillqvist
> I am trying to put build.pl on a diet... Great! I have started twice at the same task but then always got scared by how much of it (and of the Perl modules it uses) can be killed, and thought, what the heck, gbuild is coming anyway;) deliver.pl also contains a fair amount of whatI assume is H

Re: [Libreoffice] ccache support

2011-08-09 Thread Terrence Enger
On Tue, 2011-08-09 at 21:33 +0200, Christian Lohmaier wrote: > Hi *, > > On Tue, Aug 9, 2011 at 8:58 PM, Terrence Enger > wrote: > > On Mon, 2011-08-08 at 11:40 +0200, Christian Lohmaier wrote: > >> > >> Not true either. Default ccache size is 1GB, and that is enough when > >> you focus on one b

[Libreoffice] [REVIEW] Fix incorrect import of multi-range data source in chart

2011-08-09 Thread Kohei Yoshida
I'd like to backport the attached patch to the 3-4 branch. Without this patch, import of charts in Excel documents fail when the data series consist of multiple cell ranges, which is common in complex chart objects. The failure happens only in locales where the function and range separator is ','

Re: [Libreoffice] Does anyone use 'source_config' files for build.pl ???

2011-08-09 Thread Bjoern Michaelsen
On Tue, 9 Aug 2011 19:44:50 -0500 Norbert Thiebaud wrote: > I am trying to put build.pl on a died... > is this source_config business used by anyone or is that one of these > 'hamburg-only' kind of thing ? No and neither should it. Best, Bjoern -- https://launchpad.net/~bjoern-michaelsen

[Libreoffice] Does anyone use 'source_config' files for build.pl ???

2011-08-09 Thread Norbert Thiebaud
I am trying to put build.pl on a died... is this source_config business used by anyone or is that one of these 'hamburg-only' kind of thing ? Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/list

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Bjoern Michaelsen
Hi Eike, On Tue, 9 Aug 2011 18:50:12 +0200 Eike Rathke wrote: > Hmm.. actually make continues to build if there there are more sources > to compile, even if the target was given. How to make it stop after > the specified target? for gbuild-based modules I could image that happening with the cha

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Bjoern Michaelsen
Hi Eike, On Tue, 9 Aug 2011 18:23:37 +0200 Eike Rathke wrote: > I took the wiki's Vim tip to build a module from within Vim and > enhanced it to compile the current source file (and only that) in > both, dmake and gbuild modules. If the current file is a Makefile, > the entire module is built us

Re: [Libreoffice] [REVIEW] fix for fdo#37319: don't write invalid references to odf files

2011-08-09 Thread Markus Mohrhard
Hello Eike, Kohei, 2011/8/9 Kohei Yoshida > On Tue, 2011-08-09 at 05:04 +0200, Markus Mohrhard wrote: > > Hello, > > > > this patch removes entries like #REF! A1:A3 for named ranges when the > > sheet referenced by the named range is no longer there. I implemented > > Regina's first suggestion b

Re: [Libreoffice] [PUSHED] mysqlc chicken-and-egg bootstrap

2011-08-09 Thread Noel Power
On 09/08/11 17:56, Lionel Elie Mamane wrote: On Tue, Aug 09, 2011 at 04:37:51PM +0100, Noel Power wrote: you are using downloaded source tar-balls ? No, git clone of bootstrap repository. ah ok, anyway, with the new core git this is no longer a problem and the test makes even less sense Noe

Re: [Libreoffice] ccache support

2011-08-09 Thread Norbert Thiebaud
actually the more interesting numbers are: --disable-ccache make clean time make ccache -C --enable-ccache make clean time make make clean time make Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/ma

Re: [Libreoffice] ccache support

2011-08-09 Thread Christian Lohmaier
Hi *, On Tue, Aug 9, 2011 at 8:58 PM, Terrence Enger wrote: > On Mon, 2011-08-08 at 11:40 +0200, Christian Lohmaier wrote: >> >> Not true either. Default ccache size is 1GB, and that is enough when >> you focus on one branch. (a build uses less than 500MB) > > Just a note about what I have observ

Re: [Libreoffice] Suggestion and patch for "Confirmation of save format" dialog

2011-08-09 Thread Christoph Noack
Hi Noel, Josh, all! @ Noel: Thanks for forwarding! @ Josh: UI designers at work being LibO users? We should definitively meet on the Design Team list ;-) Am Dienstag, den 09.08.2011, 10:31 +0100 schrieb Noel Power: > Forwarding this to the ux-advise list, a better forum I think for > discussion

Re: [Libreoffice] ccache support

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 1:58 PM, Terrence Enger wrote: > On Mon, 2011-08-08 at 11:40 +0200, Christian Lohmaier wrote: >> Hi Lubos, >> (snip) >> >> Not true either. Default ccache size is 1GB, and that is enough when >> you focus on one branch. (a build uses less than 500MB) > > > Just a note about

Re: [Libreoffice] ccache support

2011-08-09 Thread Terrence Enger
On Mon, 2011-08-08 at 11:40 +0200, Christian Lohmaier wrote: > Hi Lubos, > (snip) > > Not true either. Default ccache size is 1GB, and that is enough when > you focus on one branch. (a build uses less than 500MB) Just a note about what I have observed, for anybody who happens to care. I have c

[Libreoffice] Java debugging

2011-08-09 Thread Jenei Gábor
Hello, Could someone help me? I would like to fix a bug with LO Base wizards, I found the java source of the wizard,and even I got how to debug it from OpenOffice instructions: here and here

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
Norbert Thiebaud wrote (09-08-11 14:36) ohh! I see. No, you were not supposed to run that script :-) That is what I expected, but had the idea to look for some pointers. Anyhow: better ask advise right away the next time. so, all you need to do is git clone git://anongit.freedesktop.org/lib

Re: [Libreoffice] [PUSHED] mysqlc chicken-and-egg bootstrap

2011-08-09 Thread Lionel Elie Mamane
On Tue, Aug 09, 2011 at 04:37:51PM +0100, Noel Power wrote: > On 05/08/11 10:23, Lionel Elie Mamane wrote: >> When doing a fresh bootstrap clone and >> ./autogen.sh '--enable-ext-mysql-connector' '--with-system-mysql' >> configure complains that the directory "mysqlc" does not exist and >> error

Re: [Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Eike Rathke
Hi, On Tuesday, 2011-08-09 18:23:37 +0200, Eike Rathke wrote: > to compile the current source file (and only that) Hmm.. actually make continues to build if there there are more sources to compile, even if the target was given. How to make it stop after the specified target? Eike -- PGP/Op

[Libreoffice] .vimrc to compile source from within Vim

2011-08-09 Thread Eike Rathke
Hi, I took the wiki's Vim tip to build a module from within Vim and enhanced it to compile the current source file (and only that) in both, dmake and gbuild modules. If the current file is a Makefile, the entire module is built using make. If the current file is build.lst, the entire module is bui

Re: [Libreoffice] [PATCH] Fix building bridge with -mavx

2011-08-09 Thread Jan Holesovsky
Hi Caolan, On 2011-08-08 at 12:06 +0100, Caolán McNamara wrote: > > > Libreoffice bridge code won't compile on new CPUs which add -mavx to > > > cxxflags with --march=native. > > > As first idea for the fix is actual ban for the -mavx cxxflag by adding > > > -nomavx. > > > > I'm curious, in wh

Re: [Libreoffice] Custom Animation not working

2011-08-09 Thread Thorsten Behrens
swagat sharma wrote: > I rercently built 3.5 codebase, cloned 2 weeks back. > I'm surprised to see that custom animation is not working. It was working > fine in previous production releases, like 3.3.2, and 3.4.0 > > Is there anyone else who can confirm? > No, works here. If this persists in a f

Re: [Libreoffice] signed/unsigned comparison (was: [PATCH] Replace SvULongs with vector and code clean up part 1)

2011-08-09 Thread Stephan Bergmann
On Aug 9, 2011, at 5:15 PM, Lubos Lunak wrote: > On Tuesday 09 of August 2011, Stephan Bergmann wrote: >> On Aug 9, 2011, at 3:02 PM, Lubos Lunak wrote: >>> Too bad usage of STL drags in these problems, but that's not a problem >>> that couldn't be solved. >> >> How? > > namespace lostd // or jus

Re: [Libreoffice] Eclipse CDT IDE & LibreOffice, hints & tips needed

2011-08-09 Thread Cedric Bosdonnat
On Sat, 2011-07-30 at 00:46 +0200, Thorsten Behrens wrote: > Olivier Hallot wrote: > > Can a charitable soul tell me if using Eclipse CDT (or netbeans) for > > LibreOffice hacking does make sense? > > > > I keep crashing both IDE's upon defining ~/git/libo/ as project, looks like > > it is too big

Re: [Libreoffice] [Calc] Feature Request - charts : error bars + broken axes

2011-08-09 Thread Jan Holesovsky
Hi Patrick, On 2011-08-08 at 10:45 +0200, Patrick Gerin wrote: > In case this list is not the best suited for the present request, > please, let me know the address to that I should better use. The best mailing list for the discussing feature requests is probably disc...@documentfoundation.org

Re: [Libreoffice] [PATCH] Bug 39561 (XHTML export filter)

2011-08-09 Thread Christophe Strobbe
Hi, At 17:26 9-8-2011, Noel Power wrote: On 04/08/11 16:14, Christophe Strobbe wrote: Hi, Attached is a patch for Bug 39561 "Use svg:title, not svg:desc for XHTML img alt attribute [accessibility]" . I am new to Git and LibreOffice develo

Re: [Libreoffice] [PUSHED] Bug 39561 (XHTML export filter)

2011-08-09 Thread Noel Power
On 09/08/11 16:26, Noel Power wrote: On 04/08/11 16:14, Christophe Strobbe wrote: Hi, Attached is a patch for Bug 39561 "Use svg:title, not svg:desc for XHTML img alt attribute [accessibility]" . I am new to Git and LibreOffice development

Re: [Libreoffice] [PUSHED] mysqlc chicken-and-egg bootstrap

2011-08-09 Thread Noel Power
On 05/08/11 10:23, Lionel Elie Mamane wrote: Hi, When doing a fresh bootstrap clone and ./autogen.sh '--enable-ext-mysql-connector' '--with-system-mysql' configure complains that the directory "mysqlc" does not exist and errors out. But that directory will be created by "make fetch" _after_ co

[Libreoffice] rectangle in drawing toolbar

2011-08-09 Thread Regina Henschel
Hi all, with http://cgit.freedesktop.org/libreoffice/impress/commit/?h=libreoffice-3-4&id=d31b6292b14546ac7b04b4f483b70f68b56412e6 the single rectangle in the drawing toolbar was changed from classical rectangle to custom shape rectangle. In addition the part "Corner Radius" in the position

Re: [Libreoffice] [PATCH] Bug 39561 (XHTML export filter)

2011-08-09 Thread Noel Power
On 04/08/11 16:14, Christophe Strobbe wrote: Hi, Attached is a patch for Bug 39561 "Use svg:title, not svg:desc for XHTML img alt attribute [accessibility]" . I am new to Git and LibreOffice development and generated this patch with "git d

Re: [Libreoffice] [REVIEW] fix for fdo#37319: don't write invalid references to odf files

2011-08-09 Thread Kohei Yoshida
On Tue, 2011-08-09 at 05:04 +0200, Markus Mohrhard wrote: > Hello, > > this patch removes entries like #REF! A1:A3 for named ranges when the > sheet referenced by the named range is no longer there. I implemented > Regina's first suggestion because I don't see a way to implement the > other versio

Re: [Libreoffice] signed/unsigned comparison (was: [PATCH] Replace SvULongs with vector and code clean up part 1)

2011-08-09 Thread Lubos Lunak
On Tuesday 09 of August 2011, Stephan Bergmann wrote: > On Aug 9, 2011, at 3:02 PM, Lubos Lunak wrote: > > Too bad usage of STL drags in these problems, but that's not a problem > > that couldn't be solved. > > How? namespace lostd // or just no namespace at all, any other 'list' class is unlikel

Re: [Libreoffice] Problem with dev-install on windows

2011-08-09 Thread Jan Holesovsky
Hi Dmitry, On 2011-08-09 at 16:07 +0400, Dmitry. A. Ashkadov wrote: > I built LO (branch libreoffice-3-4-2) on Windows without options > «--enable-dbgutil», but it cannot be installed to local directory using > «make dev-install» > > > ERROR: ERROR: Could not create parent directory > > "C:/o

Re: [Libreoffice] ODT Viewer

2011-08-09 Thread Andrea Pescetti
Majid Tajamolian wrote: To achieve a high acceptance of the LibreOffice and Open Document Formats against M$-Office formats, I suggest to develop a lightweight Viewer for ODFs specially ODT format. This has already been discussed quite extensively a couple months ago: http://www.mail-archive.co

Re: [Libreoffice] signed/unsigned comparison (was: [PATCH] Replace SvULongs with vector and code clean up part 1)

2011-08-09 Thread Lubos Lunak
On Tuesday 09 of August 2011, Stephan Bergmann wrote: > On Aug 6, 2011, at 3:32 PM, Maciej Rumianowski wrote: > >> @@ -1325,7 +1288,7 @@ String > >> SvxNumberFormatShell::GetComment4Entry(short nEntry) if(nEntry < 0) > >> return String(); > >> > >> -if(nEntry >> +if(nEntry < (short)

Re: [Libreoffice] [REVIEW] fix for fdo#37319: don't write invalid references to odf files

2011-08-09 Thread Eike Rathke
Hi Markus, On Tuesday, 2011-08-09 05:04:35 +0200, Markus Mohrhard wrote: > this patch removes entries like #REF! A1:A3 for named ranges when the sheet > referenced by the named range is no longer there. I didn't check lately, is the current compiler's ODFF grammar able to read a [#REF!] properly

Re: [Libreoffice] signed/unsigned comparison

2011-08-09 Thread Eike Rathke
Hi Stephan, On Tuesday, 2011-08-09 09:05:49 +0200, Stephan Bergmann wrote: > On Aug 6, 2011, at 3:32 PM, Maciej Rumianowski wrote: > >> @@ -1325,7 +1288,7 @@ String SvxNumberFormatShell::GetComment4Entry(short > >> nEntry) > >> if(nEntry < 0) > >> return String(); > >> > >> -if(

Re: [Libreoffice] Suggestion and patch for "Confirmation of save format" dialog

2011-08-09 Thread Caolán McNamara
On Tue, 2011-08-09 at 22:04 +0930, Josh Heidenreich wrote: > Also, what is the easiest way to submit a patch, as my code is > currently stuck in the old repositories. http://wiki.documentfoundation.org/Development/Patch_Handling_Guideline#How_to_submit_a_patch Even though you've still got old rep

[Libreoffice] ODT Viewer

2011-08-09 Thread Majid Tajamolian
Hi there, To achieve a high acceptance of the LibreOffice and Open Document Formats against M$-Office formats, I suggest to develop a lightweight Viewer for ODFs specially ODT format. Using it, people can be encouraged to send ODT files as their email attachments to the others and inform them to gr

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 7:24 AM, Cor Nouws wrote: > julien2412 wrote (09-08-11 14:04) >> >> I don't think there's a script for this. Just create your local repo from >> scratch by following this url : >> http://wiki.documentfoundation.org/Development/Native_Build (this page has >> been updated). >

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 6:43 AM, Cor Nouws wrote: > Norbert Thiebaud wrote (09-08-11 12:42) > >> So you are still pulling 'master' from last friday... since the master >> you pulled is froozen read-only in bootstrap,artwork,base,calc, >> etc > > Hmm :-( > >> what made you think that 'it was not

Re: [Libreoffice] Suggestion and patch for "Confirmation of save format" dialog

2011-08-09 Thread Josh Heidenreich
> Forwarding this to the ux-advise list, a better forum I think for discussion > about such changes I can get a few of the UI designers at work (who are also LO users) to take a look as well. I like Caolán's suggested wording though. > Attach the patch anyway :-). Also, what is the easiest way t

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
julien2412 wrote (09-08-11 14:04) I don't think there's a script for this. Just create your local repo from scratch by following this url : http://wiki.documentfoundation.org/Development/Native_Build (this page has been updated). Ah, thanks. I only looked at the 'get your first build' part late

Re: [Libreoffice] [PUSHED] fix for fdo#34768 - no update preview

2011-08-09 Thread Péter Rabi
Hi Noel, all, > pushed to 3.4 ( will commit to master once I have a build later ) > I think I have seen you have previously state your patches are under > LGPLv3+/MPL1.1, if not can you confirm ? Yes, I affirm I'm contributing my patches under license LGPLv3+/MPL1.1. The above is in accordance w

[Libreoffice] Problem with dev-install on windows

2011-08-09 Thread Dmitry. A. Ashkadov
Hello! I built LO (branch libreoffice-3-4-2) on Windows without options «--enable-dbgutil», but it cannot be installed to local directory using «make dev-install» ERROR: ERROR: Could not create parent directory "C:/office/instsetoo_native/util/cygdrive/c/office/instsetoo_native/" -- Best

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread julien2412
Cor Nouws wrote: > > ... > But hey, better then summing up more reasons: > what command(s) do I use to move to the new master? > ...___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreo

Re: [Libreoffice] build problems with cppunit (windows)

2011-08-09 Thread Dmitry. A. Ashkadov
09.08.2011 14:28, Caolán McNamara пишет: On Mon, 2011-08-08 at 23:39 +0400, Dmitry. A. Ashkadov wrote: I tried build LO from 'core' repository on Windows 7. The result is the same error. Modules 'cppunit' and 'xml2cmp' wasn't built due to the same unresolved external symbol. We tried to build de

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
Norbert Thiebaud wrote (09-08-11 12:42) So you are still pulling 'master' from last friday... since the master you pulled is froozen read-only in bootstrap,artwork,base,calc, etc Hmm :-( what made you think that 'it was not needed for you' ? Combination of various, such as: - lack of e

Re: [Libreoffice] [PUSHED] fix for fdo#34768 - no update preview

2011-08-09 Thread Noel Power
On 09/08/11 12:06, Noel Power wrote: On 06/08/11 18:46, Péter Rabi wrote: Hi all, I wrote a simple patch for resolving the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=34768 (the patch is attached therein) When selecting a template in dialogue "Load Slide Design" in Impress, th

Re: [Libreoffice] [PATCH] fix for fdo#34768 - no update preview

2011-08-09 Thread Noel Power
On 06/08/11 18:46, Péter Rabi wrote: Hi all, I wrote a simple patch for resolving the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=34768 (the patch is attached therein) When selecting a template in dialogue "Load Slide Design" in Impress, the preview didn't get updated. I linked

Re: [Libreoffice] build error in tail_build

2011-08-09 Thread Norbert Thiebaud
On Tue, Aug 9, 2011 at 5:31 AM, Cor Nouws wrote: > Hi *, > > > Building LibreOffice now and then. > Currently to look at some functions / dig a bit in the code. > Low level experience. > Working on Ubuntu. > > Previous successful build was from July 6 > Yesterday I did a ./g pull -r on the master.

Re: [Libreoffice] two assertions raised and a failed database query

2011-08-09 Thread Caolán McNamara
On Mon, 2011-08-08 at 15:11 -0400, Terrence Enger wrote: > But unless the inbound conversion has always been wrong for > everybody. Yeah, that's what I'm wondering. Could it have been always wrong. i.e. this is a SQL_C_TYPE_TIMESTAMP as per http://msdn.microsoft.com/en-us/library/ms714556%28v=vs.8

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-08-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on||39919 --- Comment #183 from Rainer Bi

[Libreoffice] build error in tail_build

2011-08-09 Thread Cor Nouws
Hi *, Building LibreOffice now and then. Currently to look at some functions / dig a bit in the code. Low level experience. Working on Ubuntu. Previous successful build was from July 6 Yesterday I did a ./g pull -r on the master. (Didn't do any special action for the one-git transition, since I

[Libreoffice] build problems with cppunit (windows)

2011-08-09 Thread Caolán McNamara
On Mon, 2011-08-08 at 23:39 +0400, Dmitry. A. Ashkadov wrote: > I tried build LO from 'core' repository on Windows 7. The result is the > same error. Modules 'cppunit' and 'xml2cmp' wasn't built due to the same > unresolved external symbol. > We tried to build devel. version of LO, but the define

Re: [Libreoffice] [BUG] dbaccess/xmlfilter.cxx

2011-08-09 Thread Noel Power
On 08/08/11 19:16, Jenei Gábor wrote: Hello, I found out that on make -sr debug=true dbglevel=2 dbaccess did not compile successfully, the problem is with xmlfilter.cxx, it uses OStringBuffer, but there is no include to use it, so cxx says: "OStringBuffer is not a member of rtl namespace" I d

Re: [Libreoffice] Suggestion and patch for "Confirmation of save format" dialog

2011-08-09 Thread Noel Power
Forwarding this to the ux-advise list, a better forum I think for discussion about such changes Noel On 09/08/11 00:45, Josh Heidenreich wrote: HI, For a long time I have been annoyed at the "Are you sure you want to save as a .DOC" message, as I find the buttons confusing. I have made some c

Re: [Libreoffice] Suggestion and patch for "Confirmation of save format" dialog

2011-08-09 Thread Caolán McNamara
On Tue, 2011-08-09 at 09:15 +0930, Josh Heidenreich wrote: > HI, > > For a long time I have been annoyed at the "Are you sure you want to > save as a .DOC" message, as I find the buttons confusing. > > I have made some changes, with the button to show the format name. > > Screenshots: > http://t

[Libreoffice] [ANNOUNCE] libreoffice-3.3.4.2 tag skipped (3.3.4-rc2)

2011-08-09 Thread Fridrich Strba
Hi, no changes have been committed into the libreoffice-3-3-4 branch. The code is exactly the same as for the tag libreoffice-3.3.4.1 (3.3.4-rc1). Hence it does not make sense to do the libreoffice-3.3.4.2 tag and 3.3.4-rc2 build. If no blocker is found, 3.3.4-rc1 will be marked as final on Augus

[Libreoffice] signed/unsigned comparison (was: [PATCH] Replace SvULongs with vector and code clean up part 1)

2011-08-09 Thread Stephan Bergmann
On Aug 6, 2011, at 3:32 PM, Maciej Rumianowski wrote: > I was working on SvULongs in libs-core and I decided to split my work in > several Patches. > > With this patch comes some questions: >> @@ -228,9 +229,9 @@ private: >> String aValStr; >> double nValNum; >> sal_Bool bUndoAddList;