summaryrefslogtreecommitdiff
path: root/framework/inc/uielement
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-06-08 22:26:02 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-06-08 22:28:02 +0400
commit5ac28548c03f474f26ae07377098416f109e61f3 (patch)
tree044663b25a3f83be5cbed3bf852a6f417a4d7cde /framework/inc/uielement
parent3768e71344a298d8e7ac07fb38a97ccf58f83a10 (diff)
remove protected m_bCanBeCustomized
Change-Id: I538c0090cba5f5ddce94285a31d48ec7169956fb
Diffstat (limited to 'framework/inc/uielement')
-rw-r--r--framework/inc/uielement/toolbarmanager.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx
index 73a631b31303..27a19c9489a3 100644
--- a/framework/inc/uielement/toolbarmanager.hxx
+++ b/framework/inc/uielement/toolbarmanager.hxx
@@ -219,8 +219,7 @@ class ToolBarManager : public ::com::sun::star::frame::XFrameActionListener
m_bFrameActionRegistered : 1,
m_bUpdateControllers : 1;
sal_Bool m_bImageOrientationRegistered : 1,
- m_bImageMirrored : 1,
- m_bCanBeCustomized : 1;
+ m_bImageMirrored : 1;
long m_lImageRotation;
ToolBar* m_pToolBar;
rtl::OUString m_aModuleIdentifier;