diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-29 08:56:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-29 12:57:28 +0100 |
commit | 3a10338f3cdfe0cb89c3f10425570f260313a689 (patch) | |
tree | 80ff9f2c7cebb65e716785bcc59c6fc1bf3d579b /include/sfx2 | |
parent | 3cf1844f567028ccc7f9ecb2262cdbf069e95536 (diff) |
bInterim is always true
Change-Id: Id9f72fdb94a766ef58a44b3653a36f22335b5718
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87676
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dockwin.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx index f3b4af9ffba8..217c9f962efb 100644 --- a/include/sfx2/dockwin.hxx +++ b/include/sfx2/dockwin.hxx @@ -82,8 +82,7 @@ public: SfxDockingWindow( SfxBindings *pBindings, SfxChildWindow *pCW, vcl::Window* pParent, - const OString& rID, const OUString& rUIXMLDescription, - bool bInterim ); + const OString& rID, const OUString& rUIXMLDescription ); virtual ~SfxDockingWindow() override; virtual void dispose() override; |