summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatmgr.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-06 18:15:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-06 18:15:33 +0100
commit4ee829af622a2932ffad8f9712e2563579746cf0 (patch)
treeebaa20fc7524f9c029c01c7b9f532a49a887ae99 /sc/source/ui/inc/condformatmgr.hxx
parent1fd91ad2c94e80ebbc121b1f3b6bc76ad2257500 (diff)
-Werror,-Wunused-private-field
Change-Id: I1866be3b7feb42f0b1a24bf214a1276b76f883b5
Diffstat (limited to 'sc/source/ui/inc/condformatmgr.hxx')
-rw-r--r--sc/source/ui/inc/condformatmgr.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx
index c13ff6b60917..d3c9099a23c7 100644
--- a/sc/source/ui/inc/condformatmgr.hxx
+++ b/sc/source/ui/inc/condformatmgr.hxx
@@ -50,13 +50,12 @@ private:
HeaderBar maHeaderBar;
ScDocument* mpDoc;
ScConditionalFormatList* mpFormatList;
- const ScAddress& mrPos;
std::map<SvTreeListEntry*, sal_Int32> maMapLBoxEntryToCondIndex;
DECL_LINK( HeaderEndDragHdl, void* );
public:
- ScCondFormatManagerWindow( Window* pParent, ScDocument* pDoc, ScConditionalFormatList* pFormatList, const ScAddress& rPos );
+ ScCondFormatManagerWindow( Window* pParent, ScDocument* pDoc, ScConditionalFormatList* pFormatList );
void DeleteSelection();
ScConditionalFormat* GetSelection();
@@ -66,7 +65,7 @@ public:
class ScCondFormatManagerCtrl : Control
{
public:
- ScCondFormatManagerCtrl(Window* pParent, ScDocument* pDoc, ScConditionalFormatList* pFormatList, const ScAddress& rPos);
+ ScCondFormatManagerCtrl(Window* pParent, ScDocument* pDoc, ScConditionalFormatList* pFormatList);
ScConditionalFormat* GetSelection();
void DeleteSelection();