summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 14:38:54 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 15:07:05 +0200
commitfafac0d248c3ebc8eb9a9cef5fa68f193d851b33 (patch)
tree69cd2870781cf7d3d8bb1ce726253b756a7c8319 /framework
parentb55fb34c4baab993cf3286448b6c00b5ae095be0 (diff)
loplugin:unusedfields forms,formula,fpicker,framework
Change-Id: Ic7af56ac801c1e5b3fcf3c4e8413656e96220279
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/uielement/macrosmenucontroller.hxx1
-rw-r--r--framework/inc/uielement/menubarmanager.hxx5
-rw-r--r--framework/source/uielement/uicommanddescription.cxx6
3 files changed, 0 insertions, 12 deletions
diff --git a/framework/inc/uielement/macrosmenucontroller.hxx b/framework/inc/uielement/macrosmenucontroller.hxx
index a46c822e898d..c794419f500d 100644
--- a/framework/inc/uielement/macrosmenucontroller.hxx
+++ b/framework/inc/uielement/macrosmenucontroller.hxx
@@ -52,7 +52,6 @@ namespace framework
};
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::frame::XDispatchProvider > m_xDispatchProvider;
- OUString m_aModuleIdentifier;
css::uno::Reference< css::container::XNameAccess > m_xUICommandLabels;
public:
diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx
index 5f41fb6de573..0374b3f26f2a 100644
--- a/framework/inc/uielement/menubarmanager.hxx
+++ b/framework/inc/uielement/menubarmanager.hxx
@@ -173,17 +173,12 @@ class MenuBarManager : public css::frame::XStatusListener ,
css::uno::Reference< css::frame::XStatusListener >& xManager,
css::uno::Reference< css::frame::XDispatch >& rDispatch ) :
nItemId( aItemId ),
- bCheckHide( true ),
xSubMenuManager( xManager ),
xMenuItemDispatch( rDispatch ) {}
sal_uInt16 nItemId;
- bool bCheckHide;
OUString aTargetFrame;
OUString aMenuItemURL;
- OUString aFilter;
- OUString aPassword;
- OUString aTitle;
css::uno::Reference< css::frame::XStatusListener > xSubMenuManager;
css::uno::Reference< css::frame::XDispatch > xMenuItemDispatch;
css::uno::Reference< css::frame::XPopupMenuController > xPopupMenuController;
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index 462c69d77895..9ab14624835f 100644
--- a/framework/source/uielement/uicommanddescription.cxx
+++ b/framework/source/uielement/uicommanddescription.cxx
@@ -48,12 +48,6 @@ using namespace ::com::sun::star::frame;
// Namespace
-struct ModuleToCommands
-{
- const char* pModuleId;
- const char* pCommands;
-};
-
static const char CONFIGURATION_ROOT_ACCESS[] = "/org.openoffice.Office.UI.";
static const char CONFIGURATION_CMD_ELEMENT_ACCESS[] = "/UserInterface/Commands";
static const char CONFIGURATION_POP_ELEMENT_ACCESS[] = "/UserInterface/Popups";