summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/documentfontsdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/documentfontsdialog.cxx')
-rw-r--r--sfx2/source/dialog/documentfontsdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/documentfontsdialog.cxx b/sfx2/source/dialog/documentfontsdialog.cxx
index dc434a3a2528..22b495c3cab3 100644
--- a/sfx2/source/dialog/documentfontsdialog.cxx
+++ b/sfx2/source/dialog/documentfontsdialog.cxx
@@ -23,7 +23,7 @@
using namespace ::com::sun::star;
-SfxTabPage* SfxDocumentFontsPage::Create( vcl::Window* parent, const SfxItemSet* set )
+VclPtr<SfxTabPage> SfxDocumentFontsPage::Create( vcl::Window* parent, const SfxItemSet* set )
{
return VclPtr<SfxDocumentFontsPage>::Create( parent, *set );
}