Caolán McNamara
f63084c83d
WaE: set but unused
2011-03-25 10:34:39 +00:00
Luboš Luňák
687e5229db
fix incorrect override of TakeTextRect()
...
bool and sal_Bool is not the same
2011-03-24 18:20:59 +01:00
Luboš Luňák
6f2874653e
if it's not implemented then just don't implement it
2011-03-24 18:20:59 +01:00
Luboš Luňák
73af7a2105
remove virtual from operator=
...
pointless, there's nothing overriding it
2011-03-24 18:20:59 +01:00
Luboš Luňák
a147568a40
remove executable bit from files that are not executables
2011-03-24 18:20:59 +01:00
Caolán McNamara
bb607d6aa3
these can be const
2011-03-24 15:44:19 +00:00
Christina Rossmanith
49b62e4d12
Removed never defined _ENABLE_CUR_DIR
2011-03-24 15:04:52 +01:00
Fridrich Štrba
b6f069aaee
Don't flag inline function __declspec(dllexport/import)
2011-03-24 13:22:00 +01:00
Caolán McNamara
772193b87a
there might not be one set of course
2011-03-24 11:06:56 +00:00
Caolán McNamara
8b69554284
WaE: variable set but unused
2011-03-24 08:46:05 +00:00
Caolán McNamara
dbd2b60370
fix circular depend
2011-03-24 08:46:05 +00:00
Pierre-André Jacquod
ba55b41764
remove commented code in connectivity
2011-03-24 07:01:26 +01:00
Rob Snelders
f9079cc224
translated comments
2011-03-24 06:55:10 +01:00
Caolán McNamara
787b865493
fix leak
2011-03-23 17:07:25 +00:00
Caolán McNamara
dd8fa7c25a
fix more lifecycle problems
2011-03-23 17:07:25 +00:00
Jan Holesovsky
ba26ed19d8
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core
2011-03-23 17:13:39 +01:00
Jan Holesovsky
3b7ab82aee
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
basic/source/runtime/makefile.mk
basic/source/runtime/step2.cxx
desktop/prj/build.lst
desktop/source/app/app.cxx
desktop/source/deployment/registry/dp_backend.cxx
drawinglayer/source/attribute/fontattribute.cxx
editeng/inc/editeng/fontitem.hxx
editeng/source/editeng/edtspell.cxx
editeng/source/misc/svxacorr.cxx
framework/inc/services/substitutepathvars.hxx
framework/source/services/substitutepathvars.cxx
sfx2/qa/cppunit/makefile.mk
sfx2/source/doc/SfxDocumentMetaData.cxx
sfx2/source/doc/objxtor.cxx
svx/source/dialog/svxruler.cxx
sysui/desktop/icons/so9_base_app.ico
sysui/desktop/icons/so9_calc_app.ico
sysui/desktop/icons/so9_draw_app.ico
sysui/desktop/icons/so9_impress_app.ico
sysui/desktop/icons/so9_main_app.ico
sysui/desktop/icons/so9_math_app.ico
sysui/desktop/icons/so9_writer_app.ico
xmlhelp/source/cxxhelp/provider/databases.cxx
xmlhelp/source/cxxhelp/provider/db.cxx
xmlhelp/source/cxxhelp/provider/db.hxx
2011-03-23 16:59:26 +01:00
Thorsten Behrens
049e760f40
Really disable use of pagein on Mac
...
- there was a 2nd dir re-using that pagein object file
2011-03-23 16:55:57 +01:00
Katarina Machalkova
8df89e17db
Fixed build with --enable-kde4
...
(ULONG no longer exists)
2011-03-23 16:30:49 +01:00
Caolán McNamara
f5de249e22
add --trace-children=yes
2011-03-23 12:58:37 +00:00
Caolán McNamara
ea61d58db5
fix various leaks
2011-03-23 12:45:55 +00:00
Caolán McNamara
9a406c5a6b
valgrind: don't close invalid fd
2011-03-23 11:27:35 +00:00
Caolán McNamara
3aeea4b985
global uno::Sequences are very problematic at shutdown time
...
because the underlying uno infrastructure has been shutdown already,
we need to ensure their lifecycle more carefully.
2011-03-23 10:43:43 +00:00
Michael Meeks
2479aec5d3
fixup paths to pagein files
2011-03-23 08:49:03 +00:00
Thomas Arnhold
f3c5d4c0ee
Remove ChangeLog file
2011-03-22 19:03:01 +01:00
Caolán McNamara
e1ce6403c3
output the paths that fail
2011-03-22 17:07:49 +00:00
Caolán McNamara
18cf2ccd24
Revert "Replace String with rtl::OUString"
...
You can't hope to change *some* virtual methods of a hierarchy and
leave others untouched, they all have to be changed together.
This reverts commit 9f46bee92be38f2d59295cabd9f1fdb149708153.
2011-03-22 17:05:42 +00:00
Caolán McNamara
5bac810140
You want to fill all arg slots, not overwrite the initial ones
2011-03-22 14:28:22 +00:00
Petr Mladek
c9df84ff25
fix desktop integration build with BrOffice brand enabled
...
do not hardcode libreoffice wrapper name; the compat libreoffice
symlink is created if BrOffice brand is being built
2011-03-22 14:58:41 +01:00
Michael Meeks
5f2f0d3ad3
cope with no resource file better
2011-03-22 12:57:59 +00:00
Christina Rossmanith
b67fe5cc05
Removed comments /commented code
2011-03-22 12:23:57 +01:00
Christina Rossmanith
4b9842da83
Removed never defined _OLD_FILE_IMPL
2011-03-22 12:23:57 +01:00
Michael Meeks
57d3e290cc
fix misc. Mac build problems anyway
2011-03-22 10:14:38 +00:00
Michael Meeks
014efb9efc
disable pagein and oosplash.bin compile/install for Mac
2011-03-22 10:07:30 +00:00
Caolán McNamara
8e230401d9
WaE: unused variables
2011-03-22 09:14:47 +00:00
Caolán McNamara
d8f1ce1e9c
WaE: this isn't helpful
2011-03-22 09:02:06 +00:00
npcdoom
486dd9082e
Remove DECLARE_LIST( FmCtrlModelList, XInterface* ).
2011-03-22 08:47:02 +01:00
Michael Lefevre
e3e4d1c531
Delete last SVX_LIGHT usage
...
Xavier SVX_LIGHT deletion forgot just on occurence.
This patch delete the last one.
2011-03-22 08:45:00 +01:00
Xisco Fauli
1a0760384e
Replace String with rtl::OUString
2011-03-22 08:03:25 +01:00
Michael Meeks
3117cd0057
add missing .component file
2011-03-21 21:23:57 +00:00
Michael Meeks
138b9c36f7
misc fixes, and un-conditionally enable the splash reporting component
...
Lots of re-work here; un-conditionally use the splash component to do
more intelligent fast starting. Throw up the splash screen before we
start doing 'pagein' work (to get better progress / launch feedback),
and hide javaldx too.
2011-03-21 21:18:41 +00:00
Michael Meeks
ff3904f638
split out argument parsing to clean it up
2011-03-21 21:18:41 +00:00
Michael Meeks
cda1a3fa9c
re-work start process to enable earlier splash and faster start
2011-03-21 21:18:41 +00:00
Albert Thuswaldner
273ea24a16
German comments translations.
2011-03-21 21:11:26 +05:30
Bálint Dózsa
5b2050d069
FIX BUG 32559 - officecfg
2011-03-21 13:35:59 +00:00
Dózsa Bálint
e158c64411
FIX BUG 32559
2011-03-21 13:35:58 +00:00
Xisco Faulí
f6e0527033
Remove most of dead code inlibs-core (basic)
2011-03-21 12:55:58 +01:00
Cédric Bosdonnat
41aed87d07
editeng: Adapted borderline unit test to new build system
2011-03-21 12:29:05 +01:00
Cédric Bosdonnat
258e41160b
Borders: Removed now useless width constants
2011-03-21 11:56:28 +01:00
Caolán McNamara
e827f35775
rename this to avoid resource warning
2011-03-21 10:06:36 +00:00