diff options
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 |