[Libreoffice-commits] .: sw/source

2012-09-23 Thread Libreoffice Gerrit user
sw/source/filter/basflt/fltini.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit 6e86706c498fe5d672137f5ef0624308265ff220 Author: Tor Lillqvist Date: Mon Sep 24 08:40:21 2012 +0300 As far as I can see this function is unused Avoids duplicate symbol clash with t

[Libreoffice-commits] .: 2 commits - bridges/CustomTarget_gcc3_linux_arm.mk bridges/Library_gcc3_linux_arm.mk sdext/source

2012-09-23 Thread Libreoffice Gerrit user
bridges/CustomTarget_gcc3_linux_arm.mk |4 ++-- bridges/Library_gcc3_linux_arm.mk |6 ++ sdext/source/minimizer/impoptimizer.cxx |3 --- 3 files changed, 4 insertions(+), 9 deletions(-) New commits: commit 1c2285bb3628afd615fadbc2453db1cf51c102d7 Author: David Tardon Date:

[Libreoffice-commits] .: more_fonts/Package_dejavu.mk

2012-09-23 Thread Libreoffice Gerrit user
more_fonts/Package_dejavu.mk | 47 --- 1 file changed, 22 insertions(+), 25 deletions(-) New commits: commit 862a205e05557942fda4d8b3288bd21d599181ab Author: Norbert Thiebaud Date: Mon Sep 24 00:37:47 2012 -0500 more_font: fix dejavu delivery

[Libreoffice-commits] .: sc/qa

2012-09-23 Thread Libreoffice Gerrit user
sc/qa/unit/subsequent_filters-test.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 5649b6a0643d4d331bb1c4d72b707d8543a480e5 Author: Markus Mohrhard Date: Mon Sep 24 04:48:27 2012 +0200 remove unused parameter Change-Id: I869d20ae472d6147

[Libreoffice-commits] .: config_host.mk.in configure.in Makefile.top Module_tail_build.mk more_fonts/Makefile more_fonts/Module_more_fonts.mk more_fonts/Package_conf.mk more_fonts/Package_dejavu.mk mo

2012-09-23 Thread Libreoffice Gerrit user
Makefile.top|2 - Module_tail_build.mk|3 + config_host.mk.in |7 +++ configure.in| 46 +--- more_fonts/Makefile

[Libreoffice-commits] Changes to 'more_font'

2012-09-23 Thread Libreoffice Gerrit user
New branch 'more_font' available with the following commits: commit 0b963e89a04ce0ec6693b2e54bbedf544c0b5f00 Author: Norbert Thiebaud Date: Sun Sep 23 21:24:39 2012 -0500 gbuildification of more_fonts Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a ___

Re: [PUSHED 3-6] For msi installer, only default-select a subset of dictionaries

2012-09-23 Thread Andras Timar
2012/9/21 Stephan Bergmann : > This is about backporting to libreoffice-3-6 the fix for part 1 of > "Large > UserInstallation's user/extensions/bundled/ tree," namely default-selecting > only a reasonable subset of the 40+ dictionaries that come

Re: Adjusting an Array Range in Calc

2012-09-23 Thread Lars Callenbach
Hi Jan, I have a plugin with an C++ addin code of the following form static Reference< XInterface > SAL_CALL create_CalcAddins_impl(Reference const & xContext) SAL_THROW( () ) { return static_cast< ::cppu::OWeakObject * > ( new CalcAddins_impl ); } static s

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - dictionaries/pt_BR dictionaries/pt_PT

2012-09-23 Thread Libreoffice Gerrit user
dictionaries/pt_BR/makefile.mk |6 +++--- dictionaries/pt_PT/makefile.mk |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit ba0e8a8f2d583cae7b28cd2190253d6f009e46c4 Author: Olivier Hallot Date: Sun Sep 9 07:48:00 2012 -0300 Fix for fdo#53520, Portugues

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 6 commits - scp2/source setup_native/prj setup_native/source

2012-09-23 Thread Libreoffice Gerrit user
scp2/source/ooo/common_brand.scp|6 scp2/source/ooo/file_ooo.scp|8 scp2/source/ooo/module_ooo.scp |6 scp2/source/ooo/module_ooo.ulf |4 setup_native/prj/build

[PATCH] pywizards: add a name textbox to the filepicker

2012-09-23 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/688 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/688/1 pywizards: add a name textbox to the filepicker Now it's possible to change the name of the file that is going to

[PATCH] pyfax: Use relative imports so we can call the wizard remote...

