diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-25 09:23:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-29 14:15:41 +0200 |
commit | d5ee0143082c29b9822324e9a55191379f1d163f (patch) | |
tree | 4e66fab4a8af7dbd574b3ac9bcca186ce18b944f /vcl/inc/win | |
parent | a2af2407aef983a666d736ff29b3026ea06bc5df (diff) |
convert XubString->OUString in WinSalMenuItem
Change-Id: Id3d135d3d7fedfca02f1b120c7ef441ef4c8a04d
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salmenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/win/salmenu.h b/vcl/inc/win/salmenu.h index 67cffcfdb1f7..d8152b394445 100644 --- a/vcl/inc/win/salmenu.h +++ b/vcl/inc/win/salmenu.h @@ -57,8 +57,8 @@ public: MENUITEMINFOW mInfo; void* mpMenu; // pointer to corresponding VCL menu - XubString mText; // the item text - XubString mAccelText; // the accelerator string + OUString mText; // the item text + OUString mAccelText; // the accelerator string Bitmap maBitmap; // item image int mnId; // item id WinSalMenu* mpSalMenu; // the menu where this item is inserted |