summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/undoheaderfooter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/undoheaderfooter.cxx')
-rw-r--r--sd/source/ui/func/undoheaderfooter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/undoheaderfooter.cxx b/sd/source/ui/func/undoheaderfooter.cxx
index dd3973085c12..f1b200fbfb3c 100644
--- a/sd/source/ui/func/undoheaderfooter.cxx
+++ b/sd/source/ui/func/undoheaderfooter.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,8 +40,8 @@
TYPEINIT1(SdHeaderFooterUndoAction, SdUndoAction);
-SdHeaderFooterUndoAction::SdHeaderFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings )
-: SdUndoAction(pDoc),
+SdHeaderFooterUndoAction::SdHeaderFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings )
+: SdUndoAction(pDoc),
mpPage(pPage),
maOldSettings(pPage->getHeaderFooterSettings()),
maNewSettings(rNewSettings)