summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-29 16:42:25 +0200
committerNoel Grandin <noel@peralex.com>2013-07-31 13:36:50 +0200
commit746f639bbbb1c066ad05da8dd70a940f40694709 (patch)
tree7c957459e603ba3e9c59ce44940ff141ca885266 /vcl/inc
parent610265284d11c14c98c2874fabfc06b9aaeb0349 (diff)
convert vcl/inc/toolbox.h from XubString -> OUString
Change-Id: I201d3ad01d0b5172d22f2e5e529e94c5e446bb0b
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/toolbox.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h
index db9370912e2a..4a0f6d924934 100644
--- a/vcl/inc/toolbox.h
+++ b/vcl/inc/toolbox.h
@@ -56,11 +56,11 @@ struct ImplToolItem
Image maHighImage;
long mnImageAngle;
bool mbMirrorMode;
- XubString maText;
- XubString maQuickHelpText;
- XubString maHelpText;
- String maCommandStr;
- OString maHelpId;
+ OUString maText;
+ OUString maQuickHelpText;
+ OUString maHelpText;
+ OUString maCommandStr;
+ OString maHelpId;
Rectangle maRect;
Rectangle maCalcRect;
/// Widget layout may request size; set it as the minimal size (like, the item will always have at least this size).
@@ -85,10 +85,10 @@ struct ImplToolItem
ImplToolItem();
ImplToolItem( sal_uInt16 nItemId, const Image& rImage,
ToolBoxItemBits nItemBits );
- ImplToolItem( sal_uInt16 nItemId, const XubString& rTxt,
+ ImplToolItem( sal_uInt16 nItemId, const OUString& rTxt,
ToolBoxItemBits nItemBits );
ImplToolItem( sal_uInt16 nItemId, const Image& rImage,
- const XubString& rTxt,
+ const OUString& rTxt,
ToolBoxItemBits nItemBits );
~ImplToolItem();