summaryrefslogtreecommitdiffstats
path: root/include/xmloff/styleexp.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/styleexp.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/styleexp.hxx')
-rw-r--r--include/xmloff/styleexp.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/include/xmloff/styleexp.hxx b/include/xmloff/styleexp.hxx
index 7d9d6eedb61f..ebab3816aa0f 100644
--- a/include/xmloff/styleexp.hxx
+++ b/include/xmloff/styleexp.hxx
@@ -70,20 +70,17 @@ private:
protected:
bool exportStyle(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::style::XStyle > & rStyle,
+ const css::uno::Reference< css::style::XStyle > & rStyle,
const OUString& rXMLFamily,
const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > & xStyles,
+ const css::uno::Reference< css::container::XNameAccess > & xStyles,
const OUString* pPrefix = 0L );
virtual void exportStyleAttributes(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::style::XStyle > & rStyle );
+ const css::uno::Reference< css::style::XStyle > & rStyle );
virtual void exportStyleContent(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::style::XStyle > & rStyle );
+ const css::uno::Reference< css::style::XStyle > & rStyle );
public:
XMLStyleExport(
SvXMLExport& rExp,
@@ -104,8 +101,7 @@ public:
// const OUString* pPrefix = 0L);
bool exportDefaultStyle(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet > & xPropSet,
+ const css::uno::Reference< css::beans::XPropertySet > & xPropSet,
const OUString& rXMLFamily,
const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper );