Kaydet (Commit) 28453467 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Icf9b843eff90c39110fc5b0436f85b0783cddb17
üst b998be6e
......@@ -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);
......
......@@ -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)
{
}
......
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