summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/inc/frmpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/frmpage.hxx')
-rw-r--r--sw/source/uibase/inc/frmpage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx
index 2a4b5bc47e29..5f8941556cf6 100644
--- a/sw/source/uibase/inc/frmpage.hxx
+++ b/sw/source/uibase/inc/frmpage.hxx
@@ -189,7 +189,7 @@ public:
static const sal_uInt16* GetRanges();
virtual bool FillItemSet(SfxItemSet *rSet) SAL_OVERRIDE;
- virtual void Reset(const SfxItemSet &rSet) SAL_OVERRIDE;
+ virtual void Reset(const SfxItemSet *rSet) SAL_OVERRIDE;
void SetNewFrame(bool bNewFrame) { bNew = bNewFrame; }
void SetFormatUsed(bool bFmt);
@@ -235,7 +235,7 @@ public:
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
virtual bool FillItemSet(SfxItemSet *rSet) SAL_OVERRIDE;
- virtual void Reset(const SfxItemSet &rSet) SAL_OVERRIDE;
+ virtual void Reset(const SfxItemSet *rSet) SAL_OVERRIDE;
virtual int DeactivatePage(SfxItemSet *pSet) SAL_OVERRIDE;
};
@@ -264,7 +264,7 @@ public:
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
virtual bool FillItemSet(SfxItemSet *rSet) SAL_OVERRIDE;
- virtual void Reset(const SfxItemSet &rSet) SAL_OVERRIDE;
+ virtual void Reset(const SfxItemSet *rSet) SAL_OVERRIDE;
};
class SwFrmAddPage : public SfxTabPage
@@ -312,7 +312,7 @@ public:
static const sal_uInt16* GetRanges();
virtual bool FillItemSet(SfxItemSet *rSet) SAL_OVERRIDE;
- virtual void Reset(const SfxItemSet &rSet) SAL_OVERRIDE;
+ virtual void Reset(const SfxItemSet *rSet) SAL_OVERRIDE;
void SetFormatUsed(bool bFmt);
void SetFrmType(const OString &rType) { sDlgType = rType; }