summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 16:26:50 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 16:26:50 +0000
commit00ce7aa3aece215bedc2f02f7622639568a3d26d (patch)
tree3737931d42f17570e917e4d59604252d3a682429 /sd/source
parent93f22f52d27c0aace60f07dca8d7aa87013bb0b8 (diff)
INTEGRATION: CWS impress26 (1.7.106); FILE MERGED
2004/12/16 13:48:09 cl 1.7.106.1: #i38253# changed access methods for header footer settings to propagate changes
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx
index 329baad74fbf..40bc9d0fce0c 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: headerfooterdlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 18:22:28 $
+ * last change: $Author: kz $ $Date: 2005-01-13 17:26:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -488,7 +488,7 @@ void HeaderFooterDialog::apply( bool bToAll, bool bForceSlides )
void HeaderFooterDialog::change( SdUndoGroup* pUndoGroup, SdPage* pPage, const HeaderFooterSettings& rNewSettings )
{
pUndoGroup->AddAction(new SdHeaderFooterUndoAction(mpDoc, pPage, rNewSettings ));
- pPage->getHeaderFooterSettings() = rNewSettings;
+ pPage->setHeaderFooterSettings( rNewSettings );
}
///////////////////////////////////////////////////////////////////////