diff options
Diffstat (limited to 'sc/source/ui/inc/tpsubt.hxx')
-rw-r--r-- | sc/source/ui/inc/tpsubt.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/tpsubt.hxx b/sc/source/ui/inc/tpsubt.hxx index 794cb9f7786c..24a6e3670d15 100644 --- a/sc/source/ui/inc/tpsubt.hxx +++ b/sc/source/ui/inc/tpsubt.hxx @@ -83,7 +83,7 @@ public: virtual ~ScTpSubTotalGroup1(); static SfxTabPage* Create ( Window* pParent, - const SfxItemSet& rArgSet ); + const SfxItemSet* rArgSet ); virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE; virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE; }; @@ -98,7 +98,7 @@ public: virtual ~ScTpSubTotalGroup2(); static SfxTabPage* Create ( Window* pParent, - const SfxItemSet& rArgSet ); + const SfxItemSet* rArgSet ); virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE; virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE; }; @@ -113,7 +113,7 @@ public: virtual ~ScTpSubTotalGroup3(); static SfxTabPage* Create ( Window* pParent, - const SfxItemSet& rArgSet ); + const SfxItemSet* rArgSet ); virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE; virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE; }; @@ -128,7 +128,7 @@ public: virtual ~ScTpSubTotalOptions(); static SfxTabPage* Create ( Window* pParent, - const SfxItemSet& rArgSet ); + const SfxItemSet* rArgSet ); virtual bool FillItemSet ( SfxItemSet* rArgSet ) SAL_OVERRIDE; virtual void Reset ( const SfxItemSet* rArgSet ) SAL_OVERRIDE; |