diff options
Diffstat (limited to 'sd/inc/cusshow.hxx')
-rw-r--r-- | sd/inc/cusshow.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx index 1bf8b5e724eb..ca3a44583f73 100644 --- a/sd/inc/cusshow.hxx +++ b/sd/inc/cusshow.hxx @@ -67,8 +67,8 @@ public: // @@@ copy ctor, but no copy assignment? @@@ SdCustomShow( const SdCustomShow& rShow ); - void SetName(const String& rName) { aName = rName; } - String GetName() const { return aName; } + void SetName(const String& rName); + String GetName() const; SdDrawDocument* GetDoc() const { return pDoc; } |