diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:54:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 13:54:47 +0000 |
commit | 412490b9977e44a6596316f1f10bcad28428bc18 (patch) | |
tree | 4f13b5f3134b28943d19bf98bcf79b08d80b0159 /svx/source/mnuctrls | |
parent | 307598a694a68f7fa6d00cb1f6fbb181ebe4dc9e (diff) |
INTEGRATION: CWS pchfix04 (1.6.86); FILE MERGED
2007/02/05 12:14:06 os 1.6.86.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/fntszctl.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx index f654dba7ccdf..f4a51deafbd3 100644 --- a/svx/source/mnuctrls/fntszctl.cxx +++ b/svx/source/mnuctrls/fntszctl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fntszctl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:57:20 $ + * last change: $Author: kz $ $Date: 2007-05-10 14:54:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,11 +60,7 @@ #include <sfx2/dispatch.hxx> #endif -#define ITEMID_FONTHEIGHT 1 -#define ITEMID_FONTLIST 2 -#define ITEMID_FONT 3 - -#include "fntszctl.hxx" // ITEMID_FONTHEIGHT muss vorher definiert sein! +#include "fntszctl.hxx" // #include "dialogs.hrc" #ifndef _SVX_FHGTITEM_HXX //autogen |