diff options
Diffstat (limited to 'include/unotools/charclass.hxx')
-rw-r--r-- | include/unotools/charclass.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/charclass.hxx b/include/unotools/charclass.hxx index e5ff17910e6e..4cfcb36e49bd 100644 --- a/include/unotools/charclass.hxx +++ b/include/unotools/charclass.hxx @@ -64,7 +64,6 @@ const sal_Int32 nCharClassNumericTypeMask = ::com::sun::star::i18n::KCharacterType::PRINTABLE | ::com::sun::star::i18n::KCharacterType::BASE_FORM; - class UNOTOOLS_DLLPUBLIC CharClass : private boost::noncopyable { LanguageTag maLanguageTag; @@ -89,7 +88,6 @@ public: /// get current Locale const LanguageTag& getLanguageTag() const; - /// isdigit() on ascii values SAL_DEPRECATED("Use rtl::isAsciiDigit instead") static inline bool isAsciiDigit( sal_Unicode c ) @@ -159,7 +157,6 @@ public: nCharClassNumericTypeMask)) == 0); } - // Wrapper implementations of class CharacterClassification OUString uppercase( const OUString& rStr, sal_Int32 nPos, sal_Int32 nCount ) const; @@ -202,7 +199,6 @@ public: sal_Int32 nContCharFlags, const OUString& userDefinedCharactersCont ) const; - // Functionality of class International methods bool isAlpha( const OUString& rStr, sal_Int32 nPos ) const; |