Tor Lillqvist
4122c3b9d5
Add consistent Emacs and vim mode lines
2011-07-30 23:02:30 +03:00
Andras Timar
1469f90850
prevent extracting a single space for translation
2011-07-30 19:32:32 +02:00
Kohei Yoshida
90404a7dba
Removed duplicated svt::AcceleratorExecute implementation.
...
There is already one implemented in svtools, which is the one that
we use.
2011-07-30 10:57:17 -04:00
Andras Timar
406f61ae74
remove online registration related string
2011-07-30 12:42:27 +02:00
Matúš Kukan
c8e76fbfed
convert basic to gbuild
2011-07-30 10:39:20 +02:00
Julien Nabet
409bb26b28
Some cppcheck cleaning
2011-07-30 10:14:22 +02:00
Julien Nabet
37d7efc5f9
Some cppcheck cleaning
2011-07-30 10:08:45 +02:00
Peter Rabi
45ff90404b
Clean-up of bugfix fdo#32895 for the -3-4 branch
...
Contributed under license LGPLv3+/MPL.
2011-07-29 15:28:15 +01:00
Caolán McNamara
d298cdf53a
callcatcher: ditch newly unused code
2011-07-29 10:56:17 +01:00
Caolán McNamara
9d38c61e96
callcatcher: ditch various unused methods
2011-07-29 10:56:17 +01:00
Caolán McNamara
8b2f557ea5
ByteString::CreateFromInt32->rtl::OString[Buffer]
2011-07-29 10:56:17 +01:00
Thomas Arnhold
642bda0d98
Get rid of these non-printable chars
2011-07-29 11:08:44 +02:00
Thomas Arnhold
db10877d89
callcatcher: remove unused methods
2011-07-29 11:08:44 +02:00
Thomas Arnhold
ad8b40c670
Move EDITDEBUG relics to OSL_DEBUG_LEVEL=3
2011-07-29 11:08:44 +02:00
Markus Mohrhard
57962429d8
fix for fdo37628: change password button is always disabled
...
Note: changing the password to modify doc is not working, and we'll
leave that as a known bug for now.
2011-07-29 00:31:08 +02:00
Markus Mohrhard
f96d1a7597
callcatcher: remove unused constructor
2011-07-28 19:12:00 +02:00
Markus Mohrhard
035c630f4d
fix merge problem
2011-07-28 18:51:13 +02:00
Jan Holesovsky
f286a6f84b
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core
2011-07-28 18:38:38 +02:00
Jan Holesovsky
df4a9e498c
Merge commit 'libreoffice-3.4.2.3'
...
Conflicts:
desktop/source/app/app.cxx
desktop/source/app/dispatchwatcher.cxx
desktop/unx/source/splashx.c
sfx2/Library_qstart.mk
sfx2/Library_sfx.mk
sfx2/source/bastyp/fltfnc.cxx
2011-07-28 18:35:36 +02:00
Caolán McNamara
8f4478579f
Resolve: fdo#39392 post-stl use vector end position not LIST_APPEND
2011-07-28 12:23:45 +01:00
Caolán McNamara
625ddeb486
callcatcher: ditch various unused methods
2011-07-28 09:02:49 +01:00
Caolán McNamara
36a665a675
callcatcher: remove various unused methods
2011-07-27 22:09:03 +01:00
Caolán McNamara
caf32ed7d2
callcatcher: remove unused disaster waiting to happen
2011-07-27 22:07:45 +01:00
Caolán McNamara
08790c82c3
Related: fdo#35404 survive nil xTable
2011-07-27 09:21:49 +01:00
Caolán McNamara
c634d8081c
ditch empty .cxx file
2011-07-27 09:21:49 +01:00
Caolán McNamara
89438e1956
callcatcher: various beautifully crafted, but unused methods
2011-07-27 09:21:49 +01:00
Norbert Thiebaud
d4895b0631
add cast of 0 to (sal_Int320) to keep the compiler happy
2011-07-26 19:52:15 -05:00
Thomas Arnhold
c5267abd36
remove dead code
2011-07-27 00:55:53 +02:00
Jan Holesovsky
5e75c47fff
findbar: When using the findbar, reset flags to default, fdo#37179.
2011-07-27 00:20:50 +02:00
Thomas Arnhold
0705460359
callcatcher: remove unused methods
2011-07-26 23:38:45 +02:00
Takeshi Abe
ba586696ef
fixed typo
2011-07-26 23:54:35 +09:00
Takeshi Abe
92f41bec4c
fixed typos in comments
2011-07-26 23:54:34 +09:00
Bjoern Michaelsen
a0bb6db9c5
use dbusmenugtk external
2011-07-26 16:05:12 +02:00
Bjoern Michaelsen
6b21eca3f0
use gtk external in qstart
2011-07-26 14:53:55 +02:00
Caolán McNamara
de0b43dcdb
coerce port to int
2011-07-26 12:24:49 +01:00
Caolán McNamara
8cee117d98
callcatcher: remove unused Write methods
2011-07-26 10:05:47 +01:00
Caolán McNamara
10e0383b35
callcatcher: ditch unused methods
2011-07-26 10:05:46 +01:00
David Tardon
ded4e9a9a2
icuuc is external
2011-07-26 09:16:47 +02:00
Petr Mladek
8890525dfa
Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
2011-07-25 20:28:43 +02:00
Michael Meeks
0ee44dbd6f
fdo#39520 - turn DocBasicItems into an rtl::Static to improve shutdown on mac
2011-07-25 18:08:29 +01:00
Thorsten Behrens
7be4f52947
Fix wrong RTTI baseclass for SfxViewEventHint
...
Fixes fdo#38768 and likely a bunch of other nasty side effects.
SfxBaseModel::Notify was simply ignoring all kinds of messages
without this fix.
Signed-off-by: David Tardon <dtardon@redhat.com>
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-25 18:45:36 +02:00
Tor Lillqvist
38d688a876
On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805
...
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-25 18:11:09 +02:00
Michael Meeks
3ba288cc6c
another redundant file
2011-07-25 16:37:40 +01:00
Michael Meeks
d19b0e57de
remove obsolete files, they now live in xmlreader/
2011-07-25 16:36:59 +01:00
Thomas Arnhold
f6b2ace597
callcatcher: remove unused methods
2011-07-25 15:12:21 +02:00
Thomas Arnhold
6e33eee41d
callcatcher: remove unused methods
2011-07-25 15:12:21 +02:00
Thomas Arnhold
b42bed0fa2
callcatcher: remove unused E3D stuff
2011-07-25 15:12:21 +02:00
Joseph Powers
63c959cb88
Remove unneeded #include <unotools/javaoptions.hxx>
2011-07-25 06:05:28 -07:00
Andras Timar
4425f6e26a
typo fix in Calc description fdo#39483
2011-07-25 10:56:55 +02:00
Markus Mohrhard
10cb4dbbcf
fix for fdo#38561:unable to save protected file without pw
2011-07-25 01:58:39 +02:00