From 29fad544ce6b23c1c4d7abfe75360d28957e0c90 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 13 Jul 2004 12:39:12 +0000 Subject: INTEGRATION: CWS impress2 (1.13.252); FILE MERGED 2004/05/19 18:17:39 af 1.13.252.2: RESYNC: (1.13-1.14); FILE MERGED 2004/02/19 09:36:57 af 1.13.252.1: #i22705# Added overloaded SetName() method that calls ActionChange when the name changes. --- sd/inc/sdpage.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sd/inc/sdpage.hxx') diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 22f664946041..1dabe844f54f 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpage.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2004-07-12 14:54:46 $ + * last change: $Author: rt $ $Date: 2004-07-13 13:39:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -351,6 +351,10 @@ public: sal_Bool setAlienAttributes( const com::sun::star::uno::Any& rAttributes ); void getAlienAttributes( com::sun::star::uno::Any& rAttributes ); + /** Set the name of the page and broadcast a model change. + */ + virtual void SetName (const String& rName); + sd::HeaderFooterSettings& getHeaderFooterSettings(); /** this method returns true if the object from the ViewObjectContact should -- cgit