summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource/stringresource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/stringresource/stringresource.cxx')
-rw-r--r--scripting/source/stringresource/stringresource.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx
index 266737de056a..e6daf55f28db 100644
--- a/scripting/source/stringresource/stringresource.cxx
+++ b/scripting/source/stringresource/stringresource.cxx
@@ -283,7 +283,7 @@ Sequence< Locale > StringResourceImpl::getLocales( )
// XStringResourceManager
-void StringResourceImpl::implCheckReadOnly( const sal_Char* pExceptionMsg )
+void StringResourceImpl::implCheckReadOnly( const char* pExceptionMsg )
{
if( m_bReadOnly )
{
@@ -2694,7 +2694,7 @@ static const struct ::cppu::ImplementationEntry s_component_entries [] =
extern "C"
{
SAL_DLLPUBLIC_EXPORT void * stringresource_component_getFactory(
- const sal_Char * pImplName, void * pServiceManager,
+ const char * pImplName, void * pServiceManager,
void * pRegistryKey )
{
return ::cppu::component_getFactoryHelper(