diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:02:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:02:04 +0000 |
commit | 81cb449e8e67a4da85e45fb0053ff25fb88c9104 (patch) | |
tree | 55161d0e60475cb31e4bf659f5fa39068704bc22 /svx | |
parent | f6af95a80060a322e9cdee796a2124c5f46e2104 (diff) |
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
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/msfilter/eschesdo.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |