summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/intlwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/i18n/intlwrapper.cxx')
-rw-r--r--unotools/source/i18n/intlwrapper.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/i18n/intlwrapper.cxx b/unotools/source/i18n/intlwrapper.cxx
index d8a1a8b4e638..e345f9794b5f 100644
--- a/unotools/source/i18n/intlwrapper.cxx
+++ b/unotools/source/i18n/intlwrapper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "unotools/intlwrapper.hxx"
#include <com/sun/star/i18n/CollatorOptions.hpp>
#include <i18nlangtag/mslangid.hxx>
@@ -53,13 +52,11 @@ IntlWrapper::~IntlWrapper()
delete pCaseCollator;
}
-
void IntlWrapper::ImplNewLocaleData() const
{
((IntlWrapper*)this)->pLocaleData = new LocaleDataWrapper( m_xContext, maLanguageTag );
}
-
void IntlWrapper::ImplNewCollator( bool bCaseSensitive ) const
{
CollatorWrapper* p = new CollatorWrapper( m_xContext );