diff options
author | August Sodora <augsod@gmail.com> | 2011-12-20 00:59:11 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-20 14:12:33 -0500 |
commit | b0aac3f446f95080cbcac8e2f011dd56be1bacdd (patch) | |
tree | a219f9db31ecf3e01c660876d2656b76de960661 /basctl/source/basicide/moduldlg.hxx | |
parent | 6703e91a745c78c2acf1beedfc55f7916d026ef9 (diff) |
String->OUString
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 91db695e5492..dd4e03a86946 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -171,7 +171,7 @@ public: LibDialog( Window* pParent ); ~LibDialog(); - void SetStorageName( const String& rName ); + void SetStorageName( const ::rtl::OUString& rName ); BasicCheckBox& GetLibBox() { return aLibBox; } sal_Bool IsReference() const { return aReferenceBox.IsChecked(); } @@ -211,7 +211,7 @@ protected: DECL_LINK( BasicBoxHighlightHdl, BasicTreeListBox * ); DECL_LINK( ButtonHdl, Button * ); void CheckButtons(); - bool GetSelection( ScriptDocument& rDocument, String& rLibName ); + bool GetSelection( ScriptDocument& rDocument, ::rtl::OUString& rLibName ); void DeleteCurrent(); void NewModule(); void NewDialog(); @@ -282,7 +282,7 @@ public: // Helper functions SbModule* createModImpl( Window* pWin, const ScriptDocument& rDocument, - BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain = false ); + BasicTreeListBox& rBasicBox, const ::rtl::OUString& rLibName, ::rtl::OUString aModName, bool bMain = false ); void createLibImpl( Window* pWin, const ScriptDocument& rDocument, BasicCheckBox* pLibBox, BasicTreeListBox* pBasicBox ); |