Julien Nabet
20a76c9e43
Some cppcheck cleaning
2011-02-10 14:13:16 +01:00
Caolán McNamara
1bfa0da5cb
none of these values get exported, so redundant calculations
2011-02-10 09:32:10 +00:00
Alfonso Eusebio
d65676666d
Remove includes related to Hyperlink Bar in impress_draw
...
Removed includes dependant on hyperlink bar headers.
2011-02-10 09:37:09 +01:00
Alfonso Eusebio
5d99f86396
Remove obsolete Hyperlink Bar from impress_draw
...
Removed hyperlink bar references from impress and draw.
Menu entry appears greyed out until it gets removed from core modules.
2011-02-10 09:37:09 +01:00
Thomas Arnhold
5d2f40d583
Remove static if-statement
2011-02-09 21:04:58 +01:00
Fridrich Štrba
66daafdad2
Trying to remove the stlport mention from the code
2011-02-09 19:57:04 +01:00
Thomas Arnhold
e0e3be5e67
Remove DBG_EXTRACTOLEOBJECTS
2011-02-09 19:08:58 +01:00
Tor Lillqvist
05d144942d
prewin.h already includes <windows.h>
2011-02-09 00:55:31 +02:00
Guillaume Poussel
cd4a86b717
Remove all bogus comments in impress.
2011-02-08 19:09:12 +01:00
Luboš Luňák
ec7d423f53
compose1 now also needs the o3tl namespace after moving from std
2011-02-08 18:50:22 +01:00
Fridrich Štrba
c71de19e96
Port stuff to our private implementation of SGI extensions
2011-02-08 17:41:39 +01:00
Tor Lillqvist
28f55d0d5e
Adapt to move of prewin.h and postwin.h
2011-02-08 14:00:38 +02:00
Thorsten Behrens
a3d18de4e5
Initial unit test framework for Impress
2011-02-08 11:48:08 +01:00
Jan Holesovsky
a445d8c047
Merge remote branch 'origin/libreoffice-3-3'
2011-02-08 00:12:32 +01:00
Thomas Arnhold
34f3006ead
Remove unused using namespace
2011-02-07 23:04:43 +01:00
Thomas Arnhold
b643cc47ad
Remove unused header
2011-02-07 16:03:28 +01:00
Fridrich Štrba
8851524e49
Migrating to boost unordered containers
2011-02-05 21:40:28 +01:00
Caolán McNamara
86187c3b33
Resolves: rhbz#670020 crash in slidesorting
2011-02-02 16:05:01 +00:00
Thomas Arnhold
1948a4fb13
Clean up makefiles
2011-02-02 11:48:18 +01:00
Thomas Arnhold
3f33f00305
Clean up makefiles
2011-02-01 17:44:54 +01:00
Caolán McNamara
174a0eb373
WaE: various new gcc 4.6.0 warnings
2011-01-31 21:25:47 +00:00
Thomas Arnhold
6a20e92507
Remove RCS lines.
2011-01-31 19:01:32 +01:00
Fridrich Štrba
7c76284e0e
Don't copy over files under version control
...
scp2 handles the case where the OGL transitions are not built just fine
2011-01-31 09:21:10 +01:00
Kenneth Venken
b0b82a310a
unread variable
2011-01-30 21:34:20 +00:00
Julien Nabet
615a2470f3
Some cppcheck cleaning
2011-01-29 17:42:20 +01:00
Thomas Arnhold
510d903016
cppcheck: remove unused variable lt.
2011-01-28 22:26:23 +01:00
Thomas Arnhold
61a81b5c12
Remove double line spacing.
2011-01-28 19:21:45 +01:00
Takeshi Abe
d43823cf05
narrowed a variable's scope
2011-01-28 12:04:28 +00:00
Takeshi Abe
99c5e41ad2
removed dead codes and fixed a typo
2011-01-28 12:04:25 +00:00
Caolán McNamara
75c5180337
WaE: gcc 4.6.0 various warnings
2011-01-26 16:11:36 +00:00
Caolán McNamara
80a4f7e661
WaE: gcc 4.6.0 various warnings
2011-01-26 13:38:26 +00:00
Caolán McNamara
87ef3dc00a
WaE: gcc 4.6.0 various warnings
2011-01-25 12:35:53 +00:00
Takeshi Abe
8eb4e48f90
Removed unused codes and fix some typos
2011-01-25 07:22:21 +01:00
Tor Lillqvist
48783ab5a2
Include the wntmscx build directories
2011-01-24 17:40:27 +02:00
Caolán McNamara
81770a7f54
WaE: gcc 4.6.0 various warnings
2011-01-24 14:49:47 +00:00
Thomas Arnhold
2b803d5c6f
Remove FUTURE directive.
2011-01-24 11:51:45 +01:00
Thomas Arnhold
fd56171a1d
Remove obsolete RCS lines.
2011-01-21 20:49:26 +01:00
Joseph Powers
ec32babff3
Remove trailing whitespace
2011-01-21 07:21:02 -08:00
Thomas Arnhold
bcbf4ceba2
Remove old copyright notice.
...
All other files in this dir look the same. So I assume this as correct.
2011-01-21 14:52:44 +01:00
Thomas Arnhold
37806a5199
Remove old RCS lines.
2011-01-21 14:49:25 +01:00
Thomas Arnhold
2d7babac3d
Replace suitable equalsAscii calls with equalsAsciiL.
2011-01-21 14:48:40 +01:00
Thomas Arnhold
5cffde5b2d
Replace suitable equalsAscii calls with equalsAsciiL.
...
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 10:34:08 +01:00
Caolán McNamara
db58382068
early return on failed AbstractDialog
2011-01-18 14:56:26 +00:00
Caolán McNamara
a485dfc5f2
drop German version of translation
2011-01-18 14:48:19 +00:00
Takeshi Abe
105784eba6
mark fall-through
2011-01-18 14:45:41 +00:00
Takeshi Abe
e871fd664e
cppcheck: possible NULL pPV
2011-01-17 12:08:54 +00:00
Petr Mladek
164eb3d084
Please, ignore the previous message; it was for the libreoffice-3-3-0 branch
...
This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases.
Only safe changes, reviewed by anoter person are allowed.
If you want to build something cool, unstable, and risky, use master.
2011-01-11 23:05:57 +01:00
Petr Mladek
2530be32a2
Branch libreoffice-3-3-0
...
This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release.
Only very safe changes, reviewed by three people are allowed.
If you want to commit more complicated fix for the next 3.3.x release,
please use the 'libreoffice-3-3' branch.
If you want to build something cool, unstable, and risky, use master.
2011-01-11 22:39:07 +01:00
Caolán McNamara
89be1d5484
cppcheck: unused variables
2011-01-11 14:23:49 +00:00
David Tardon
3a55f09967
rhbz#668654 avoid division by 0
2011-01-11 09:37:45 +01:00