summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLSectionSourceDDEImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLSectionSourceDDEImportContext.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx
index 7f090083c015..be7ee1887cc0 100644
--- a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx
+++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx
@@ -30,8 +30,7 @@ namespace com { namespace sun { namespace star {
class XMLSectionSourceDDEImportContext : public SvXMLImportContext
{
- ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rSectionPropertySet;
+ css::uno::Reference<css::beans::XPropertySet> & rSectionPropertySet;
const OUString sDdeCommandFile;
const OUString sDdeCommandType;
@@ -45,24 +44,21 @@ public:
SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLocalName,
- ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rSectPropSet);
+ css::uno::Reference<css::beans::XPropertySet> & rSectPropSet);
virtual ~XMLSectionSourceDDEImportContext();
protected:
virtual void StartElement(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList) override;
+ const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList) override;
virtual void EndElement() override;
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList ) override;
+ const css::uno::Reference<css::xml::sax::XAttributeList> & xAttrList ) override;
};
#endif