Kaydet (Commit) 737a584d authored tarafından Greg Kroah-Hartman's avatar Greg Kroah-Hartman Kaydeden (comit) Norbert Thiebaud

vcl: I18nHelper: delete unused GetDate() method

üst d857f093
......@@ -86,7 +86,6 @@ public:
sal_Bool MatchString( const String& rStr1, const String& rStr2 ) const;
sal_Bool MatchMnemonic( const String& rString, sal_Unicode cMnemonicChar ) const;
String GetDate( const Date& rDate ) const;
String GetNum( long nNumber, sal_uInt16 nDecimals, sal_Bool bUseThousandSep = sal_True, sal_Bool bTrailingZeros = sal_True ) const;
static String filterFormattingChars( const String& );
......
......@@ -175,13 +175,6 @@ sal_Bool vcl::I18nHelper::MatchMnemonic( const String& rString, sal_Unicode cMne
}
String vcl::I18nHelper::GetDate( const Date& rDate ) const
{
::osl::Guard< ::osl::Mutex > aGuard( ((vcl::I18nHelper*)this)->maMutex );
return ImplGetLocaleDataWrapper().getDate( rDate );
}
String vcl::I18nHelper::GetNum( long nNumber, sal_uInt16 nDecimals, sal_Bool bUseThousandSep, sal_Bool bTrailingZeros ) const
{
return ImplGetLocaleDataWrapper().getNum( nNumber, nDecimals, bUseThousandSep, bTrailingZeros );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment