diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:24:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:24:01 +0000 |
commit | aa454da445766cda3eff696c7a7473bdba479f2a (patch) | |
tree | e0603b75e456d7d3da4d74a27015ad8c320e32a4 /sw/source/ui/shells/textfld.cxx | |
parent | 047454890fee0c19b21e395f0d51cc2863af582a (diff) |
INTEGRATION: CWS pchfix04 (1.31.100); FILE MERGED
2007/02/05 08:27:52 os 1.31.100.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sw/source/ui/shells/textfld.cxx')
-rw-r--r-- | sw/source/ui/shells/textfld.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/shells/textfld.cxx b/sw/source/ui/shells/textfld.cxx index 63cdf5d50bed..3615d4eaa7d6 100644 --- a/sw/source/ui/shells/textfld.cxx +++ b/sw/source/ui/shells/textfld.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textfld.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:17:28 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:24:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,9 +40,6 @@ #ifndef _HINTIDS_HXX #include <hintids.hxx> //_immer_ vor den solar-Items #endif -#ifndef _UIPARAM_HXX -#include <uiparam.hxx> -#endif #include <sfx2/lnkbase.hxx> |