diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:23:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:23:27 +0000 |
commit | a607da99e0d97a2844c7d30552f3f63dd840e75c (patch) | |
tree | 26001614bce23878406eb56828775a1db56e694d /svx/inc | |
parent | 55f6d6c65a2af76a9bab97cdb418fa25c8c7733b (diff) |
INTEGRATION: CWS impressodf12 (1.3.12); FILE MERGED
2008/04/25 08:57:39 cl 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/24 15:22:35 cl 1.3.12.1: #i35937# removed property HasLevels
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/unoshtxt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/unoshtxt.hxx b/svx/inc/svx/unoshtxt.hxx index 81181e6c8667..e8d8e2b76f6c 100644 --- a/svx/inc/svx/unoshtxt.hxx +++ b/svx/inc/svx/unoshtxt.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unoshtxt.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -78,7 +78,7 @@ public: void lock(); void unlock(); - static sal_Bool hasLevels( const SdrObject* pObject ); +// static sal_Bool hasLevels( const SdrObject* pObject ); // the viewforwarder interface virtual BOOL IsValid() const; |