diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:20:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 15:20:53 +0000 |
commit | 531cafea4e8b6569bc0ae24ac38be5af900b5774 (patch) | |
tree | 364c186dac3da552ccb7807c90f27920a59f3e60 /sw/source/ui/misc/pgfnote.cxx | |
parent | c338e3c30dcc7b8fe9365fd55a9e8c096ddadddd (diff) |
INTEGRATION: CWS pchfix04 (1.9.2); FILE MERGED
2007/02/05 08:27:49 os 1.9.2.1: #i73604# usage of ITEMID_* removed
Diffstat (limited to 'sw/source/ui/misc/pgfnote.cxx')
-rw-r--r-- | sw/source/ui/misc/pgfnote.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/misc/pgfnote.cxx b/sw/source/ui/misc/pgfnote.cxx index ecf016c63e45..aa406a15bf7f 100644 --- a/sw/source/ui/misc/pgfnote.cxx +++ b/sw/source/ui/misc/pgfnote.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pgfnote.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2007-01-23 11:22:33 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:20:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,9 +48,6 @@ #ifndef _HINTIDS_HXX #include <hintids.hxx> #endif -#ifndef _UIPARAM_HXX -#include <uiparam.hxx> -#endif #ifndef _REF_HXX //to avoid internal compiler errors #include <tools/ref.hxx> |