diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-28 21:27:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-29 12:57:09 +0100 |
commit | 3cf1844f567028ccc7f9ecb2262cdbf069e95536 (patch) | |
tree | 7c679bddecfada6c18387f1c3277880cae4d38d0 /include/sfx2 | |
parent | 644ebf7823c85973e2724cbfcf403cb63b054bfe (diff) |
bInterim is always set
Change-Id: I2a84351d98523a2dda7db96a4099837d0e8a8ad1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87664
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dockwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx index ed907d747cda..f3b4af9ffba8 100644 --- a/include/sfx2/dockwin.hxx +++ b/include/sfx2/dockwin.hxx @@ -83,7 +83,7 @@ public: SfxChildWindow *pCW, vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, - bool bInterim = false ); + bool bInterim ); virtual ~SfxDockingWindow() override; virtual void dispose() override; |