summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-30 21:06:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-02 12:14:43 +0100
commit724b48d877fc157affb2b935f1bbeb37745bc683 (patch)
tree15bf4c93573a1d76c734f050183bd4a59e8466fd /include/sfx2/basedlgs.hxx
parentreportbuilder: fix unknown tag: noinspection (IntelliJ) (diff)
downloadcore-724b48d877fc157affb2b935f1bbeb37745bc683.tar.gz
core-724b48d877fc157affb2b935f1bbeb37745bc683.zip
extent .ui loading to SfxFloatingWindows
Change-Id: I3e16ef8455b35faf14838509f315cb2f70e7cb9a
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 6d46b7ad7fb0..2e4c14a1ef17 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -138,6 +138,10 @@ protected:
SfxChildWindow *pCW,
Window* pParent,
const ResId& rResId);
+ SfxFloatingWindow( SfxBindings *pBindings,
+ SfxChildWindow *pCW,
+ Window* pParent,
+ const OString& rID, const OUString& rUIXMLDescription);
virtual ~SfxFloatingWindow();
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;