summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLEmbeddedObjectImportContext.hxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2002-06-27 10:04:33 +0000
committerArmin Weiss <aw@openoffice.org>2002-06-27 10:04:33 +0000
commit46968079fa0f61334ffdfb08f98272a80fd0e7c9 (patch)
treeca4038d43591303dc0c2d255e662a7e7cfd0fb60 /xmloff/inc/XMLEmbeddedObjectImportContext.hxx
parentcca0172369e5b7ed51b671523eee484bdb09186c (diff)
#100592# added OUString sCLSID and interfaces
Diffstat (limited to 'xmloff/inc/XMLEmbeddedObjectImportContext.hxx')
-rw-r--r--xmloff/inc/XMLEmbeddedObjectImportContext.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx
index 8438482f546e..eb4809df1060 100644
--- a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx
+++ b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLEmbeddedObjectImportContext.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mib $ $Date: 2001-05-09 12:06:23 $
+ * last change: $Author: aw $ $Date: 2002-06-27 11:04:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,11 +79,15 @@ class XMLEmbeddedObjectImportContext : public SvXMLImportContext
::com::sun::star::xml::sax::XDocumentHandler > xHandler;
::rtl::OUString sFilterService;
+ // #100592#
+ ::rtl::OUString sCLSID;
public:
TYPEINFO();
const ::rtl::OUString& GetFilterServiceName() const { return sFilterService; }
+ // #100592#
+ const ::rtl::OUString& GetFilterCLSID() const { return sCLSID; }
XMLEmbeddedObjectImportContext( SvXMLImport& rImport, USHORT nPrfx,
const ::rtl::OUString& rLName,