From 46968079fa0f61334ffdfb08f98272a80fd0e7c9 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Thu, 27 Jun 2002 10:04:33 +0000 Subject: [PATCH] #100592# added OUString sCLSID and interfaces --- xmloff/inc/XMLEmbeddedObjectImportContext.hxx | 8 ++++++-- 1 file 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,