diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-14 12:42:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-14 12:42:33 +0000 |
commit | af6a63743ac2d45ef7bc438a54889e76e3eb496b (patch) | |
tree | 5f4c8da910946c50c8d132775898b34719a7993d /starmath | |
parent | b67a129a4f07d9963d6fbe3bfda8c80648a2b724 (diff) |
#65293#: inimgr includes
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/config.cxx | 7 | ||||
-rw-r--r-- | starmath/source/symbol.cxx | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx index eba67b9f23cf..199ce231277c 100644 --- a/starmath/source/config.cxx +++ b/starmath/source/config.cxx @@ -2,9 +2,9 @@ * * $RCSfile: config.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2000-11-13 11:11:47 $ + * last change: $Author: hr $ $Date: 2000-11-14 13:42:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,9 +73,6 @@ #ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include <svtools/pathoptions.hxx> #endif -#ifndef _SFX_INIMGR_HXX //autogen -#include <sfx2/inimgr.hxx> -#endif #ifndef _SFXSIDS_HRC //autogen #include <sfx2/sfxsids.hrc> #endif diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index 342bce249bc1..b75fa305780b 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -2,9 +2,9 @@ * * $RCSfile: symbol.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2000-11-08 14:49:23 $ + * last change: $Author: hr $ $Date: 2000-11-14 13:42:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,9 +73,6 @@ #ifndef _SFXDOCFILE_HXX #include <sfx2/docfile.hxx> #endif -#ifndef _SFX_INIMGR_HXX //autogen -#include <sfx2/inimgr.hxx> -#endif #include "symbol.hxx" #include "view.hxx" |