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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/documentfontsdialog.cxx b/sfx2/source/dialog/documentfontsdialog.cxx
index 69b4fd4d9ec6..c942fd25c059 100644
--- a/sfx2/source/dialog/documentfontsdialog.cxx
+++ b/sfx2/source/dialog/documentfontsdialog.cxx
@@ -23,12 +23,12 @@
using namespace ::com::sun::star;
-SfxTabPage* SfxDocumentFontsPage::Create( Window* parent, const SfxItemSet* set )
+SfxTabPage* SfxDocumentFontsPage::Create( vcl::Window* parent, const SfxItemSet* set )
{
return new SfxDocumentFontsPage( parent, *set );
}
-SfxDocumentFontsPage::SfxDocumentFontsPage( Window* parent, const SfxItemSet& set )
+SfxDocumentFontsPage::SfxDocumentFontsPage( vcl::Window* parent, const SfxItemSet& set )
: SfxTabPage( parent, "DocumentFontsPage", "sfx/ui/documentfontspage.ui", &set )
{
get( embedFontsCheckbox, "embedFonts" );