diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 11:57:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 11:57:53 +0000 |
commit | 91f58b78d2b86af432972e33d31a6541b75cd20c (patch) | |
tree | 89c3b9c2cf30bd5ee7e18e21c1a20e028503aa4e /xmloff/source/chart/contexts.hxx | |
parent | 53d328d15b8c2eb2de703e238e4104cef1cd57b4 (diff) |
INTEGRATION: CWS oasisbf2 (1.1.1.1.432); FILE MERGED
2004/11/03 14:17:08 mib 1.1.1.1.432.1: #i36525#: display error message for root elements with unknown namespace
Diffstat (limited to 'xmloff/source/chart/contexts.hxx')
-rw-r--r-- | xmloff/source/chart/contexts.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx index c3f4571090cb..e6aaedd4330f 100644 --- a/xmloff/source/chart/contexts.hxx +++ b/xmloff/source/chart/contexts.hxx @@ -2,9 +2,9 @@ * * $RCSfile: contexts.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:07:03 $ + * last change: $Author: rt $ $Date: 2004-11-26 12:57:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,8 @@ public: const rtl::OUString& rLName ); virtual ~SchXMLDocContext(); + TYPEINFO(); + virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, |