summaryrefslogtreecommitdiff
path: root/i18npool/inc/textconversion.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/textconversion.hxx')
-rw-r--r--i18npool/inc/textconversion.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/inc/textconversion.hxx b/i18npool/inc/textconversion.hxx
index 42f91bf62cbd..7be157b31899 100644
--- a/i18npool/inc/textconversion.hxx
+++ b/i18npool/inc/textconversion.hxx
@@ -40,7 +40,7 @@ class TextConversion: public cppu::WeakImplHelper2
>
{
public:
- TextConversion();
+ TextConversion(const char* pImplName);
~TextConversion();
// Methods
virtual com::sun::star::i18n::TextConversionResult SAL_CALL
@@ -81,8 +81,9 @@ public:
com::sun::star::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames()
throw( com::sun::star::uno::RuntimeException );
-protected :
+private:
const sal_Char* implementationName;
+protected :
#ifndef DISABLE_DYNLOADING
oslModule hModule;
oslGenericFunction SAL_CALL getFunctionBySymbol(const sal_Char* func);