diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-05 21:10:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-06 07:02:42 +0100 |
commit | 0a8bf4b534775bb64e6baa228dce881c5c0d65a5 (patch) | |
tree | b6753e237796855f7af63b9730a21eecdb50bc3b /include/sfx2/basedlgs.hxx | |
parent | 5ae49477396c1a0d7dd2d387bf46ac8c02cbeb53 (diff) |
FloatingWindows are no longer loaded from resource files
Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r-- | include/sfx2/basedlgs.hxx | 4 |
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(); |