From b65cca5dd1f4ca73a8cdcc542f5f808233d3e0f7 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 17:14:30 +0000 Subject: INTEGRATION: CWS warnings01 (1.14.32); FILE MERGED 2005/11/16 21:34:15 pl 1.14.32.2: #i55991# removed warnings 2005/11/02 14:57:52 cl 1.14.32.1: warning free code changes --- xmloff/source/draw/ximpgrp.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'xmloff/source/draw/ximpgrp.cxx') diff --git a/xmloff/source/draw/ximpgrp.cxx b/xmloff/source/draw/ximpgrp.cxx index 211996697545..426ca3994212 100644 --- a/xmloff/source/draw/ximpgrp.cxx +++ b/xmloff/source/draw/ximpgrp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ximpgrp.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:58:36 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:14:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,6 @@ * ************************************************************************/ -#pragma hdrstop - #ifndef _XMLOFF_XMLNMSPE_HXX #include"xmlnmspe.hxx" #endif @@ -114,7 +112,7 @@ SvXMLImportContext* SdXMLGroupShapeContext::CreateChildContext( USHORT nPrefix, ////////////////////////////////////////////////////////////////////////////// -void SdXMLGroupShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>& xAttrList) +void SdXMLGroupShapeContext::StartElement(const uno::Reference< xml::sax::XAttributeList>&) { // create new group shape and add it to rShapes, use it // as base for the new group import -- cgit