diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:40:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:40:29 +0000 |
commit | 879a0a27d0354c9950bd07c14c695ffd815c5a61 (patch) | |
tree | bcbe6ee5314cb7ed38fadf0173f4536ae5df3116 /sd/source/ui/inc/DrawViewShell.hxx | |
parent | ca0dd6b1a45690a5c69403641d06e63766014c3c (diff) |
INTEGRATION: CWS impressalternativtext (1.22.44); FILE MERGED
2007/05/24 13:07:26 cl 1.22.44.1: #i68100# adding Title and Description to layers
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/DrawViewShell.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 47263ace3813..9f2f4b521b98 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -4,9 +4,9 @@ * * $RCSfile: DrawViewShell.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2007-04-03 16:02:30 $ + * last change: $Author: hr $ $Date: 2007-06-26 13:40:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -383,7 +383,7 @@ public: bool RenameSlide( USHORT nPageId, const String & rName ); /** modifies the given layer with the given values */ - void ModifyLayer( SdrLayer* pLayer, String& rLayerName, bool bIsVisible, bool bIsLocked, bool bIsPrintable ); + void ModifyLayer( SdrLayer* pLayer, const String& rLayerName, const String& rLayerTitle, const String& rLayerDesc, bool bIsVisible, bool bIsLocked, bool bIsPrintable ); virtual ::std::auto_ptr<DrawSubController> CreateSubController (void); |