summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-18 11:49:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-18 21:39:14 +0200
commit158cd800d607898b1d2fe9bf4514900802ca1d90 (patch)
tree2cf7b77b4e322cb4250391e9428b34deea3e0076 /sfx2/inc
parentdc7f9a1f79a94107d6113ee6569dbcbf15cf3071 (diff)
weld EPUBExportDialog and add parent
Change-Id: Iec4fa3afb1e90ec36f792ea65b8c57b11cff98b3 Reviewed-on: https://gerrit.libreoffice.org/53094 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/guisaveas.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx
index 94f3d591b8e9..da4af8900c66 100644
--- a/sfx2/inc/guisaveas.hxx
+++ b/sfx2/inc/guisaveas.hxx
@@ -80,6 +80,7 @@ public:
const OUString& aDefExtension,
bool rDefaultIsAlien );
+ static css::uno::Reference<css::awt::XWindow> GetModelXWindow(const css::uno::Reference<css::frame::XModel>& rModel);
static vcl::Window* GetModelWindow( const css::uno::Reference< css::frame::XModel >& xModel );
};