summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/DocumentTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/DocumentTContext.hxx')
-rw-r--r--xmloff/source/transform/DocumentTContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/DocumentTContext.hxx b/xmloff/source/transform/DocumentTContext.hxx
index e42c7dee1ba9..f204d48328be 100644
--- a/xmloff/source/transform/DocumentTContext.hxx
+++ b/xmloff/source/transform/DocumentTContext.hxx
@@ -41,7 +41,7 @@ public:
// StartElement is called after a context has been constructed and
// before a elements context is parsed. It may be used for actions that
// require virtual methods. The default is to do nothing.
- virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) override;
+ virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
};
#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_DOCUMENTTCONTEXT_HXX