diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:08:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-20 14:08:32 +0300 |
commit | 905d75bf2c337b7cb190f1c87d7bda2f4fa4e7e7 (patch) | |
tree | 85b110ef4d29ab22de571d023efc1805176408c0 /svx | |
parent | e53e7934da35c793222a9f048225b893450ab01b (diff) |
WaE: private field 'mnPreferredColumnCount' is not used
Change-Id: Ife3d5b26b1f8f1c41d681aa3543ddc3813779a6b
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/debug/ColorPanel.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/sidebar/debug/ColorPanel.hxx b/svx/source/sidebar/debug/ColorPanel.hxx index 5f7887a7a6e3..2a53e24198f5 100644 --- a/svx/source/sidebar/debug/ColorPanel.hxx +++ b/svx/source/sidebar/debug/ColorPanel.hxx @@ -40,8 +40,6 @@ public: virtual void DataChanged (const DataChangedEvent& rEvent); private: - int mnPreferredColumnCount; - /** Depending on the given number of columns and the item size calculate the number of rows that are necessary to display all items. |