- 14 May, 2013 25 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I2e768f92ea6f4302ebede403e84d7bc70b4f3107
-
Michael Stahl yazdı
These should have been removed in b6bcbb67 Change-Id: Iec28da16542f16c459bf301649260d8b13c1c67d
-
Miklos Vajna yazdı
Change-Id: I96e2845a17db78345adfb7c3e9e0dea5dbbb0a6b
-
Mark Wielaard yazdı
commit cc858aca "configure: substantially de-bong libpng handling" Removed the unix-qstart-libpng configure option. Also remove it from the distro-configs. Change-Id: I99de8b99d531d7bedc76ac171050219801000284 Reviewed-on: https://gerrit.libreoffice.org/3900Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
David Tardon yazdı
Change-Id: I1993803ab7ea72ea948032fd853586e34d66ea88
-
Miklos Vajna yazdı
Change-Id: I37df8d6d5cbc9b37fa03681e8dc32a4926cd42a9
-
David Tardon yazdı
... even if we do not link with it. This was previously solved by delivering the headers to solver and depending on the Package. Change-Id: Id1b53b88d54226cb3ce02f5f2424632596fa069a
-
David Tardon yazdı
Change-Id: I3471e83cccb84590d2ab154f086015d59730bd43
-
Tor Lillqvist yazdı
Change-Id: I161cf0fb2c5bd071a963ece61928efb7938de6c2
-
Stephan Bergmann yazdı
Change-Id: I9ef62c5cb882c323d134f87ea50202c7b40bb6fb
-
Matúš Kukan yazdı
Change-Id: I1bb92b367a83c29a9e6a1767f4417b24ec5ecc6e
-
Stephan Bergmann yazdı
...and clean up log.cxx somewhat. Change-Id: I657cf6c938cafa61959a8dc59c9f95dba5183d9f
-
Stephan Bergmann yazdı
Change-Id: I11afb19726ecf6b585d84517cf2a8244800db81a
-
Noel Grandin yazdı
In my previous conversion to new style I forgot to pass arguments into the service constructor. Change-Id: Ibbf750315b3e62869b1eb4c520808327002f2dcc
-
Noel Grandin yazdı
Change-Id: I6f66fc69a40e2cd2ef2372e0413ff95b6202c5c5
-
Noel Grandin yazdı
Change-Id: I150d86b4ae4004e7c39ec6a3ed7fba31029f8ab1
-
Noel Grandin yazdı
Change-Id: Ia66283321d4d18d929b2e3406ad420627f73a3fd
-
Noel Grandin yazdı
The service already existed, it just needed an IDL file. Change-Id: I5bdc3064b0a3caa5a0d2abf4ef5ba3159889c7af
-
Noel Grandin yazdı
Change-Id: Ifbf8041ef9ffbecb88dacc9757895d777805372f
-
Noel Grandin yazdı
The service already existed, it just needed an IDL file Change-Id: Ide9fe23861d43845e242d4637b3ef9673b30e068
-
Noel Grandin yazdı
API-CHANGE: Removed the following interfaces from the IDL because no-one was using them: interface com::sun::star::beans::XFastPropertySet; interface com::sun::star::lang::XComponent; But the service still implements them, so old code should keep on working. Change-Id: Iab058fb42bd1a54e0b9632e99e564fdc0869fe6e
-
Lionel Elie Mamane yazdı
Regression from the "convert to new style", which led to ignoring aArguments Change-Id: I09477578f77b253b8c6435d52e1e636d2e212023
-
Takeshi Abe yazdı
Change-Id: If2f09533666a6090d4860e79b33a05d12e058940
-
Andras Timar yazdı
Change-Id: I1afb4388bbb811a7d296b86a4a8b77758964daaf
-
Norbert Thiebaud yazdı
Change-Id: I2bece68ed33f3aa193a30d9686ba81d21c7ec55e Reviewed-on: https://gerrit.libreoffice.org/3896Reviewed-by:
Kohei Yoshida <kohei.yoshida@suse.de> Tested-by:
Kohei Yoshida <kohei.yoshida@suse.de>
-
- 13 May, 2013 15 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Icb3c4a4afe80e50d6f39e9a8092eab71afed2e2d
-
Andre Fischer yazdı
(cherry picked from commit efc6346e) Change-Id: I983b106ef46bd9b95f6ef12d3c2432d604dd08a8
-
Armin Le Grand yazdı
Patch by: osnola Review by: alg (cherry picked from commit 76741df0) Conflicts: tools/source/generic/poly.cxx Change-Id: I0de15a92e68b766258e285ed17365816064da141
-
Armin Le Grand yazdı
Use boost::shared_ptr and stl tools to implement a SwPosFlyFrms which can be used and handed over by value and cleans up it's content to avoid memory leaks. Found by: Chao Huang Patch by: Chao Huang, alg Review by: Chao Huang, alg (cherry picked from commit c26f80aa) Conflicts: sw/inc/doc.hxx sw/inc/flypos.hxx sw/source/core/doc/doclay.cxx sw/source/core/layout/flypos.cxx sw/source/core/unocore/unoobj2.cxx sw/source/filter/html/htmlfly.cxx sw/source/filter/ww8/writerhelper.cxx Change-Id: If610457654b1056d799d4336cd249815f7878a96 Fix build breaker from i120106 Patch by: Chao Huang Suggested by: alg (cherry picked from commit 880aadbe) Conflicts: sw/source/filter/ww8/writerhelper.cxx Change-Id: I516fcb6ee69944c54cc9eb76c069eb8b28749050
-
Stephan Bergmann yazdı
Change-Id: Id01c86517a89dffd560440d333a37eaa80738b56
-
Marcos Paulo de Souza yazdı
Also remove the unused function strnccmp. Change-Id: Ie857dfca1e52b1251f85abfba3cd0e12e509974f Reviewed-on: https://gerrit.libreoffice.org/3888Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Lennard Wasserthal yazdı
Added further documentation on the sfx2 framework. Turned the packed odg file into a git-friendly html+svg file. Change-Id: I0b86f00ffb9355d4cbc911a7b406b1b76dbf62ac Signed-off-by:
Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/3871Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Tor Lillqvist yazdı
Change-Id: I9aa9b0215d9d2c8db7b88fbb1e0d30bcc4889a36
-
Julien Nabet yazdı
Change-Id: Id7258dd35c131c2c8151bc5e0f97076241e6d10f Reviewed-on: https://gerrit.libreoffice.org/3868Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Julien Nabet yazdı
Change-Id: I260bb1207cebb8cefb52fe1db3f51b63239b25a7 Reviewed-on: https://gerrit.libreoffice.org/3873Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Norbert Thiebaud yazdı
Change-Id: I9d1e7ac746928c2a793ac05d932af60d0c8edc06 Reviewed-on: https://gerrit.libreoffice.org/3887Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Matthias Freund yazdı
Translations and cleanups. Change-Id: I538afbd8c8981506dafd5b4cf897585f6926d7c7 Reviewed-on: https://gerrit.libreoffice.org/3875Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Björgvin Ragnarsson yazdı
As of 2003, banks stopped accepting aurar and they are not interesting any more because of inflation. Change-Id: Iff8b92fe129c097d125f6938735c8d2bb4016346 Reviewed-on: https://gerrit.libreoffice.org/3874Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Arnaud Versini yazdı
Change-Id: I8e568368e7626789dee21d4823dbedec6257a231 Reviewed-on: https://gerrit.libreoffice.org/3841Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
David Tardon yazdı
Change-Id: I9ef6331e49c26ce5060aea52157a600274a1b080
-