From b18ff2a2ef8dae006d6bc976a61510f2dbaa27f2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 19 May 2014 22:12:51 +0200 Subject: fdo#78536: sfx2: remove (likely) accidentally duplicated call It looks like commit dda842bec338efb06457551136678340d0718807 wanted to #ifdef this Execute_Impl() call but somehow duplicated it. Change-Id: I745e16cb0be19cf38eb70dd261204c879aa6986e --- sfx2/source/dialog/templdlg.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index e59e14f44781..58d903adde4c 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -999,9 +999,6 @@ void SfxCommonTemplateDialog_Impl::Initialize() SfxCommonTemplateDialog_Impl::~SfxCommonTemplateDialog_Impl() { OUString aEmpty; - Execute_Impl(SID_STYLE_END_PREVIEW, - OUString(), OUString(), - 0, 0, 0, 0 ); #if defined STYLESPREVIEW Execute_Impl(SID_STYLE_END_PREVIEW, OUString(), OUString(), -- cgit