summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/pgfnote.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/pgfnote.hxx')
-rw-r--r--sw/source/uibase/inc/pgfnote.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/pgfnote.hxx b/sw/source/uibase/inc/pgfnote.hxx
index 9f298eb91dd3..fa28122e8242 100644
--- a/sw/source/uibase/inc/pgfnote.hxx
+++ b/sw/source/uibase/inc/pgfnote.hxx
@@ -32,9 +32,9 @@
class SwFootNotePage: public SfxTabPage
{
static const sal_uInt16 aPageRg[];
-public:
SwFootNotePage(vcl::Window *pParent, const SfxItemSet &rSet);
- static SfxTabPage *Create(vcl::Window *pParent, const SfxItemSet *rSet);
+public:
+ static VclPtr<SfxTabPage> Create(vcl::Window *pParent, const SfxItemSet *rSet);
static const sal_uInt16* GetRanges() { return aPageRg; }
virtual bool FillItemSet(SfxItemSet *rSet) SAL_OVERRIDE;