summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextListAutoStylePool.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/XMLTextListAutoStylePool.hxx
parentd29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff)
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/xmloff/XMLTextListAutoStylePool.hxx')
-rw-r--r--include/xmloff/XMLTextListAutoStylePool.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/xmloff/XMLTextListAutoStylePool.hxx b/include/xmloff/XMLTextListAutoStylePool.hxx
index 87eee3238241..cb0b90c0c0fc 100644
--- a/include/xmloff/XMLTextListAutoStylePool.hxx
+++ b/include/xmloff/XMLTextListAutoStylePool.hxx
@@ -48,7 +48,7 @@ class XMLOFF_DLLPUBLIC XMLTextListAutoStylePool
/** this is an optional NumRule compare component for applications where
the NumRules don't have names */
- ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XAnyCompare > mxNumRuleCompare;
+ css::uno::Reference< css::ucb::XAnyCompare > mxNumRuleCompare;
SAL_DLLPRIVATE sal_uInt32 Find( XMLTextListAutoStylePoolEntry_Impl* pEntry )
const;
@@ -60,12 +60,10 @@ public:
void RegisterName( const OUString& rName );
OUString Add(
- const ::com::sun::star::uno::Reference <
- ::com::sun::star::container::XIndexReplace > & rNumRules );
+ const css::uno::Reference< css::container::XIndexReplace > & rNumRules );
OUString Find(
- const ::com::sun::star::uno::Reference <
- ::com::sun::star::container::XIndexReplace > & rNumRules ) const;
+ const css::uno::Reference< css::container::XIndexReplace > & rNumRules ) const;
OUString Find( const OUString& rInternalName ) const;
void exportXML() const;