summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templateinfodlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/templateinfodlg.cxx')
-rw-r--r--sfx2/source/dialog/templateinfodlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/templateinfodlg.cxx b/sfx2/source/dialog/templateinfodlg.cxx
index 45dcd7837a74..a2514ea23a11 100644
--- a/sfx2/source/dialog/templateinfodlg.cxx
+++ b/sfx2/source/dialog/templateinfodlg.cxx
@@ -32,13 +32,13 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::task;
using namespace ::com::sun::star::util;
-SfxTemplateInfoDlg::SfxTemplateInfoDlg (Window *pParent)
+SfxTemplateInfoDlg::SfxTemplateInfoDlg (vcl::Window *pParent)
: ModalDialog(pParent, "TemplateInfo", "sfx/ui/templateinfodialog.ui")
{
get(mpBtnClose, "close");
get(mpBox, "box");
get(mpInfoView, "infoDrawingArea");
- mpPreviewView = new Window(mpBox);
+ mpPreviewView = new vcl::Window(mpBox);
Size aSize(LogicToPixel(Size(250, 160), MAP_APPFONT));
mpBox->set_width_request(aSize.Width());