From dc5e8921530e811d0154af39504e4c149a6eae13 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Sep 2014 12:02:54 +0100 Subject: convert SID_RECORDING_FLOATWINDOW to .ui Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79 --- include/sfx2/basedlgs.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sfx2/basedlgs.hxx') diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx index 2e4c14a1ef17..cef733fda939 100644 --- a/include/sfx2/basedlgs.hxx +++ b/include/sfx2/basedlgs.hxx @@ -141,7 +141,8 @@ protected: SfxFloatingWindow( SfxBindings *pBindings, SfxChildWindow *pCW, Window* pParent, - const OString& rID, const OUString& rUIXMLDescription); + const OString& rID, const OUString& rUIXMLDescription, + const css::uno::Reference &rFrame = css::uno::Reference()); virtual ~SfxFloatingWindow(); virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE; -- cgit