summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-17libmariadb: fix wrong line ends in patchMichael Stahl
Change-Id: I8fce7d3b3da2a6dad373409f9c9ba3b9cd06aa4f
2013-04-17MSC needs those min/max macros after allStephan Bergmann
...otherwise, it will fail with "c:\program files\microsoft sdks\windows\v7.1\include\GdiplusTypes.h(470) : error C3861: 'min': identifier not found" errors. Change-Id: Ib81ab7f5357b1f980202b63b144296fa252b71b1
2013-04-17gbuild: UnpackedTarball: do not query for input on "reversed" patchMichael Stahl
This can apparently happen when interrupting a build; reproducible with "touch workdir/*/UnpackedTarget/*openssl* && make openssl". The -f parameter would apparently silently ignore some mal-formed patches but at least it rejects potentially reversed ones, which causes the "error handler" in gb_UnpackedTarball__command to touch the "prepare" target so the next make is successful. Change-Id: I7bbd7d9385d990a69214a3a2d9bb20b5a7173748
2013-04-17gbuild: fix gb_Dictionary_add_localized_xcu_fileMichael Stahl
... clearly David should have reverted my commit since it didn't actually work :-/ Change-Id: Ib34e540e247f1082bc9d155cd011eb31cd33048e
2013-04-17MSC needs those min/max macros after allStephan Bergmann
...otherwise, it will fail with "c:\program files\microsoft sdks\windows\v7.1\include\GdiplusTypes.h(470) : error C3861: 'min': identifier not found" errors. Change-Id: Ie58a5e85e6712e4244ce4799c203b31a717a91e6
2013-04-17fix compile error in unused Java file.Noel Grandin
"exception not thrown in catch block" Change-Id: I13f8be9913f655ab1633b29e9fe686a41c2c0fcb
2013-04-17update dictionariesThomas Arnhold
Change-Id: I0f693266b7c3621f885acbe450f4faead3d8284f Reviewed-on: https://gerrit.libreoffice.org/3429 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-17It is very wrong to #undef _DEBUG in some source files of a libraryTor Lillqvist
Nowadays in a dbgutil build with MSVC, the debugging runtime (C++ library) is used. Just like with the GNU libstdc++, it is not binary compatible with the non-debugging variant. All sources that go into one DLL or EXE must be compiled with the same _DEBUG settings (unless one is extremely careful and knows exactly what one is doing, which presumably is not the case with this code). With previous compilers this has gone undetected, but with MSVC2012 at least, you get link-time errors, which is a good thing: nssinitializer.o : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in biginteger.o nssinitializer.o : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in biginteger.o Whether this actually has caused run-time erroneous behaviour or not in a dbgutil build is another thing... Change-Id: I0c42161f00a0e37b438e3b911e3c0058edadd800
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
Change-Id: I98d04d7da4c2b7ea0b769df9c2bfa8c1ad86bf2d Reviewed-on: https://gerrit.libreoffice.org/3422 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-17Update pchAurimas Fišeras
Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 Reviewed-on: https://gerrit.libreoffice.org/3427 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-17-Werror=unused-macros (MinGW, shell)Stephan Bergmann
Change-Id: I19a346a35eef403a7f831299e42655b9761f2c43
2013-04-17-Werror=unused-macros (MinGW, filter)Stephan Bergmann
Change-Id: Ic2f743643f8a825a8f485b68025717e09f3d8c2f
2013-04-17-Werror=unused-macros (MinGW, dtrans)Stephan Bergmann
Change-Id: Ie32b2b1283b54719f4c9525105d534fce70219af
2013-04-17-Werror=int-to-pointer-cast (MinGW, extensions)Stephan Bergmann
Change-Id: I16db60c861ef7ac0a2a9076fde1996a7b7b0e991
2013-04-17-Werror=unused-variable (MinGW, extensions)Stephan Bergmann
Change-Id: I43c2ad4a601ffe20f471d81ed7697b89c496fa6f
2013-04-17-Werror=write-strings (MinGW, extensions)Stephan Bergmann
Change-Id: I0761af5d2a6af23dbef67e4aadf4e6d21df1e58f
2013-04-17-Werror=unused-macros (MinGW, extensions)Stephan Bergmann
Change-Id: I208b5f1a8f3faabd03961bd58e2f09bb8338c790
2013-04-17-Werror=undef (MinGW, twain)Stephan Bergmann
Change-Id: I6ff83d58808889d12ca1bbf899e2d6c823cb7726
2013-04-17-Werror=unused-macros (MinGW, sfx2)Stephan Bergmann
Change-Id: Id4e46df91c94f987922402c0f791f79aa9d13bc9
2013-04-17-Werror=shadow (MinGW, extensions)Stephan Bergmann
...and aStr, aStr2 are not necessary, anyway. Change-Id: I04fbd1fb3c7375015168e866e8b77eebfb62f648
2013-04-17-Werror=unknown-pragmas (MinGW, extensions)Stephan Bergmann
Change-Id: I3eeb8864ddf931361f6504c04b8bfa787115cfd1
2013-04-17-Werror=unused-macros (MinGW, GradientStyle_RECT)Stephan Bergmann
...hopefully unnecessary today anyway? Change-Id: Ib3c621f46311c90d159fe0f08655c01d25024d7d
2013-04-17-Werror=unused-macros (MinGW, svtools)Stephan Bergmann
Change-Id: I843a14b093c2cc21364dd3e3f1c6b5b5566999b0
2013-04-17-Werror=unused-macros (MinGW, vcl)Stephan Bergmann
Change-Id: I2a3b5ad429e7bcc60dc50635a48feb6037b0001e
2013-04-17-Werror=unused-macros (MinGW, jvmfwk)Stephan Bergmann
Change-Id: I860939930c43cac89c4ab745bf129922be1f1511
2013-04-17-Werror=unused-macros (MinGW, USE_ACCESSIBILITY_FILE)Stephan Bergmann
...dead at least since c58b07c958e7bc70a9d337852df477f33a453433 "#i20020#," if not even since the beginning, 49614181e5712933a3dce40c6afb344f02f8d287 "#i20052# plugin lib for java framework." Change-Id: Ic0b35341cb8038ccfe0a2f4f5b758341b9ab13b9
2013-04-17-Werror=undef (MinGW, np_sdk)Stephan Bergmann
Change-Id: If8207bcc0e21eb206faa58c4debc34c95e33b279
2013-04-17-Werror=unused-variable (MinGW, extensions)Stephan Bergmann
Change-Id: I88113be8ff3f4dfe641463267754ee8129bc767a
2013-04-17-Werror=unused-macros (MinGW, sal)Stephan Bergmann
Change-Id: I7c0411320798721e70de32580de6adcf5565f12a
2013-04-17-Werror=unused-macros (MinGW, _WINDOWS)Stephan Bergmann
...hopefully unused anyway? In there "since the beginning." Change-Id: Ibe61ad133dc8a546a2c70626faa5f8d2ca951150
2013-04-17-Werror=unused-macros (MinGW, extensions)Stephan Bergmann
Change-Id: I9e442453108eddcfc6cbb9769ac224fc469f1efc
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
because we always have we a refedit, but sometimes not a refbutton, so set the label widget to use for the dialog shrink mode on the refedit instead of the refbutton. This way we get the shrunken dialog title bar updated with the label contents regardless of using the shrink button or clicking in the editbox and dragging the mouse around the spreadsheet triggering the shrink mode Change-Id: Ifdff01a30d5c65aa964d4bf544017a2927757d67
2013-04-17workaround problems with LTO for some libraries (disable for them)Matúš Kukan
Currently enabling lto fails for scfilt frm and wpftdraw which should be fixed and this commit reverted. Change-Id: I73b1846458dd7830425279328dd4e652269afc1a
2013-04-17Fix for method name changeNoel Grandin
In commit 43debfae8326ad98f9d130aa450f59ad49577d55 "General cleanup of OfficeBeans" In class com.sun.star.comp.beans.OOoBean, the method aquireSystemWindow changed name to acquireSystemWindow Change-Id: I5a9a16c1374d7dbc828ee2fa76c193b207881415
2013-04-17Reintroduce unlockPositionOfObjects().Jan Holesovsky
This unlocking code was accidentally removed in commit 120922361a5928ea4437ffe253ce209abd7060b0. Not sure if it is still necessary, but I am at the moment unable to prove it is not, so better to be safe :-) Change-Id: I20a7cf3299de75182f890efb0d192e54c1b2543d
2013-04-17Fix assert statementNoel Grandin
which I messed up in 7e4db91a3900fd0bbce0f0592a045458a37862b3 "Convert SfxShellStack_Impl from SfxPtrArr to std::vector" Change-Id: I177972fddb8a0f2237085fdc2892d6992c5fc746
2013-04-17solenv: fix packaging of gdb pretty-printers in the non-libmerged caseMiklos Vajna
Change-Id: Ia6241674c8a262965025df7800d106747f7575fd
2013-04-17scp: remove unused macrosThomas Arnhold
Change-Id: I48ac97bd6ac8cbd534e50c617f3d54ff10bd2908 Reviewed-on: https://gerrit.libreoffice.org/3410 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-04-17Clang does not have -fpermissiveTor Lillqvist
Change-Id: I24ae2f661a379d00ada9d1f288a702559719696c
2013-04-17--without-agfa-monotype-fonts is goneStephan Bergmann
...since 62bf424fa84b0ccd0828a474a1351b0134f27eab "remove dead code." Change-Id: Idfe58e53232c6cef755f4f7e4d572f7cac3efc6a
2013-04-17fdo#63197, convert Zip_accessoriesgalleryJulien Nabet
Change-Id: I23d31c9574269f9d945a6940728c90cb7a9ae51d Reviewed-on: https://gerrit.libreoffice.org/3416 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-17reformat xml file with xmllintThomas Arnhold
maybe this should be done for all files in officecfg... xmllint --format --recover foo.xml Change-Id: I1fe97a84a706b7d51e21d268cbf7baf32eb0f8f0
2013-04-16fix gdb pretty-printers for non-mergedPeter Foley
Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7
2013-04-17remove whitespace from xml tagsThomas Arnhold
Change-Id: I55e8c5876423969788d81524f40c54644f59a256
2013-04-17remove some newlines at eofThomas Arnhold
and one last <author> tag Change-Id: I4fa21ba3cb4b76327ae476f2f7f75152db478f76
2013-04-17sal_Bool to boolTakeshi Abe
Change-Id: Id2ba5cf09227945fd97ef6f7e63cb40fa6488886
2013-04-17let us use startsWith instead of indexOfMarkus Mohrhard
Change-Id: I185a5a6f1d85c9e3e7ee5115b100b724031b6c03
2013-04-16General cleanup of OfficeBeansChris Sherlock
Cleaned up Java source files: + removed unnecessary commented out code + corrected many spelling errors + formatting changes (remove decorations from comments, whitespacing, etc.) Change-Id: I4133908ceac874b273fe409d763b3ddbfc2055e5 Reviewed-on: https://gerrit.libreoffice.org/3413 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-16Convert SwDrawTextInfo.pText from XubString to OUStringNoel Grandin
Change-Id: Ie567feb315a018a1f5bd794a4d12435865e67ec4 Reviewed-on: https://gerrit.libreoffice.org/3417 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin
Change-Id: I23c9f905e6f679299f95baa6d8d4bafa97a3f19a Reviewed-on: https://gerrit.libreoffice.org/3399 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>