Commit graph

15825 commits

Author SHA1 Message Date
Francois Tigeot
dc9fcf5470 Handle DragonFly like the other BSDs in more cases. 2011-02-27 15:15:26 +01:00
Thomas Arnhold
52370d787a Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:42:19 +01:00
Julien Nabet
6e03518fb6 Remove "using namespace ::rtl" 2011-02-26 10:30:05 +01:00
Joseph Powers
c2927bbd85 Fix issue with removal of "using namespace rtl"
OStringBuffer is only used in the debug code and the correct #include is
located with it. We don't really need the "using ::rtl::OStringBuffer".
2011-02-25 22:35:27 -08:00
Julien Nabet
221b85ed29 Remove "using namespace ::rtl" 2011-02-26 01:34:14 +01:00
Julien Nabet
f31b74fd2b Remove "using namespace ::rtl" 2011-02-26 01:29:19 +01:00
Julien Nabet
f6e89c9e98 Remove "using namespace ::rtl" 2011-02-26 01:19:34 +01:00
Julien Nabet
02db199832 Remove "using namespace ::rtl" 2011-02-26 01:14:41 +01:00
Andras Timar
bf36917471 l10n: Updated oc_FR spelling dictionary 2011-02-23 23:16:01 +01:00
Andras Timar
84db48187b l10n: add Breton spelling dictionary 2011-02-22 18:59:40 +01:00
Caolán McNamara
916b3e9fc4 remove javainstaller2 2011-02-22 12:08:04 +00:00
Joseph Powers
e986d2fc48 Cleanup some #include <tools/list.hxx> 2011-02-20 21:03:23 -08:00
Thomas Arnhold
58a194b337 Remove hard-coded debug stuff 2011-02-20 18:58:10 +01:00
Thomas Arnhold
7d9d050495 Remove dead code 2011-02-20 18:54:06 +01:00
Thomas Arnhold
3f83b3b943 Remove bogus registry files 2011-02-19 20:34:46 +01:00
Thomas Arnhold
feaab47c15 Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-19 16:21:52 +01:00
Caolán McNamara
9c8b5178f7 Method always returns true and contents are pure const
So removing it, I can't see the point of it.
2011-02-18 11:33:47 +00:00
David Tardon
86026d191c WaE: unused variable 2011-02-17 09:46:42 +01:00
David Tardon
2087f6f92d WaE: unused variable 2011-02-17 09:40:22 +01:00
David Tardon
16c242c9df WaE: unused variable 2011-02-17 09:40:14 +01:00
David Tardon
31695893d6 WaE: unused variable 2011-02-17 09:21:43 +01:00
Thomas Arnhold
79e28f8451 Remove SCO support 2011-02-16 16:28:01 +01:00
Thomas Arnhold
87849a834e Remove HPUX support 2011-02-16 16:28:01 +01:00
Francois Tigeot
0f5d93928f dragonfly stuff 2011-02-15 12:10:38 +00:00
Kevin Hunter
178c9f5063 cppcheck: post- to pre- *crement change 2011-02-14 17:15:56 +01:00
Joseph Powers
820697b4d4 Removed some commented out code
It referenced PRV_SV_DECL_REF_SIGNATURE which I'm looking at removing; thus,
it was showing up in my reports.
2011-02-14 06:46:28 -08:00
Caolán McNamara
b5f02c24a1 WaE: unused return val 2011-02-13 20:01:03 +00:00
Guillaume Poussel
8add752517 Remove bogus comments 2011-02-13 17:35:58 +01:00
Joseph Powers
e66aaababc Remove precompiled header support.
The precompiled header has already been disabled via #if 0. I just deleted
the precompile header code and removed the include from all the files.

A make clean works fine on CUI.
2011-02-12 15:02:35 -08:00
Joseph Powers
84316d226d Remove #include "bootstrp/sstring.hxx"
This file is no longer needed outside of tools.
2011-02-12 10:36:08 -08:00
Joseph Powers
48ce10a78d Remove DECLARE_LIST( UniStringList, UniString* )
I converted the DECLARE_LIST() into a vector<> and moved it to the .hxx
file. This also means I no longer have to reference /bootstrp/sstring.hxx.
2011-02-12 09:13:46 -08:00
Fridrich Štrba
267aa681af Avoid confusion between boost::vector and std::vector 2011-02-11 19:20:07 +01:00
Kevin Hunter
bf03aa3bf4 cppcheck: post- to pre- *crement change 2011-02-11 13:44:07 +00:00
Caolán McNamara
d63540aebd Describe fonts the same way as the default font dialogs on each platform do
i.e.
Windows: Font, Style, Size
http://msdn.microsoft.com/en-us/library/ms646958%28v=vs.85%29.aspx

MacOsX: Family, Typeface, Size
http://sketchup.google.com/crimages/layout-set-ShowFonts-mac-en.jpg

GNOME: Family, Style, Size
http://live.gnome.org/Design/GTKFontDialog/UsabilityEvaluations
2011-02-11 09:36:19 +00:00
Fridrich Štrba
73b5d11576 Internal hunspell is static 2011-02-10 20:54:13 +01:00
Caolán McNamara
72d95a4b97 new gcc warnings, variable set but unused 2011-02-10 09:44:53 +00:00
Thomas Arnhold
0daab2a9a2 Remove static if-statement 2011-02-09 21:03:00 +01:00
Fridrich Štrba
255677ab5b Trying to remove the stlport mention from the code 2011-02-09 19:56:30 +01:00
Thomas Arnhold
44ddc302e8 Remove some dead code 2011-02-09 19:51:50 +01:00
Thomas Arnhold
ed105e9e10 make test -> make check 2011-02-09 19:51:50 +01:00
Tor Lillqvist
d81f351b9c prewin.h already includes <windows.h> 2011-02-09 01:01:48 +02:00
Caolán McNamara
aab856b75e fix build breakage 2011-02-08 21:00:41 +00:00
Luboš Luňák
9457a3ce40 more std:: -> o3tl:: build fixes 2011-02-08 19:33:25 +01:00
Luboš Luňák
488922cead std:: -> o3tl:: fixes 2011-02-08 19:23:13 +01:00
Guillaume Poussel
842bfb16f7 Remove useless comments in components. 2011-02-08 19:06:48 +01:00
Tor Lillqvist
b0c96965cf Adapt to move of prewin.h and postwin.h 2011-02-08 13:02:44 +02:00
Fridrich Štrba
d0f6d5d97c std::bit_vector -> ::std::vector<bool, std::allocator<bool> > 2011-02-08 07:43:29 +01:00
Jan Holesovsky
18e39b8c4d Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	cui/source/tabpages/swpossizetabpage.cxx
2011-02-08 00:10:21 +01:00
bjoern.michaelsen@canonical.com
95132670c5 lp#696527: enable human icon theme in LibreOffice 2011-02-07 18:20:52 +01:00
Thomas Arnhold
b4286deec9 WaE: format not a string literal and no format arguments 2011-02-07 17:33:10 +01:00