summaryrefslogtreecommitdiff
path: root/include/sfx2/templateinfodlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/templateinfodlg.hxx')
-rw-r--r--include/sfx2/templateinfodlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/templateinfodlg.hxx b/include/sfx2/templateinfodlg.hxx
index a38f9817e0ce..9f5d9dfd2965 100644
--- a/include/sfx2/templateinfodlg.hxx
+++ b/include/sfx2/templateinfodlg.hxx
@@ -25,7 +25,7 @@ class SfxTemplateInfoDlg : public ModalDialog
{
public:
- SfxTemplateInfoDlg (Window *pParent = NULL);
+ SfxTemplateInfoDlg (vcl::Window *pParent = NULL);
virtual ~SfxTemplateInfoDlg ();
@@ -40,7 +40,7 @@ private:
PushButton* mpBtnClose;
VclBox* mpBox;
- Window *mpPreviewView; // gets released when xWindows get destroyed (dont delete in constructor)
+ vcl::Window *mpPreviewView; // gets released when xWindows get destroyed (dont delete in constructor)
svtools::ODocumentInfoPreview *mpInfoView;
::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame2 > m_xFrame;