summaryrefslogtreecommitdiff
path: root/basic/source/inc/sbjsmod.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/sbjsmod.hxx')
-rw-r--r--basic/source/inc/sbjsmod.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/sbjsmod.hxx b/basic/source/inc/sbjsmod.hxx
index 5149df447853..02c100aa6070 100644
--- a/basic/source/inc/sbjsmod.hxx
+++ b/basic/source/inc/sbjsmod.hxx
@@ -33,7 +33,7 @@ class SbJScriptModule : public SbModule
public:
SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_JSCRIPTMOD,1);
TYPEINFO();
- SbJScriptModule( const String& ); // hand through
+ SbJScriptModule( const OUString& ); // hand through
};
#endif