summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:36:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:36:34 +0000
commit2ed4d5ac55a29daae12a3593a22ca0dbf0c3c10f (patch)
tree865366d89aa86b6f968d81d2a28bb727a7629762 /svx/source/unodraw
parentd7d7f2d841f008c198ca1e9c14fac187d57869a0 (diff)
INTEGRATION: CWS impressodf12 (1.169.10); FILE MERGED
2008/04/25 08:58:40 cl 1.169.10.2: RESYNC: (1.169-1.172); FILE MERGED 2008/04/24 15:28:04 cl 1.169.10.1: #i35937# removed property HasLevels
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoshape.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 45b7aa44c8..ab39fbf9c8 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unoshape.cxx,v $
- * $Revision: 1.172 $
+ * $Revision: 1.173 $
*
* This file is part of OpenOffice.org.
*
@@ -2651,12 +2651,13 @@ bool SvxShape::getPropertyValueImpl( const SfxItemPropertyMap* pProperty, ::com:
{
switch( pProperty->nWID )
{
+/*
case OWN_ATTR_HASLEVELS:
{
rValue <<= SvxTextEditSource::hasLevels( mpObj.get() );
break;
}
-
+*/
case OWN_ATTR_CAPTION_POINT:
{
Point aVclPoint = ((SdrCaptionObj*)mpObj.get())->GetTailPos();