diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-07-11 08:52:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-07-11 08:52:41 +0000 |
commit | 9e63275b7375da347224c180d65fe5868476aff2 (patch) | |
tree | 7006d7d55c15ca04f022120b7d58231219c7c9b6 /xmloff | |
parent | 41bcca4355ae65c99de047547f73c5e617d2bd86 (diff) |
#87576# xmlitmap.hxx has been removed
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 8 | ||||
-rw-r--r-- | xmloff/source/style/xmltabe.cxx | 7 |
2 files changed, 4 insertions, 11 deletions
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index 1a7009f88594..a373d937f902 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlstyle.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: mib $ $Date: 2001-07-04 13:52:07 $ + * last change: $Author: rt $ $Date: 2001-07-11 09:52:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,10 +120,6 @@ #include "families.hxx" #endif -#ifndef _XMLOFF_XMLITMAP_HXX -#include "xmlitmap.hxx" -#endif - #ifndef _XMLOFF_XMLIMP_HXX #include "xmlimp.hxx" #endif diff --git a/xmloff/source/style/xmltabe.cxx b/xmloff/source/style/xmltabe.cxx index b001e6b9413a..8c22624b1aff 100644 --- a/xmloff/source/style/xmltabe.cxx +++ b/xmloff/source/style/xmltabe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltabe.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mib $ $Date: 2001-07-04 13:52:07 $ + * last change: $Author: rt $ $Date: 2001-07-11 09:52:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,9 +81,6 @@ #ifndef _XMLOFF_XMLTOKEN_HXX #include "xmltoken.hxx" #endif -#ifndef _XMLOFF_XMLITMAP_HXX -#include "xmlitmap.hxx" -#endif #ifndef _XMLOFF_XMLUCONV_HXX #include "xmluconv.hxx" #endif |