From 81cb449e8e67a4da85e45fb0053ff25fb88c9104 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 27 Sep 2007 12:02:04 +0000
Subject: INTEGRATION: CWS swwarnings (1.36.56); FILE MERGED 2007/08/21
09:06:18 tl 1.36.56.2: RESYNC: (1.36-1.37); FILE MERGED 2007/04/11 07:05:58
tl 1.36.56.1: #i69287# warning-free code
---
svx/source/msfilter/eschesdo.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'svx')
diff --git a/svx/source/msfilter/eschesdo.cxx b/svx/source/msfilter/eschesdo.cxx
index a81c7e836db9..a0190daa1b81 100644
--- a/svx/source/msfilter/eschesdo.cxx
+++ b/svx/source/msfilter/eschesdo.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eschesdo.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:33:27 $
+ * last change: $Author: hr $ $Date: 2007-09-27 13:02:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1149,7 +1149,7 @@ UINT32 EscherEx::QueryTextID( const Reference< XShape >&, UINT32 )
// -------------------------------------------------------------------
// add an dummy rectangle shape into the escher stream
-UINT32 EscherEx::AddDummyShape( const SdrObject& /* rObj */ )
+UINT32 EscherEx::AddDummyShape()
{
OpenContainer( ESCHER_SpContainer );
UINT32 nShapeID = GetShapeID();
--
cgit