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

-Werror,-Wunused-private-field

Change-Id: I47416559cc3d6c6679e1f9df3f24a24385903e04
üst 8d4cb9cd
...@@ -170,7 +170,6 @@ private: ...@@ -170,7 +170,6 @@ private:
/// Use a combination of SwitchFlag_* as value. /// Use a combination of SwitchFlag_* as value.
sal_Int32 mnRequestedForceFlags; sal_Int32 mnRequestedForceFlags;
::rtl::OUString msCurrentDeckId; ::rtl::OUString msCurrentDeckId;
::rtl::OUString msCurrentDeckTitle;
AsynchronousCall maPropertyChangeForwarder; AsynchronousCall maPropertyChangeForwarder;
AsynchronousCall maContextChangeUpdate; AsynchronousCall maContextChangeUpdate;
AsynchronousCall maAsynchronousDeckSwitch; AsynchronousCall maAsynchronousDeckSwitch;
......
...@@ -107,7 +107,6 @@ SidebarController::SidebarController ( ...@@ -107,7 +107,6 @@ SidebarController::SidebarController (
maRequestedContext(), maRequestedContext(),
mnRequestedForceFlags(SwitchFlag_NoForce), mnRequestedForceFlags(SwitchFlag_NoForce),
msCurrentDeckId(gsDefaultDeckId), msCurrentDeckId(gsDefaultDeckId),
msCurrentDeckTitle(),
maPropertyChangeForwarder(::boost::bind(&SidebarController::BroadcastPropertyChange, this)), maPropertyChangeForwarder(::boost::bind(&SidebarController::BroadcastPropertyChange, this)),
maContextChangeUpdate(::boost::bind(&SidebarController::UpdateConfigurations, this)), maContextChangeUpdate(::boost::bind(&SidebarController::UpdateConfigurations, this)),
maAsynchronousDeckSwitch(), maAsynchronousDeckSwitch(),
......
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