summaryrefslogtreecommitdiff
path: root/sc/inc/drwlayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r--sc/inc/drwlayer.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx
index 58fe8e86d9df..3964366b3f69 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drwlayer.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-05-21 18:15:37 $
+ * last change: $Author: nn $ $Date: 2001-10-05 14:14:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -188,6 +188,10 @@ public:
void SetPageSize( USHORT nPageNo, const Size& rSize );
ULONG GetDefTextHeight() const;
+ // GetVisibleName: name for navigator etc: GetPersistName or GetName
+ // (ChartListenerCollection etc. must use GetPersistName directly)
+ static String GetVisibleName( SdrObject* pObj );
+
SdrObject* GetNamedObject( const String& rName, USHORT nId, USHORT& rFoundTab ) const;
String GetNewGraphicName() const;
void EnsureGraphicNames();