diff options
author | Oliver Specht <os@openoffice.org> | 2000-10-12 07:29:05 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-10-12 07:29:05 +0000 |
commit | 3a5c864b3cc89357231923b83c6a2b802093f9aa (patch) | |
tree | b22fd3030415c7b429e584071647dd605a03b143 /sw/source/ui/utlui/navipi.cxx | |
parent | 7c53f7bae0524358da11cb6751280be576cef2d1 (diff) |
includes removed
Diffstat (limited to 'sw/source/ui/utlui/navipi.cxx')
-rw-r--r-- | sw/source/ui/utlui/navipi.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/source/ui/utlui/navipi.cxx b/sw/source/ui/utlui/navipi.cxx index c49b29adb903..f6c29331ceeb 100644 --- a/sw/source/ui/utlui/navipi.cxx +++ b/sw/source/ui/utlui/navipi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: navipi.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-09-21 13:39:17 $ + * last change: $Author: os $ $Date: 2000-10-12 08:29:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,9 +156,6 @@ #ifndef _CMDID_H #include <cmdid.h> #endif -#ifndef _CFGID_H -#include <cfgid.h> -#endif #ifndef _HELPID_H #include <helpid.h> #endif @@ -171,10 +168,6 @@ #ifndef _UTLUI_HRC #include <utlui.hrc> #endif -#ifndef _CFGSTR_HRC -#include <cfgstr.hrc> -#endif - #define C2S(cChar) UniString::CreateFromAscii(cChar) |