diff options
Diffstat (limited to 'include/xmloff/xmltabe.hxx')
-rw-r--r-- | include/xmloff/xmltabe.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmltabe.hxx b/include/xmloff/xmltabe.hxx index 833700544828..140d3b634c34 100644 --- a/include/xmloff/xmltabe.hxx +++ b/include/xmloff/xmltabe.hxx @@ -36,7 +36,7 @@ class SvxXMLTabStopExport protected: - void exportTabStop( const ::com::sun::star::style::TabStop* pTabStop ); + void exportTabStop( const css::style::TabStop* pTabStop ); public: @@ -44,7 +44,7 @@ public: virtual ~SvxXMLTabStopExport(); // core API - void Export( const ::com::sun::star::uno::Any& rAny ); + void Export( const css::uno::Any& rAny ); }; |