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.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/unotools/source/i18n/intlwrapper.cxx b/unotools/source/i18n/intlwrapper.cxx
index d8e3760598a6..63e47c71aed4 100644
--- a/unotools/source/i18n/intlwrapper.cxx
+++ b/unotools/source/i18n/intlwrapper.cxx
@@ -23,18 +23,6 @@
#include <comphelper/processfactory.hxx>
IntlWrapper::IntlWrapper(
- const css::uno::Reference< css::uno::XComponentContext > & rxContext,
- const LanguageTag& rLanguageTag )
- :
- maLanguageTag( rLanguageTag ),
- m_xContext( rxContext ),
- pLocaleData( nullptr ),
- pCollator( nullptr ),
- pCaseCollator( nullptr )
-{
-}
-
-IntlWrapper::IntlWrapper(
const LanguageTag& rLanguageTag )
:
maLanguageTag( rLanguageTag ),