From b248624126c271c88381d3dad6e04fc954f65779 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Mar 2013 09:24:15 +0200 Subject: fdo#46808, Convert frame::Frame to new style Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f --- sfx2/inc/sfx2/templateinfodlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/sfx2/templateinfodlg.hxx b/sfx2/inc/sfx2/templateinfodlg.hxx index db5c11da0ac6..69d79b20da9a 100644 --- a/sfx2/inc/sfx2/templateinfodlg.hxx +++ b/sfx2/inc/sfx2/templateinfodlg.hxx @@ -18,7 +18,7 @@ namespace svtools { } namespace com{ namespace sun { namespace star { namespace awt { class XWindow; } } } } -namespace com{ namespace sun { namespace star { namespace frame { class XFrame; } } } } +namespace com{ namespace sun { namespace star { namespace frame { class XFrame2; } } } } class SfxTemplateInfoDlg : public ModalDialog { @@ -41,7 +41,7 @@ private: Window *mpPreviewView; // gets released when xWindows get destroyed (dont delete in constructor) svtools::ODocumentInfoPreview *mpInfoView; - ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame > xFrame; + ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame2 > m_xFrame; ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > xWindow; }; -- cgit