summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsubt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpsubt.hxx')
-rw-r--r--sc/source/ui/inc/tpsubt.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/tpsubt.hxx b/sc/source/ui/inc/tpsubt.hxx
index f6d48d5b5d03..794cb9f7786c 100644
--- a/sc/source/ui/inc/tpsubt.hxx
+++ b/sc/source/ui/inc/tpsubt.hxx
@@ -85,7 +85,7 @@ public:
static SfxTabPage* Create ( Window* pParent,
const SfxItemSet& rArgSet );
virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE;
- virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE;
+ virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE;
};
class ScTpSubTotalGroup2 : public ScTpSubTotalGroup
@@ -100,7 +100,7 @@ public:
static SfxTabPage* Create ( Window* pParent,
const SfxItemSet& rArgSet );
virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE;
- virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE;
+ virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE;
};
class ScTpSubTotalGroup3 : public ScTpSubTotalGroup
@@ -115,7 +115,7 @@ public:
static SfxTabPage* Create ( Window* pParent,
const SfxItemSet& rArgSet );
virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE;
- virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE;
+ virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE;
};
class ScTpSubTotalOptions : public SfxTabPage
@@ -130,7 +130,7 @@ public:
static SfxTabPage* Create ( Window* pParent,
const SfxItemSet& rArgSet );
virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE;
- virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE;
+ virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE;
private:
CheckBox* pBtnPagebreak;