Caolán McNamara
7cfeaa01b5
Why bother creating a OString from a char* to cast back to a char*
2011-03-01 20:38:35 +00:00
Caolán McNamara
da444b2329
don't rely on implicit casting
2011-03-01 20:38:35 +00:00
npcdoom
124175c44f
Change deprecated List for std::vector<String> in FillThemeList.
...
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-01 17:38:31 +01:00
Xisco Fauli
2d43419e1b
Remove Dead Code
2011-03-01 16:38:42 +01:00
Xisco Fauli
846ab4ee74
Remove Dead Code
2011-03-01 16:38:20 +01:00
Xisco Fauli
b479885f3e
Remove dead Code
2011-03-01 15:06:13 +01:00
Noel Power
67d1f89448
revert commit 4877ad1d8ef4bf509d5329f03fe6c16e8e3c307e
...
revert patch that introduces some new odf attributes for form field controls
2011-03-01 11:35:57 +00:00
Rafael Dominguez
20b77e66d0
[PATCH] Remove deprecated container list for std::vector.
2011-02-27 21:45:37 -08:00
Rafael Dominguez
b091c9f867
PATCH 1/2] Remove SvULongs and replace it with std::vector<ULONG>
2011-02-27 21:35:16 -08:00
Francois Tigeot
cfc854af6e
Handle DragonFly like the other BSDs in more cases.
2011-02-27 15:19:39 +01:00
Julien Nabet
27a1dcbfc9
Remove "using namespace ::rtl"
2011-02-26 22:42:26 +01:00
Julien Nabet
b9b36572d9
Remove "using namespace ::rtl"
2011-02-26 22:39:23 +01:00
Julien Nabet
063152696f
Remove "using namespace ::rtl"
2011-02-26 22:26:51 +01:00
Julien Nabet
f2554b7867
Remove "using namespace ::rtl"
2011-02-26 15:54:59 +01:00
Julien Nabet
bd5fa4c1c6
Remove "using namespace ::rtl"
2011-02-26 15:44:27 +01:00
Julien Nabet
9a0ad1d7e8
Remove "using namespace ::rtl"
2011-02-26 15:39:27 +01:00
Julien Nabet
68c7be65ba
Remove "using namespace ::rtl"
2011-02-26 15:34:48 +01:00
Julien Nabet
5e18a28608
Remove "using namespace ::rtl"
2011-02-26 15:24:58 +01:00
Julien Nabet
bbb5c3899d
Remove "using namespace ::rtl"
2011-02-26 15:10:54 +01:00
Thomas Arnhold
b0339463e0
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
2011-02-26 10:39:07 +01:00
Kohei Yoshida
d675923db0
Removed macros.
...
This messes up context tagging again.
2011-02-25 12:35:18 -05:00
Kurosawa Takeshi
574b67398c
Resolves fdo#32376 Set default color to the current one in toolbar popup
2011-02-25 15:45:22 +00:00
Thomas Arnhold
f4340a7237
Remove unused idldll.cxx
2011-02-24 21:52:46 +01:00
Kevin Hunter
a6f80efc53
Fix GTK dialog replacement of $filename$
...
When using GTK dialogs on a *nix system, the dialog box was displaying
"Overwrite '$filename$'?" instead of replacing '$filename$' with an
actual file name. This ammends that to be in league with out the
"native" LibreOffice dialogs do it.
2011-02-24 20:50:32 +00:00
Caolán McNamara
83cfca7c9c
remove empty TESTSHL2LIB
2011-02-24 20:47:55 +00:00
Christina Roßmanith
dbf407cfb0
Remove dead code
2011-02-24 19:58:07 +01:00
Rob Snelders
ed67e7f052
translated comments
2011-02-24 13:27:12 +01:00
Christina Rossmanith
3f60856055
Removed commented code
2011-02-24 10:00:02 +01:00
Rob Snelders
93315d93c3
translated comments (36-45/54)
2011-02-24 09:54:30 +01:00
Andras Timar
a805ba07db
l10n: 'fold' from coreutils does not work well for some languages
2011-02-23 22:31:04 +01:00
Caolán McNamara
26df2ac88a
use consistent type
2011-02-23 21:24:40 +00:00
Caolán McNamara
cf8dd79050
WaE: catch const and unnamed
2011-02-23 14:27:06 +00:00
Caolán McNamara
f9611b4a3b
.is() rather than != NULL
2011-02-23 12:03:32 +00:00
Sébastien Le Ray
51efaa592d
Double-capital autocor takes spellcheck in account
2011-02-23 12:02:02 +00:00
Nigel Hawkins
9779f2bd45
Remove SvBools from editeng
2011-02-22 13:03:33 +00:00
Kohei Yoshida
2546f05524
Fixed build breakage.
2011-02-21 21:13:47 -05:00
Kohei Yoshida
538363503c
Fixed build breakage.
2011-02-21 19:56:44 -05:00
Albert Thuswaldner
43fdbd39de
Remove dead code and translate German comments
2011-02-21 23:29:31 +01:00
Albert Thuswaldner
3b29a82367
Remove dead code and translate German comments
2011-02-21 23:24:53 +01:00
Albert Thuswaldner
2687623312
Remove dead code and translate one comment
2011-02-21 23:24:53 +01:00
Sébastien Le Ray
45a30db947
Disable protocols capitalization
2011-02-21 21:16:11 +00:00
Sébastien Le Ray
66dc7126d9
Better protocols handling in french autocorrect
2011-02-21 21:14:36 +00:00
Albert Thuswaldner
78aa7b551c
Translation of German comment.
2011-02-21 15:37:13 -05:00
Tor Lillqvist
625041e786
Fix typo
2011-02-21 20:33:11 +02:00
Tor Lillqvist
6e0a6da201
Stop using namespace rtl
...
It causes compilation errors in MSVC when using precompiled headers
because of the ambiguity of Reference. Instead use explicit 'using
::rtl::OUString' and 'using ::rtl::OUStringBuffer'.
2011-02-21 20:12:32 +02:00
Thomas Arnhold
f125171337
Remove CSET support
...
Obsolete IBM CSet C-Compiler
svidl.cxx: This seem to be an error, all other files check for PM && !CSET.
2011-02-21 18:36:40 +01:00
Thomas Arnhold
2a904565e5
Remove MTW leftover
2011-02-21 18:36:40 +01:00
Tor Lillqvist
9583397fb6
Including sal/main.h causes a compilation error and is apparently not needed
2011-02-21 19:23:10 +02:00
Rob Snelders
8f9258c5bb
translated comments (30-35/54)
2011-02-21 16:14:44 +01:00
Tor Lillqvist
9ab167aabc
Fix typo
2011-02-21 16:50:13 +02:00