diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-02 12:02:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-02 15:26:54 +0100 |
commit | dc5e8921530e811d0154af39504e4c149a6eae13 (patch) | |
tree | 78be59ebfed6a3f2b6ca71681d67f5dd677df447 /vcl/source/window/syswin.cxx | |
parent | b6cc10ecf28d2e0ae25383f2dc82b66e67971b08 (diff) |
convert SID_RECORDING_FLOATWINDOW to .ui
Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79
Diffstat (limited to 'vcl/source/window/syswin.cxx')
-rw-r--r-- | vcl/source/window/syswin.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index 1cf207c46ab7..127709324926 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -95,11 +95,12 @@ SystemWindow::SystemWindow(WindowType nType) Init(); } -void SystemWindow::loadUI(Window* pParent, const OString& rID, const OUString& rUIXMLDescription) +void SystemWindow::loadUI(Window* pParent, const OString& rID, const OUString& rUIXMLDescription, + const css::uno::Reference<css::frame::XFrame> &rFrame) { mbIsDefferedInit = true; mpDialogParent = pParent; //should be unset in doDeferredInit - m_pUIBuilder = new VclBuilder(this, getUIRootDir(), rUIXMLDescription, rID); + m_pUIBuilder = new VclBuilder(this, getUIRootDir(), rUIXMLDescription, rID, rFrame); } SystemWindow::~SystemWindow() |