Kaydet (Commit) d5ee0143 authored tarafından Noel Grandin's avatar Noel Grandin

convert XubString->OUString in WinSalMenuItem

Change-Id: Id3d135d3d7fedfca02f1b120c7ef441ef4c8a04d
üst a2af2407
...@@ -57,8 +57,8 @@ public: ...@@ -57,8 +57,8 @@ public:
MENUITEMINFOW mInfo; MENUITEMINFOW mInfo;
void* mpMenu; // pointer to corresponding VCL menu void* mpMenu; // pointer to corresponding VCL menu
XubString mText; // the item text OUString mText; // the item text
XubString mAccelText; // the accelerator string OUString mAccelText; // the accelerator string
Bitmap maBitmap; // item image Bitmap maBitmap; // item image
int mnId; // item id int mnId; // item id
WinSalMenu* mpSalMenu; // the menu where this item is inserted WinSalMenu* mpSalMenu; // the menu where this item is inserted
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment