diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-03-01 12:59:24 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-03-01 12:59:24 +0000 |
commit | 0c367e3495f9bebf9f68b28dff5df26c22512fee (patch) | |
tree | 6d89ccb16ced7d7f6f0302693212c3cd4ba2a97f /sc/inc/xmlwrap.hxx | |
parent | 2e7e4083e89d1b8267e65d1a2106c3c6a41b40f4 (diff) |
remove warning
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r-- | sc/inc/xmlwrap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index 3c38c78197fb..c3af704fb227 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlwrap.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: sab $ $Date: 2001-03-01 13:19:06 $ + * last change: $Author: sab $ $Date: 2001-03-01 13:59:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } namespace uno { class XInterface; } namespace xml { - namespace sax { class InputSource; } } + namespace sax { struct InputSource; } } } } } class ScXMLImportWrapper |