summaryrefslogtreecommitdiff
path: root/include/vcl/floatwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-02 12:02:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-02 15:26:54 +0100
commitdc5e8921530e811d0154af39504e4c149a6eae13 (patch)
tree78be59ebfed6a3f2b6ca71681d67f5dd677df447 /include/vcl/floatwin.hxx
parentb6cc10ecf28d2e0ae25383f2dc82b66e67971b08 (diff)
convert SID_RECORDING_FLOATWINDOW to .ui
Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79
Diffstat (limited to 'include/vcl/floatwin.hxx')
-rw-r--r--include/vcl/floatwin.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx
index 02ae4cacb3aa..c76876003ff1 100644
--- a/include/vcl/floatwin.hxx
+++ b/include/vcl/floatwin.hxx
@@ -121,7 +121,8 @@ public:
public:
explicit FloatingWindow(Window* pParent, WinBits nStyle = WB_STDFLOATWIN);
- explicit FloatingWindow(Window* pParent, const OString& rID, const OUString& rUIXMLDescription);
+ explicit FloatingWindow(Window* pParent, const OString& rID, const OUString& rUIXMLDescription,
+ const css::uno::Reference<css::frame::XFrame> &rFrame = css::uno::Reference<css::frame::XFrame>());
explicit FloatingWindow( Window* pParent, const ResId& );
virtual ~FloatingWindow();