summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/menuitemlist.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-21 13:51:50 +0200
committerNoel Grandin <noel@peralex.com>2016-06-21 13:52:12 +0200
commit7669bf3884ac053baca04e09d7c9994870983a4a (patch)
treed81b2dece0051ebcacf3c52cf8c4648cbb3414df /vcl/source/window/menuitemlist.hxx
parentlokdocview: handle LOK_CALLBACK_TEXT_VIEW_SELECTION (diff)
downloadcore-7669bf3884ac053baca04e09d7c9994870983a4a.tar.gz
core-7669bf3884ac053baca04e09d7c9994870983a4a.zip
bMirrorMode and nItemImageAngle are unused
Change-Id: I87da73db3a58b2e94b3bdda2cea5874701303a18
Diffstat (limited to 'vcl/source/window/menuitemlist.hxx')
-rw-r--r--vcl/source/window/menuitemlist.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/window/menuitemlist.hxx b/vcl/source/window/menuitemlist.hxx
index f4b9deb45073..ce5ba365592c 100644
--- a/vcl/source/window/menuitemlist.hxx
+++ b/vcl/source/window/menuitemlist.hxx
@@ -50,8 +50,6 @@ struct MenuItemData
bool bEnabled; // Enabled
bool bVisible; // Visible (note: this flag will not override MenuFlags::HideDisabledEntries when true)
bool bIsTemporary; // Temporary inserted ('No selection possible')
- bool bMirrorMode;
- long nItemImageAngle;
Size aSz; // only temporarily valid
OUString aAccessibleName; // accessible name
@@ -69,8 +67,6 @@ struct MenuItemData
, bEnabled(false)
, bVisible(false)
, bIsTemporary(false)
- , bMirrorMode(false)
- , nItemImageAngle(0)
, pSalMenuItem(nullptr)
{
}
@@ -88,8 +84,6 @@ struct MenuItemData
, bEnabled(false)
, bVisible(false)
, bIsTemporary(false)
- , bMirrorMode(false)
- , nItemImageAngle(0)
, pSalMenuItem(nullptr)
{
}