From 66fe8a7e122f0f25b1115338f49d5c5086032867 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 14 Jan 2008 16:20:58 +0000 Subject: [PATCH] INTEGRATION: CWS fwk79 (1.19.60); FILE MERGED 2007/12/06 12:12:16 cd 1.19.60.1: #i81004# Remove obsolete code --- svx/source/dialog/macropg.cxx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/svx/source/dialog/macropg.cxx b/svx/source/dialog/macropg.cxx index cbda0dc713c5..a742a2983015 100644 --- a/svx/source/dialog/macropg.cxx +++ b/svx/source/dialog/macropg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: macropg.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: kz $ $Date: 2007-10-09 15:17:51 $ + * last change: $Author: ihi $ $Date: 2008-01-14 17:20:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -396,14 +396,7 @@ void _SvxMacroTabPage::Reset() try { - Sequence< beans::PropertyValue > emptyProps(2); ::rtl::OUString sEmpty; - emptyProps[0].Name = ::rtl::OUString::createFromAscii("EventType"); - emptyProps[0].Value <<= ::rtl::OUString::createFromAscii("Script"); - emptyProps[1].Name = ::rtl::OUString::createFromAscii("Script"); - emptyProps[1].Value <<= sEmpty; - Any aEmptyProps; - aEmptyProps <<= emptyProps; if( m_xAppEvents.is() ) { EventsHash::iterator h_itEnd = m_appEventsHash.end();