diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-20 17:29:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-20 22:19:35 +0100 |
commit | 97f788ca2bfb9e860b275473934af0ff0b7d76de (patch) | |
tree | 2639d14738a866000954580f3c05adb0b8045cd5 /sw/inc/toxwrap.hxx | |
parent | f67efce371f06c0a98684a3446e0da894968dd33 (diff) |
expand and remove macro STAR_NMSPC
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 9d641c4a01f0..f0f1b1daaeb1 100644 --- a/sw/inc/toxwrap.hxx +++ b/sw/inc/toxwrap.hxx @@ -49,30 +49,30 @@ class String; class SW_DLLPUBLIC IndexEntrySupplierWrapper { - STAR_NMSPC::lang::Locale aLcl; - STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; + ::com::sun::star::lang::Locale aLcl; + ::com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES; public: IndexEntrySupplierWrapper(); ~IndexEntrySupplierWrapper(); - void SetLocale( const STAR_NMSPC::lang::Locale& rLocale ) { aLcl = rLocale; } + void SetLocale( const ::com::sun::star::lang::Locale& rLocale ) { aLcl = rLocale; } String GetIndexKey( const String& rTxt, const String& rTxtReading, - const STAR_NMSPC::lang::Locale& rLocale ) const; + const ::com::sun::star::lang::Locale& rLocale ) const; String GetFollowingText( sal_Bool bMorePages ) const; - STAR_NMSPC::uno::Sequence< ::rtl::OUString > - GetAlgorithmList( const STAR_NMSPC::lang::Locale& rLcl ) const; + ::com::sun::star::uno::Sequence< ::rtl::OUString > + GetAlgorithmList( const ::com::sun::star::lang::Locale& rLcl ) const; - sal_Bool LoadAlgorithm( const STAR_NMSPC::lang::Locale& rLcl, + sal_Bool LoadAlgorithm( const ::com::sun::star::lang::Locale& rLcl, const String& sSortAlgorithm, long nOptions ) const; sal_Int16 CompareIndexEntry( const String& rTxt1, const String& rTxtReading1, - const STAR_NMSPC::lang::Locale& rLcl1, + const ::com::sun::star::lang::Locale& rLcl1, const String& rTxt2, const String& rTxtReading2, - const STAR_NMSPC::lang::Locale& rLcl2 ) const; + const ::com::sun::star::lang::Locale& rLcl2 ) const; }; #endif |