summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/ivctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/toolkit/ivctrl.hxx')
-rw-r--r--include/vcl/toolkit/ivctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/ivctrl.hxx b/include/vcl/toolkit/ivctrl.hxx
index 502d16d09917..ca96bc8e5718 100644
--- a/include/vcl/toolkit/ivctrl.hxx
+++ b/include/vcl/toolkit/ivctrl.hxx
@@ -108,7 +108,7 @@ class SvxIconChoiceCtrlEntry
}
public:
- SvxIconChoiceCtrlEntry( const OUString& rText, const Image& rImage );
+ SvxIconChoiceCtrlEntry( OUString aText, Image aImage );
const Image& GetImage () const { return aImage; }
void SetText ( const OUString& rText ) { aText = rText; }