From 879a0a27d0354c9950bd07c14c695ffd815c5a61 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 26 Jun 2007 12:40:29 +0000 Subject: 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 --- sd/source/ui/inc/DrawViewShell.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/source/ui/inc/DrawViewShell.hxx') 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 CreateSubController (void); -- cgit