summaryrefslogtreecommitdiff
path: root/xmloff/source/style/tabsthdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/tabsthdl.cxx')
-rw-r--r--xmloff/source/style/tabsthdl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/tabsthdl.cxx b/xmloff/source/style/tabsthdl.cxx
index e4ec357eecf5..b763a00c31c2 100644
--- a/xmloff/source/style/tabsthdl.cxx
+++ b/xmloff/source/style/tabsthdl.cxx
@@ -69,12 +69,12 @@ bool XMLTabStopPropHdl::equals( const uno::Any& r1, const uno::Any& r2 ) const
return bEqual;
}
-bool XMLTabStopPropHdl::importXML( const OUString&, ::com::sun::star::uno::Any&, const SvXMLUnitConverter& ) const
+bool XMLTabStopPropHdl::importXML( const OUString&, css::uno::Any&, const SvXMLUnitConverter& ) const
{
return false;
}
-bool XMLTabStopPropHdl::exportXML( OUString&, const ::com::sun::star::uno::Any&, const SvXMLUnitConverter& ) const
+bool XMLTabStopPropHdl::exportXML( OUString&, const css::uno::Any&, const SvXMLUnitConverter& ) const
{
return false;
}