summaryrefslogtreecommitdiffstats
path: root/editeng/source/uno/unonrule.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-11 15:44:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-13 06:21:03 +0000
commiteb012bf0a8dcdb84e61bb13ca8a96c089ae479d3 (patch)
treedebfcac2d93d1c82d7c68c81e28650c2d0c22945 /editeng/source/uno/unonrule.cxx
parentReplace snwprintf with _snwprintf (diff)
downloadcore-eb012bf0a8dcdb84e61bb13ca8a96c089ae479d3.tar.gz
core-eb012bf0a8dcdb84e61bb13ca8a96c089ae479d3.zip
editeng: com::sun::star->css
Change-Id: Ied65d2de394ce54cb2c35abb152cf58ac3139395 Reviewed-on: https://gerrit.libreoffice.org/18503 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'editeng/source/uno/unonrule.cxx')
-rw-r--r--editeng/source/uno/unonrule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx
index 5e26bd66653a..80faa93a556b 100644
--- a/editeng/source/uno/unonrule.cxx
+++ b/editeng/source/uno/unonrule.cxx
@@ -478,7 +478,7 @@ const SvxNumRule& SvxGetNumRule( Reference< XIndexReplace > xRule ) throw( Illeg
return pRule->getNumRule();
}
-com::sun::star::uno::Reference< com::sun::star::container::XIndexReplace > SvxCreateNumRule( const SvxNumRule* pRule ) throw()
+css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule( const SvxNumRule* pRule ) throw()
{
DBG_ASSERT( pRule, "No default SvxNumRule!" );
if( pRule )
@@ -544,7 +544,7 @@ Reference< XAnyCompare > SvxCreateNumRuleCompare() throw()
return new SvxUnoNumberingRulesCompare();
}
-::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule() throw()
+css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule() throw()
{
SvxNumRule aTempRule( SvxNumRuleFlags::NONE, 10, false );
return SvxCreateNumRule( &aTempRule );