diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-05 15:55:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-06 05:44:52 +0000 |
commit | 7a401e5e83abb41b51fca92e3d92dfb2fff6d0e6 (patch) | |
tree | 09792748ab8f1e7f976d28c2163637f8268f6d36 /sw/inc/toxwrap.hxx | |
parent | cb27eef229ce7f3d415184e74d1cb24ec2f8510c (diff) |
com::sun::star->css in sw/inc
Change-Id: I6ffdb1deaa32156c65f997a1a1056928b7cd863d
Reviewed-on: https://gerrit.libreoffice.org/19803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/toxwrap.hxx')
-rw-r--r-- | sw/inc/toxwrap.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/toxwrap.hxx b/sw/inc/toxwrap.hxx index b83e34906146..820aaad32a99 100644 --- a/sw/inc/toxwrap.hxx +++ b/sw/inc/toxwrap.hxx @@ -36,30 +36,30 @@ namespace lang { class SW_DLLPUBLIC IndexEntrySupplierWrapper { - ::com::sun::star::lang::Locale aLcl; - ::com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; + css::lang::Locale aLcl; + css::uno::Reference < css::i18n::XExtendedIndexEntrySupplier > xIES; public: IndexEntrySupplierWrapper(); ~IndexEntrySupplierWrapper(); - void SetLocale( const ::com::sun::star::lang::Locale& rLocale ) { aLcl = rLocale; } + void SetLocale( const css::lang::Locale& rLocale ) { aLcl = rLocale; } OUString GetIndexKey( const OUString& rText, const OUString& rTextReading, - const ::com::sun::star::lang::Locale& rLocale ) const; + const css::lang::Locale& rLocale ) const; OUString GetFollowingText( bool bMorePages ) const; - ::com::sun::star::uno::Sequence< OUString > - GetAlgorithmList( const ::com::sun::star::lang::Locale& rLcl ) const; + css::uno::Sequence< OUString > + GetAlgorithmList( const css::lang::Locale& rLcl ) const; - bool LoadAlgorithm( const ::com::sun::star::lang::Locale& rLcl, + bool LoadAlgorithm( const css::lang::Locale& rLcl, const OUString& sSortAlgorithm, long nOptions ) const; sal_Int16 CompareIndexEntry( const OUString& rText1, const OUString& rTextReading1, - const ::com::sun::star::lang::Locale& rLcl1, + const css::lang::Locale& rLcl1, const OUString& rText2, const OUString& rTextReading2, - const ::com::sun::star::lang::Locale& rLcl2 ) const; + const css::lang::Locale& rLcl2 ) const; }; #endif |