summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-29 08:56:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-29 12:57:28 +0100
commit3a10338f3cdfe0cb89c3f10425570f260313a689 (patch)
tree80ff9f2c7cebb65e716785bcc59c6fc1bf3d579b /svx/source/engine3d
parent3cf1844f567028ccc7f9ecb2262cdbf069e95536 (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 'svx/source/engine3d')
-rw-r--r--svx/source/engine3d/float3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index 5dd101a69274..9ae74ec12a8a 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -83,7 +83,7 @@ namespace {
Svx3DWin::Svx3DWin(SfxBindings* pInBindings, SfxChildWindow *pCW, vcl::Window* pParent)
: SfxDockingWindow(pInBindings, pCW, pParent,
- "Docking3DEffects", "svx/ui/docking3deffects.ui", true)
+ "Docking3DEffects", "svx/ui/docking3deffects.ui")
, m_xBtnGeo(m_xBuilder->weld_toggle_button("geometry"))
, m_xBtnRepresentation(m_xBuilder->weld_toggle_button("representation"))