diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:45:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:45:36 +0300 |
commit | 49ccde0d3d3edaac9473f915011a501058e64002 (patch) | |
tree | 1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/charclass.hxx | |
parent | f4e8d2ad0e591b87d2c221761363a3042628d5ff (diff) |
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
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; |