summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLFootnoteConfigurationImportContext.hxx')
-rw-r--r--xmloff/inc/XMLFootnoteConfigurationImportContext.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
index 0a61d4de5cbe..1f05299169fa 100644
--- a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
+++ b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
@@ -70,22 +70,19 @@ public:
SvXMLImport& rImport,
sal_uInt16 nPrfx,
const OUString& rLName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ const css::uno::Reference< css::xml::sax::XAttributeList> & xAttrList);
virtual ~XMLFootnoteConfigurationImportContext();
/// parse attributes
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;
/// for footnotes, also parse begin and end notices
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;
/// get token map for attributes
const SvXMLTokenMap& GetFtnConfigAttrTokenMap();
@@ -98,8 +95,7 @@ public:
/// set configuration at document
void ProcessSettings(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rConfig);
+ const css::uno::Reference< css::beans::XPropertySet> & rConfig);
/// for helper class: set begin notice
void SetBeginNotice( const OUString& sText);