summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-10-05 13:17:32 +0000
committerNiklas Nebel <nn@openoffice.org>2001-10-05 13:17:32 +0000
commit40e340a82c2c508994f333024dd52e7b0185432b (patch)
tree0dd06a975601d42524f1fdc91c14109a9ec22b98 /sc/inc
parent2c289ac39748ca484a59d2122909a33866ee0b97 (diff)
#92723# GetVisibleName: use OLE object's persist name in navigator
Diffstat (limited to 'sc/inc')
-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();