summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 09:17:07 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:51 +0200
commit7e8af4b249132764d9eca559b4a6e2449d4d26f8 (patch)
tree83f0b7ca1fc6ab799ae783c04b70d5ed1c0223be /basctl/source/basicide/moduldlg.hxx
parentcc2700245d911c14114ce7346357b1a4d008cc06 (diff)
basct: prefer passing OUString by reference
Change-Id: Ide803f793e829767fad89ab2aef776ef24fedb37
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index ee85969dac4b..51daca740513 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -257,7 +257,7 @@ public:
// Helper functions
SbModule* createModImpl( Window* pWin, const ScriptDocument& rDocument,
- TreeListBox& rBasicBox, const OUString& rLibName, OUString aModName, bool bMain = false );
+ TreeListBox& rBasicBox, const OUString& rLibName, const OUString& aModName, bool bMain = false );
void createLibImpl( Window* pWin, const ScriptDocument& rDocument,
CheckBox* pLibBox, TreeListBox* pBasicBox );