From a836afe471d6df7bfc932fc419f7ccad7d40efb2 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 25 Sep 2014 16:54:39 +0200 Subject: fdo#73151 Always open Styles&Formatting dialog in the sidebar Change-Id: I05b63dc00023945d92fd837bd64042135d3f9aed Reviewed-on: https://gerrit.libreoffice.org/11648 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- sfx2/source/appl/appreg.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/source/appl/appreg.cxx') diff --git a/sfx2/source/appl/appreg.cxx b/sfx2/source/appl/appreg.cxx index caa32b13a0f2..e9c1e6e1905a 100644 --- a/sfx2/source/appl/appreg.cxx +++ b/sfx2/source/appl/appreg.cxx @@ -54,7 +54,6 @@ void SfxApplication::Registrations_Impl() SfxRecordingFloatWrapper_Impl::RegisterChildWindow(); SfxNavigatorWrapper::RegisterChildWindow( false, NULL, SFX_CHILDWIN_NEVERHIDE ); SfxPartChildWnd_Impl::RegisterChildWindow(); - SfxTemplateDialogWrapper::RegisterChildWindow(true); SfxDockingWrapper::RegisterChildWindow(); SfxInfoBarContainerChild::RegisterChildWindow( true, NULL, SFX_CHILDWIN_NEVERHIDE ); -- cgit