Caolán McNamara
b1091fa9d8
WaE on enable-dbgutil
2011-04-13 11:17:17 +01:00
Caolán McNamara
9d71fa6666
catch by const reference
2011-04-13 09:47:24 +01:00
Caolán McNamara
2d954b6149
Resolves: #i113273# use modification time of soft link targets if linked
2011-04-12 21:29:27 +01:00
Caolán McNamara
d283eadbc5
WaE: various compiler warnings
2011-04-12 21:23:29 +01:00
Caolán McNamara
a1885cb732
WaE in dbg-util mode
2011-04-12 21:23:29 +01:00
Caolán McNamara
a6775be596
WaE in dbg-util mode
2011-04-12 21:23:29 +01:00
Caolán McNamara
2894fdcfd3
WaE in dbgutil mode
2011-04-12 21:23:29 +01:00
Julien Nabet
ac7c1efc2b
fix a warning about parenthesis suggestion
2011-04-12 22:02:57 +02:00
Christina Rossmanith
b2212fac4d
Finished removal of _USE_UNO
2011-04-12 20:42:49 +02:00
Xisco Fauli
7775152169
Remove commented code in libs-core/embeddedobj (partially)
2011-04-12 20:42:49 +02:00
Caolán McNamara
fbc18ae2f2
Resolves: #i108637# after save warn dialog return to original dir
...
Since 2010-01-25, Lets not make the perfect the enemy of the good FFS
2011-04-12 13:32:19 +01:00
Michael Lefevre
7f2ad79813
remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX
2011-04-12 10:51:20 +02:00
Rafael Dominguez
e67f849928
Remove DECLARE_LIST( SvTokenList, SvToken * )
2011-04-11 16:31:55 +02:00
Luboš Luňák
d57e94e8ae
silence virtual overriden warning
2011-04-11 11:30:02 +02:00
Luboš Luňák
b87ba0a04e
-Wno-shadow for KDE sources
...
KDE builds without this warning, so headers trigger it a lot.
2011-04-11 11:30:02 +02:00
Júlio Hoffimann
a42717fef2
not useful dates in source code removed
2011-04-11 10:27:51 +01:00
Michael Meeks
be660c4657
hide macro recording when it is not enabled, to reduce confusion
2011-04-11 09:47:48 +01:00
Francois Tigeot
0e1d128206
Remove the C52 define.
...
It corresponds to a version of a Solaris-specific compiler
used in the 2000-2001 timeframe.
2011-04-08 13:26:57 +02:00
Caolán McNamara
ceceffb2a0
add includeantruntime=false
2011-04-07 17:12:44 +01:00
Cédric Bosdonnat
17e6b8fd05
i#20348: made the ordinal suffixe autocorrection internationalized
2011-04-07 15:55:31 +02:00
Xisco Fauli
207bbf87ce
use RTL_CONSTASCII_USTRINGPARAM
2011-04-07 15:50:24 +03:00
Albert Thuswaldner
265a8353a0
Translation of German comments
2011-04-07 15:49:17 +03:00
Caolán McNamara
7074b7b7be
WaE: class vs struct
2011-04-07 09:58:10 +01:00
Caolán McNamara
3bc7c25d9a
add application/vnd.lotus-wordpro to .desktop etc.
2011-04-07 08:54:13 +01:00
Caolán McNamara
a89957bca2
fix ownership cycle and leak
2011-04-06 21:29:55 +01:00
Petr Mladek
ec02df7a42
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core
2011-04-06 21:23:45 +02:00
Xisco Fauli
34327e6727
use RTL_CONSTASCII_USTRINGPARAM
2011-04-06 20:46:25 +03:00
Petr Mladek
f18378b2d9
Merge remote-tracking branch 'origin/libreoffice-3-4'
2011-04-06 19:25:24 +02:00
Tor Lillqvist
c385e76c10
bnc#656566: EnableAlwaysOnTop(true) in OpenLockedQueryBox constructor
2011-04-06 16:21:30 +03:00
Caolán McNamara
34d4fb1fe5
fix build break from merge
2011-04-06 14:19:37 +01:00
Caolán McNamara
043c8b2297
fix build error from bad merge
2011-04-06 14:15:57 +01:00
Caolán McNamara
dd1b82491e
fix ownership cycle
2011-04-06 14:09:04 +01:00
Caolán McNamara
900bc2c56a
fix ownership cycle and leak
2011-04-06 14:09:04 +01:00
Caolán McNamara
9f877a8135
createFromAscii -> RTL_CONSTASCII_USTRINGPARAM
2011-04-06 14:09:04 +01:00
Petr Mladek
b768aff762
Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/libs-core into libreoffice-3-4
2011-04-06 14:07:52 +02:00
Petr Mladek
9dc7ed6943
removed mess added during the merge from libreoffice-3-3
2011-04-06 11:57:02 +02:00
Matus Kukan
65f9e1bd3b
Improve order of open and save as dialogs
2011-04-06 11:10:16 +03:00
Albert Thuswaldner
eccddbe04f
Additional translations of German comments
2011-04-06 10:35:15 +03:00
Robert Nagy
e4667e7cf1
pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double free
...
from the dirname(3) manual:
Both dirname() and basename() may modify the contents of path, so copies
should be passed to these functions.
Furthermore, dirname() and basename() may return pointers to statically
allocated memory which may be overwritten by subsequent calls.
2011-04-05 22:02:08 +02:00
Robert Nagy
8eb7fb67ca
pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double free
...
from the dirname(3) manual:
Both dirname() and basename() may modify the contents of path, so copies
should be passed to these functions.
Furthermore, dirname() and basename() may return pointers to statically
allocated memory which may be overwritten by subsequent calls.
2011-04-05 21:58:11 +02:00
Petr Mladek
1e84a9292f
Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
...
Conflicts:
basic/source/runtime/dllmgr.cxx
drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
editeng/inc/editeng/boxitem.hxx
editeng/source/items/frmitems.cxx
sfx2/workben/custompanel/makefile.mk
2011-04-05 20:06:07 +02:00
Robert Nagy
f048183de1
do what we de on linux for *BSD too
2011-04-05 11:59:09 +02:00
Michael Meeks
5b5b39309a
remove obsolete about dialog pieces, that now live in cui
2011-04-04 18:14:49 +01:00
Noel Power
34528fc9b6
fix windows link error in drawinglayer
...
remove the unused CollectingProcessor2 class
2011-04-04 06:21:50 +01:00
Caolán McNamara
42eb7b62d6
set some more files to use exceptions
2011-04-05 13:15:05 +01:00
Caolán McNamara
6c2ea320bf
don't use G_SLICE for helgrind case
2011-04-05 11:35:00 +01:00
Robert Nagy
c22ab8e95f
do what we de on linux for *BSD too
2011-04-05 12:02:58 +02:00
Xisco Fauli
45f0cc2ec1
Remove commented code in libs-core/shell
2011-04-05 10:16:07 +02:00
Xisco Fauli
fe44fe403e
Remove commented code in libs-core/linguistic
2011-04-04 15:13:25 +02:00
Christina Rossmanith
8607aaf274
Removed HID_SVX_BASIC_MACRO_ORGANIZER and HID_SVX_COMMON_MACRO_ORGANIZER
2011-04-04 15:06:45 +02:00