diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 12:39:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 12:39:12 +0000 |
commit | 29fad544ce6b23c1c4d7abfe75360d28957e0c90 (patch) | |
tree | e37df0a1f94ac9f43aaf7d3e9e6db9dcf4b0512f /sd/inc/sdpage.hxx | |
parent | 44ed5576f8ca1c574f87c4140e7c5e2c0830a644 (diff) |
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.
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
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 |