summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltabe.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/xmloff/xmltabe.hxx
parentoox: replace boost::ptr_vector with std::vector<std::unique_ptr> (diff)
downloadcore-1c909a13a0816e20d365000cc527d93e02633b0c.tar.gz
core-1c909a13a0816e20d365000cc527d93e02633b0c.zip
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/xmloff/xmltabe.hxx')
-rw-r--r--include/xmloff/xmltabe.hxx4
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 );
};