On Sun, Oct 17, 2010 at 06:50:52PM +1300, Luke Symes wrote:
> This patch removes dead code and fixes a few comments in the code for the
> dbase driver in the libs-core repository.
Thanks! Pushed.
D.
___
LibreOffice mailing list
LibreOffice@lists.freedes
Hi all,
I found the issue "build out of git repos" intresting & and
planning to work on it
As the first steps tried some small hack to bin/unpack with
following changes,please check the attached patch
- Eliminate rawbuild directory completely
- create
On Sat, Oct 16, 2010 at 7:13 PM, Kenneth Venken
wrote:
> Hi,
>
> some patches to fix EASY HACK 2.6
Pushed,
Thanks.
Norbert
>
> found some equivalent macros:
> - elementsof
> - ELEMENTS_OF_ARRAY
> - bufsizeof
>
> i'll try and replace them all with SAL_N_ELEMENTS tomorrow.
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 17/10/2010 00:17, Jesús Corrius wrote:
> I think you didn't push my changes to xmloff. Did you??
Now yes, the thing was that I did that with a script and in the
libs-core repository the git pull -r resulted in an error due to a
premature EOF from t
This patch removes dead code and fixes a few comments in the code for the
dbase driver in the libs-core repository.
From 8aac153aff470310b23abb63fcb78847fb9d8aad Mon Sep 17 00:00:00 2001
From: Luke Symes
Date: Sun, 17 Oct 2010 18:44:04 +1300
Subject: [PATCH] Remove dead code from dbase driver.
--
Hi,
some patches to fix EASY HACK 2.6
found some equivalent macros:
- elementsof
- ELEMENTS_OF_ARRAY
- bufsizeof
i'll try and replace them all with SAL_N_ELEMENTS tomorrow.
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DT
On Sat, Oct 16, 2010 at 10:34 AM, Bircher Florian wrote:
> Build errors:
> ERROR: error 65280 occurred while making
> /cygdrive/p/build/libreoffice-3.2.99.2/setup_native/source/win32/stwrapper
> setup_native/source/win32/customactions/sellang/sellang.cxx(188) : error
> C3861: 'SAL_N_ELEMENTS': id
Michael Meeks wrote:
Hi Terrell,
On Sat, 2010-10-16 at 15:10 -0400, Terrell Prude' Jr. wrote:
OK, I just learned it's a good idea to "Reply-All" when responding to
ensure the list sees replies. :-)
Yep :-) takes one or two tries to learn it, but the benefit is we can
build pe
I think you didn't push my changes to xmloff. Did you??
On Sat, Oct 16, 2010 at 11:15 PM, Fridrich Strba wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 16/10/2010 00:51, Jesús Corrius wrote:
>> Hi all,
>
> Hi, alone!
>
> pushed those ones
>
> thanks and cheers
>
> F.
> -BEGIN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 16/10/2010 00:51, Jesús Corrius wrote:
> Hi all,
Hi, alone!
pushed those ones
thanks and cheers
F.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAky6Ff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 16/10/2010 21:40, Jesús Corrius wrote:
> This continues to be a trivial patch. But a bit less trivial than the
> 0 sized one :)
Nice, pushed :) I mean, the patch.
F.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using Gnu
On Sat, 2010-10-16 at 01:01 +0200, Kenneth Venken wrote:
> some "shadows a member of 'this'" and "unused parameter" warnings.
Great :-) though compile warnings in binfilter are less problematic
than elsewhere, since it is known-awful, legacy code that most people
don't use. But I've pushe
Hi Rene,
On Sat, 2010-10-16 at 19:10 +0200, René Kjellerup wrote:
> I removed some commented OSL_TRACE statements... but were they really
> needed still?
Fine to loose them ;-)
Sadly, I was wrong about SAL_N_ELEMENTs here; it is not safe. With a
generic array - ie. not one static
Hi Terrell,
On Sat, 2010-10-16 at 15:10 -0400, Terrell Prude' Jr. wrote:
> OK, I just learned it's a good idea to "Reply-All" when responding to
> ensure the list sees replies. :-)
Yep :-) takes one or two tries to learn it, but the benefit is we can
build personal links more easily & t
Hii Michael,
read on, I found my boggle,
I had initially added
#include
my bad :) it builds and the charts seems to be without any problems too
and I attached the diff with the corrected include, though at the bottom of
the include list.
you're all most welcome
René
On Sat, Oct 16, 2010 at 9:3
Hi Kenneth,
On Sat, 2010-10-16 at 19:12 +0200, Kenneth Venken wrote:
> some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)
Thanks ! pushed :-)
Michael.
--
michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot
Hi Florian,.
On Sat, 2010-10-16 at 17:34 +0200, Bircher Florian wrote:
> Reason: missing #include
Looks like someone merged your commit :-)
Thanks,
Michael.
--
michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot
_
On Sat, 2010-10-16 at 14:27 -0500, David Norton wrote:
> I've updated
> http://wiki.documentfoundation.org/Development#Required_Libraries.2FDeps to
> tell the developer to run make in loroot if rawbuild does not exist. This
> will create rawbuild. (at least, it did in my test.)
Thanks D
Hi,
i created a week or two ago a wiki page for the topic translation of comments.
I did
this, because I thought that we can avoid redundant work. I moved the site to
the new
wiki of the documentfoundation in the last days. You can find the site at
http://wiki.documentfoundation.org/Developm
This continues to be a trivial patch. But a bit less trivial than the
0 sized one :)
2010/10/16 Fridrich Strba :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Oh, quite trivial, 0 sized patch as attachment :) No need to apply this
> one so trivial it is :)
>
> OK, send the real patch and y
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Oh, quite trivial, 0 sized patch as attachment :) No need to apply this
one so trivial it is :)
OK, send the real patch and you will be forgiven.
F.
On 15/10/2010 23:51, Jesús Corrius wrote:
> Hi all,
>
> This trival patch hides a perl error in oow
Hi Andreas,
On Sat, 2010-10-16 at 18:17 +0200, Andreas Mantke wrote:
> i have get some time to translate comments to English.
Thanks ! pushed :-)
Michael.
--
michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot
_
Hi Rene,
On Sat, 2010-10-16 at 15:30 +0200, René Kjellerup wrote:
> Okay I've now a beginning of a build of chart2 and I've added:
> #include
> To the file, but the compilation says that the file is not found,
Strange, I add it and it is fine:
--- chart2/source/view/main//ChartItemPool.
Michael Meeks wrote:
Hi Terrell,
On Fri, 2010-10-15 at 20:07 -0400, Terrell Prude' Jr. wrote:
I'm attempting to get a proper development environment to build
LibreOffice. Pulled a clone of the git repository, and it looks like I
have everything except for the loroot/rawbuild directory. Pr
I tried this in an empty folder and found that:
Yes, rawbuild is created by running make in loroot.
And yes, bin/unpack contains code to create the rawbuild directory. (line
310)
However, the instructions at
http://wiki.documentfoundation.org/Development#Required_Libraries.2FDepscontain
no mentio
some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)
diff --git a/sc/source/ui/vba/vbapagesetup.cxx b/sc/source/ui/vba/vbapagesetup.cxx
index 3b1a8ae..c80e407 100644
--- a/sc/source/ui/vba/vbapagesetup.cxx
+++ b/sc/source/ui/vba/vbapagesetup.cxx
@@ -41,6 +41,7 @@
#include
#inc
added the SAL_N_ELEMENTS to construction and destruction, removed unused
code and includes
I removed some commented OSL_TRACE statements... but were they really needed
still?
best wishes
René
On Sat, Oct 16, 2010 at 6:47 PM, René Kjellerup
wrote:
> Wow... a simple symbol mistake of the brain, a
Wow... a simple symbol mistake of the brain, all the includes seemed to have
hxx extension so
It complies now pulling a diff together.
On Oct 16, 2010 3:30 PM, "René Kjellerup"
wrote:
> Okay I've now a beginning of a build of chart2 and I've added:
> #include
> To the file, but the compilat
Hi,
i have get some time to translate comments to English.
Regards,
Andreas
--
## Content Developer OpenOffice.org: lang/DE
## Freie Office-Suite für Linux, Mac, Windows, Solaris
## http://de.openoffice.org
## OpenOffice.org Portable: http://oooportable.org
## OOoPDFConverter: http://ooopdfconve
Build errors:
ERROR: error 65280 occurred while making
/cygdrive/p/build/libreoffice-3.2.99.2/setup_native/source/win32/stwrapper
setup_native/source/win32/customactions/sellang/sellang.cxx(188) : error
C3861: 'SAL_N_ELEMENTS': identifier not found
Reason: missing #include
commit under LGPLv3
Damn it ... beta*3*, of course ;)
Florian Effenberger wrote on 2010-10-16 15.46:
templates.tdf and extensions.tdf will exist for a while, until beta2 is
out.
--
Florian Effenberger
Steering Committee and Founding Member of The Document Foundation
Tel: +49 8341 99660880
Fax: +49 8341 99660889
Should read beta2 of course
Florian Effenberger wrote on 2010-10-16 15.46:
templates.tdf and extensions.tdf will exist for a while, until beta2 is
out.
--
Florian Effenberger
Steering Committee and Founding Member of The Document Foundation
Tel: +49 8341 99660880
Fax: +49 8341 99660889
Mobile
Hi,
Thorsten Behrens wrote on 2010-10-14 17.34:
Yeah, I think that's cleaner even - updated patch attached, that
changes the already-existing tdf links to libreoffice - except for
those explicitely referencing TDF (like vendor).
Will push if there are no substantial objections.:)
(will deal w
Okay I've now a beginning of a build of chart2 and I've added:
#include
To the file, but the compilation says that the file is not found,
So where do one add the sal depends to the module? (or simply the includes)
On Oct 14, 2010 10:11 PM, "Michael Meeks" wrote:
> Hi Rene,
>
> On Thu, 2010-10-14
Oh yes please do enjoy your vacation.
Nice and thanks for the offer, if I stumble upon something I'll let you
know.
On Oct 16, 2010 4:41 AM, "Kohei Yoshida" wrote:
> On Fri, 2010-10-15 at 16:55 +0100, Michael Meeks wrote:
>> > I think I will focus my efforts around the Calc part, though it
>> mi
Hi all,
This trival patch hides a perl error in oowintool when the .NET SDK is
not found in the system.
Builds with VS2010 don't need the .NET SDK, anyway.
--
Jesús Corrius
Document Foundation founding member
Skype: jcorrius | Twitter: @jcorrius
___
Hi Terrell,
On Fri, 2010-10-15 at 20:07 -0400, Terrell Prude' Jr. wrote:
> I'm attempting to get a proper development environment to build
> LibreOffice. Pulled a clone of the git repository, and it looks like I
> have everything except for the loroot/rawbuild directory. Problem:
> looks lik
37 matches
Mail list logo