2012-09-23 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/683 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/683/1 pyfax: Use relative imports so we can call the wizard remotely Change-Id: I8ed98ff5125caf28680f94865ab2fe122f12418

[PATCH] pyfax: Added by mistake

2012-09-23 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/684 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/84/684/1 pyfax: Added by mistake Change-Id: I484d64aab55aef2992d6c2f656cab68f398936d2 --- D wizards/com/sun/star/wizards/re

[PATCH] pywizards: remove unused methods

2012-09-23 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/687 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/687/1 pywizards: remove unused methods Change-Id: I1803b7b4bbfed1e3509a8561ba82fae9ccf4412e --- M wizards/com/sun/star/w

[PATCH] Pyfax: Get rid of import * (1)

2012-09-23 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/685 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/85/685/1 Pyfax: Get rid of import * (1) Change-Id: Ifeb2fca16ef572a7cb1d1aabb651b3cea87ecbea --- M wizards/com/sun/star/wiz

[PATCH] pyfax: get rid of import * (2)

2012-09-23 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/686 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/686/1 pyfax: get rid of import * (2) Change-Id: Ibd988812d96f7f539c1e888be9ee25c0c895f358 --- M wizards/com/sun/star/wiz

[PATCH] Remove unused code

2012-09-23 Thread Olivier Hallot (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/682 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/682/1 Remove unused code According to unusedcode.easy Change-Id: I31edd26d8ee7934b47ed7bf5ec6c07e1b8c5c5e9 --- M sd/sou

[Libreoffice-commits] .: sc/source

2012-09-23 Thread Libreoffice Gerrit user
sc/source/core/data/colorscale.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 93effcb0a2eade8309c53b74d0ea22e8a2217661 Author: Markus Mohrhard Date: Sun Sep 23 22:59:31 2012 +0200 bool to sal_Bool for rtl::OUStringBuffer::append Change-Id: I4132c

using bool in rtl::OUStringBuffer::append

2012-09-23 Thread Markus Mohrhard
Hey, after I got tinderbox mail complaining about ambiguous overload for rtl::OUStringBuffer::append(bool) I wanted to ask if we could add a rtl::OUStringBuffer::append(bool) method or if there are reasons against it. From what I can see it could in the end even share the implementation with the s

[Libreoffice-commits] .: sc/qa

2012-09-23 Thread Libreoffice Gerrit user
sc/qa/unit/data/reference/colorScale_1.txt | 21 + sc/qa/unit/data/reference/colorScale_2.txt | 17 + sc/qa/unit/data/reference/colorScale_3.txt | 23 +++ sc/qa/unit/data/reference/colorScale_4.txt | 19 +++ 4 files ch

[PATCH] Change in core[feature/killsdf]: Use PoEntry and PoHeader more like an interface

2012-09-23 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/681 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/81/681/1 Use PoEntry and PoHeader more like an interface Delete all members except member with type GenPoEntry and use gett

[Libreoffice-commits] .: 4 commits - instsetoo_native/inc_ooohelppack instsetoo_native/inc_ooolangpack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo instsetoo_native/inc_ure l10ntools/sou

2012-09-23 Thread Libreoffice Gerrit user
instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt | 18 -- instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt | 17 - instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 17 - instsetoo_native/inc_sdkoo/windows/msi_

[Libreoffice-commits] .: cui/source editeng/inc editeng/source

2012-09-23 Thread Libreoffice Gerrit user
cui/source/inc/autocdlg.hxx | 35 --- cui/source/tabpages/autocdlg.cxx | 188 +++ editeng/inc/editeng/svxacorr.hxx |7 + editeng/source/misc/svxacorr.cxx | 101 4 files changed, 205 insertions(+), 126 deletions(-) New commi

[Libreoffice-commits] .: sc/source

2012-09-23 Thread Libreoffice Gerrit user
sc/source/core/data/colorscale.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit e9cd84cfaa323ca744fc39096bb90d8f564a1411 Author: Markus Mohrhard Date: Sun Sep 23 21:54:13 2012 +0200 WaE unused parameter Change-Id: I223fb29da72f72dcc6ebf2184494

[Libreoffice-commits] .: sc/source

2012-09-23 Thread Libreoffice Gerrit user
sc/source/core/data/colorscale.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 71f3d9834b4bf8ebab4a2125c014c408270179cd Author: Markus Mohrhard Date: Sun Sep 23 21:48:00 2012 +0200 SCCOL and SCTAB to sal_Int32 Change-Id: I664432ee192dee76c55ee2c3b

[PATCH] Remove unused member SwDoc::pMacroTable

2012-09-23 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/680 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/80/680/1 Remove unused member SwDoc::pMacroTable Change-Id: Ic09b960b675d674a16f7f252ed2a974c4e25505b --- M sw/inc/doc.hxx

[Libreoffice-commits] .: 2 commits - sc/qa sc/source

2012-09-23 Thread Libreoffice Gerrit user
sc/qa/unit/subsequent_filters-test.cxx | 48 +++-- sc/source/core/data/colorscale.cxx |4 +- 2 files changed, 18 insertions(+), 34 deletions(-) New commits: commit 4c2a87d6e70040182d328c25d561b0de69e96a2b Author: Markus Mohrhard Date: Sun Sep 23 21:22:29 2

[PATCH] Fixes Circular arrow distortion, Bug #46272

2012-09-23 Thread Lennard Wasserthal (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/679 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/79/679/1 Fixes Circular arrow distortion, Bug #46272 Distortion occurred when angle mod 90° != 0 All of my past & future c

[PATCH] ::rtl::OUString to OUString in basctl

2012-09-23 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/678 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/78/678/1 ::rtl::OUString to OUString in basctl Change-Id: I3fc3d463fbaefe31b3541502c9f3dfbd4d1db4f9 --- M basctl/source/acc

[Libreoffice-commits] .: 3 commits - sc/inc sc/qa sc/source

2012-09-23 Thread Libreoffice Gerrit user
sc/inc/colorscale.hxx |8 +- sc/inc/conditio.hxx|6 - sc/qa/unit/data/ods/colorScale.ods |binary sc/qa/unit/data/xlsx/colorScale.xlsx |binary sc/qa/unit/subsequent_filters-test.cxx | 119 ++--- sc/source/core/data/co

[Libreoffice-commits] .: bridges/CustomTarget_gcc3_linux_arm.mk

2012-09-23 Thread Libreoffice Gerrit user
bridges/CustomTarget_gcc3_linux_arm.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 31018fa81f2fa51a3c7c2d6c992cef03b17c378d Author: David Tardon Date: Sun Sep 23 19:53:22 2012 +0200 really fix make syntax. i mean it! honestly! Change-Id: Ic56f7d2d

[Libreoffice-commits] .: 6 commits - bluez_bluetooth/prj clucene/Library_clucene.mk Makefile.top Module_cross_tail_build.mk Module_tail_build.mk solenv/gbuild

2012-09-23 Thread Libreoffice Gerrit user
Makefile.top |1 + Module_cross_tail_build.mk |4 +++- Module_tail_build.mk | 15 +++ bluez_bluetooth/prj/build.lst|2 ++ clucene/Library_clucene.mk |2 +- solenv/gbuild/ExtensionTarget.mk | 10 -- 6 files chan

[Libreoffice-commits] .: helpcontent2/to-wiki

2012-09-23 Thread Libreoffice Gerrit user
helpcontent2/to-wiki/wikiconv2.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 821c0522e017a19e0d3fd1fe3a1bf76692fe81b9 Author: Andras Timar Date: Sun Sep 23 19:30:59 2012 +0200 keep indentation of Basic source codes Change-Id: I0dd63851a1a9fd9f4f5

[Libreoffice-commits] .: Branch 'feature/vs2012' - liborcus/ExternalProject_liborcus.mk

2012-09-23 Thread Libreoffice Gerrit user
liborcus/ExternalProject_liborcus.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cec4e0583e7af472885b18f4787a1efb765614fe Author: Peter Foley Date: Sun Sep 23 12:25:39 2012 -0400 fix gbuildized liborcus with VS2008 Change-Id: I5735f71eae69357efec5

[Libreoffice-commits] .: helpcontent2/to-wiki

2012-09-23 Thread Libreoffice Gerrit user
helpcontent2/to-wiki/wikiconv2.py |7 --- 1 file changed, 7 deletions(-) New commits: commit d725d2d6caf66f6e7786ea6d48b3878a60be9eaf Author: Andras Timar Date: Sun Sep 23 17:46:29 2012 +0200 fdo#43449 ignore image width and height in wikihelp According to the OpenOffice.

[Libreoffice-commits] .: bridges/CustomTarget_gcc3_linux_arm.mk

2012-09-23 Thread Libreoffice Gerrit user
bridges/CustomTarget_gcc3_linux_arm.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a55274831642677dae591ac5de75849619e3ec64 Author: David Tardon Date: Sun Sep 23 17:27:19 2012 +0200 fix make syntax Change-Id: I6414a49f867c71c7a9a17bbcc9acd5da35e3a

[Libreoffice-commits] .: solenv/gbuild

2012-09-23 Thread Libreoffice Gerrit user
solenv/gbuild/AllLangResTarget.mk|2 +- solenv/gbuild/CliAssembly.mk |2 +- solenv/gbuild/CliNativeLibrary.mk| 11 +++ solenv/gbuild/InstallModuleTarget.mk |2 +- solenv/gbuild/TargetLocations.mk |1 + solenv/gbuild/WinResTarget.mk|2 +- 6

[Libreoffice-commits] .: svtools/source

2012-09-23 Thread Libreoffice Gerrit user
svtools/source/edit/syntaxhighlight.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 2345948281e03671466dbf6e53544855b28a90d4 Author: Takeshi Abe Date: Sun Sep 23 23:56:05 2012 +0900 be in lexicographic order Change-Id: I26b15fe1cc5f8f3066f2411

[Libreoffice-commits] .: svtools/source

2012-09-23 Thread Libreoffice Gerrit user
svtools/source/edit/syntaxhighlight.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 94bb5021c78570aa7b76614289669639f11cf53b Author: Takeshi Abe Date: Sun Sep 23 23:52:31 2012 +0900 fix typo Change-Id: I8bb811cfe06d409bebad586c16cf3837551f5a5f di

[PATCH] refactor code with

2012-09-23 Thread Takeshi Abe (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/677 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/677/1 refactor code with Change-Id: I774492928a909a0768ebcdc9cb56651146659351 --- M sw/source/core/access/accmap.cxx M

[Libreoffice-commits] .: solenv/gbuild

2012-09-23 Thread Libreoffice Gerrit user
solenv/gbuild/ExtensionTarget.mk | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 751f3aea6805140775bb6ad28f92a1f2795373a6 Author: David Tardon Date: Sun Sep 23 16:29:10 2012 +0200 fix build of dictionaries with l10n enabled It seems that

[Libreoffice-commits] .: nlpsolver/prj

2012-09-23 Thread Libreoffice Gerrit user
nlpsolver/prj/build.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3d912e407770cb594b131c53a35af4fc0d04fb2a Author: Andras Timar Date: Sun Sep 23 15:41:54 2012 +0200 nlpsolver depends on translations Change-Id: I20f966d4f1ccdefda2b057b00d2d8e2e71

build failure after git-new-workdir

2012-09-23 Thread Terrence Enger
-- View this message in context: http://nabble.documentfoundation.org/build-failure-after-git-new-workdir-tp4008803.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists

[Libreoffice-commits] .: readlicense_oo/CustomTarget_readme.mk

2012-09-23 Thread Libreoffice Gerrit user
readlicense_oo/CustomTarget_readme.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 04ca03dc66672cee23ffb77c518e373dd268edcc Author: Andras Timar Date: Sun Sep 23 15:30:43 2012 +0200 revert all my recent changes to CustomTarget_readme.mk Change-

[Libreoffice-commits] .: 2 commits -

2012-09-23 Thread Libreoffice Gerrit user
0 files changed New commits: commit 7a25d25ec67cf063424f7d2d0a460969fb2986ba Author: Andras Timar Date: Sun Sep 23 15:27:45 2012 +0200 Revert "Revert "fix localization of readlicense_oo"" This reverts commit 90a613e0f6e7b35131dda914c7d2212676ab585c. diff --git a/readlicense_oo/C

[Libreoffice-commits] .: readlicense_oo/CustomTarget_readme.mk

2012-09-23 Thread Libreoffice Gerrit user
readlicense_oo/CustomTarget_readme.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ae8aa63e7efcb2cef414f2eff6b3d22f9d73f848 Author: Andras Timar Date: Sun Sep 23 15:25:24 2012 +0200 fix localization of readlicense_oo Change-Id: Ibc73809f565bdecb470

[Libreoffice-commits] .: readlicense_oo/CustomTarget_readme.mk

2012-09-23 Thread Libreoffice Gerrit user
readlicense_oo/CustomTarget_readme.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 224f423d32833d38d7812c12fd1b68cb27be1929 Author: Andras Timar Date: Sun Sep 23 15:21:41 2012 +0200 fix localization of readlicense_oo Change-Id: I7af3c826519ae31df96

[PUSHED] migrate readlicense_oo to gbuild

2012-09-23 Thread David Tardon (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/676 -- To view, visit https://gerrit.libreoffice.org/676 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: me

[Libreoffice-commits] .: 3 commits - translations/CustomTarget_translate.mk translations/prj

2012-09-23 Thread Libreoffice Gerrit user
translations/CustomTarget_translate.mk | 22 ++ translations/prj/makefile.mk |1 - 2 files changed, 14 insertions(+), 9 deletions(-) New commits: commit 84442ae80f2169c541c7969bb27aedf3a57ece9d Author: David Tardon Date: Sun Sep 23 15:00:44 2012 +0200 m

[Libreoffice-commits] .: svtools/source

2012-09-23 Thread Libreoffice Gerrit user
svtools/source/edit/syntaxhighlight.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 3b3c20212e4d50bf70232541fd7e43d516e4db62 Author: Andras Timar Date: Sun Sep 23 14:57:10 2012 +0200 add missing basic keywords to syntax highlighter Change-Id: I920ad01c0ea338

[PUSHED] End of ::rtl::OUString to OUString in avmedia

2012-09-23 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/675 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/675 To unsubscribe, vi

[Libreoffice-commits] .: avmedia/source

2012-09-23 Thread Libreoffice Gerrit user
avmedia/source/viewer/mediawindowbase_impl.hxx | 10 +- avmedia/source/win/framegrabber.cxx| 20 ++-- avmedia/source/win/framegrabber.hxx| 12 ++-- avmedia/source/win/window.cxx | 12 ++-- avmedia/source/win/w

[Libreoffice-commits] .: writerperfect/source

2012-09-23 Thread Libreoffice Gerrit user
writerperfect/source/stream/WPXSvStream.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit bb8839250271b6d951233e0ad21a773962d06889 Author: Fridrich Å trba Date: Sun Sep 23 14:42:28 2012 +0200 The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek type Change-Id

[Libreoffice-commits] .: 3 commits - sc/qa sc/source

2012-09-23 Thread Libreoffice Gerrit user
sc/qa/unit/data/xlsx/formats.xlsx |binary sc/qa/unit/subsequent_filters-test.cxx |2 +- sc/source/filter/excel/xestyle.cxx |8 +++- 3 files changed, 4 insertions(+), 6 deletions(-) New commits: commit 0251fdd0336e26cf391331a1fca1edb309b6dc92 Author: Markus Mohrhard Date:

[Libreoffice-commits] .: bridges/CustomTarget_gcc3_linux_arm.mk

2012-09-23 Thread Libreoffice Gerrit user
bridges/CustomTarget_gcc3_linux_arm.mk |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 5858276fae87c51a7edc78c4502326eb3c067e2b Author: David Tardon Date: Sun Sep 23 12:26:06 2012 +0200 we don't need explicit rule for this target... Change-Id: I

Fsecure virus alert

2012-09-23 Thread Vaddina Kameswar Rao
Hi developers, I have a virus alert from Fsecure on http://dev-builds.libreoffice.org/daily/Win-x86@6/master/current/master~2012-09-21_20.43.16_LibO-Dev_3.7.0.0.alpha0_Win_x86_install_en-US.msi. Both the Fsecure online scanner and desktop version alerted me on this. http://oi50.tinypic.com/lxpw8.j

[Libreoffice-commits] .: 2 commits - bridges/CustomTarget_gcc3_linux_arm.mk bridges/Library_gcc3_linux_arm.mk bridges/Module_bridges.mk bridges/source

2012-09-23 Thread Libreoffice Gerrit user
bridges/CustomTarget_gcc3_linux_arm.mk| 27 +++ bridges/Library_gcc3_linux_arm.mk | 12 +++-- bridges/Module_bridges.mk |1 bridges/source/cpp_uno/gcc3_linux_arm/armhelper.S | 52 ++ bridges/source/cpp_uno/g

[PATCH] migrate readlicense_oo to gbuild

2012-09-23 Thread David Ostrovsky (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/676 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/676/1 migrate readlicense_oo to gbuild Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03 --- M Makefile.top M Module_

Re: minutes of ESC call ...

2012-09-23 Thread Tommy
On Sun, 23 Sep 2012 10:36:28 +0200, Tommy wrote: mine was just a "donation" and has not to be intended as "I PAID so you MUST FIX IT !!!" since I have no coding skills, it was the only way I could concretely contribute to the fixing process. I hope I did not I hope I did not create too