diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-16 09:33:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-16 09:33:34 +0000 |
commit | 4862987b86e406a320c74c367fc825ffe36bf021 (patch) | |
tree | 33e778fe191440496ae2982940dbf8df581b7938 /svx | |
parent | 3816e0bd9bc7108b65db3082e455ef0e47b5bc29 (diff) |
chg. len -> getLength
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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"); } } } |