From 4862987b86e406a320c74c367fc825ffe36bf021 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 16 May 2001 09:33:34 +0000 Subject: chg. len -> getLength --- svx/source/unodraw/unoshape.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 23cc91d2bcf4..f1e2e666aba1 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoshape.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: cl $ $Date: 2001-05-15 11:18:44 $ + * last change: $Author: kz $ $Date: 2001-05-16 10:33:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -432,7 +432,7 @@ void SvxShape::Init() throw() } else { - DBG_ASSERT(aShapeType.len() == 0, "[CL] unknown SdrObjekt identifier"); + DBG_ASSERT(aShapeType.getLength() == 0, "[CL] unknown SdrObjekt identifier"); } } } -- cgit