summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-05 21:10:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-06 07:02:42 +0100
commit0a8bf4b534775bb64e6baa228dce881c5c0d65a5 (patch)
treeb6753e237796855f7af63b9730a21eecdb50bc3b /include/sfx2/basedlgs.hxx
parentWindow::GetType returns WindowType not ResourceType (diff)
downloadcore-0a8bf4b534775bb64e6baa228dce881c5c0d65a5.tar.gz
core-0a8bf4b534775bb64e6baa228dce881c5c0d65a5.zip
FloatingWindows are no longer loaded from resource files
Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index cef733fda939..6c4c1f49d99b 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -137,10 +137,6 @@ protected:
SfxFloatingWindow( SfxBindings *pBindings,
SfxChildWindow *pCW,
Window* pParent,
- const ResId& rResId);
- SfxFloatingWindow( SfxBindings *pBindings,
- SfxChildWindow *pCW,
- Window* pParent,
const OString& rID, const OUString& rUIXMLDescription,
const css::uno::Reference<css::frame::XFrame> &rFrame = css::uno::Reference<css::frame::XFrame>());
virtual ~SfxFloatingWindow();