[Libreoffice-commits] core.git: include/sfx2 sfx2/source
Stephan Bergmann
sbergman at redhat.com
Mon Jun 22 00:43:27 PDT 2015
include/sfx2/sidebar/UnoDeck.hxx | 1 -
sfx2/source/sidebar/UnoDeck.cxx | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 284534679333ebe9b6a05e6f80436e836fa35da1
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jun 22 09:43:02 2015 +0200
-Werror,-Wunused-private-field
Change-Id: Icf9b843eff90c39110fc5b0436f85b0783cddb17
diff --git a/include/sfx2/sidebar/UnoDeck.hxx b/include/sfx2/sidebar/UnoDeck.hxx
index 1d9fcc2..8bf416b 100644
--- a/include/sfx2/sidebar/UnoDeck.hxx
+++ b/include/sfx2/sidebar/UnoDeck.hxx
@@ -67,7 +67,6 @@ private:
sfx2::sidebar::SidebarController* getSidebarController();
const OUString mDeckId;
- const OUString mTitle;
sal_Int32 GetMaxOrderIndex(sfx2::sidebar::ResourceManager::DeckContextDescriptorContainer aDecks);
sal_Int32 GetMinOrderIndex(sfx2::sidebar::ResourceManager::DeckContextDescriptorContainer aDecks);
diff --git a/sfx2/source/sidebar/UnoDeck.cxx b/sfx2/source/sidebar/UnoDeck.cxx
index b90b266..f65b215 100644
--- a/sfx2/source/sidebar/UnoDeck.cxx
+++ b/sfx2/source/sidebar/UnoDeck.cxx
@@ -24,8 +24,7 @@ using namespace ::sfx2::sidebar;
SfxUnoDeck::SfxUnoDeck(const uno::Reference<frame::XFrame>& rFrame, const OUString& deckId):
xFrame(rFrame),
-mDeckId(deckId),
-mTitle(deckId)
+mDeckId(deckId)
{
}
More information about the Libreoffice-commits
mailing list