diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:18:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:18:33 +0000 |
commit | 1cb99632c54b6b57a0484753ade68902031acfc3 (patch) | |
tree | b395699915a2afd6e59417ab44ca8c7eefa5f840 /sd/source/ui/toolpanel/controls | |
parent | 83c58220c9e36475e02ac9505641e54debb19e2b (diff) |
INTEGRATION: CWS pchfix02 (1.3.38); FILE MERGED
2006/09/01 17:37:25 kaib 1.3.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source/ui/toolpanel/controls')
-rw-r--r-- | sd/source/ui/toolpanel/controls/MasterPageContainerFiller.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.cxx b/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.cxx index 3ad93e1d583c..36009e3bc567 100644 --- a/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.cxx +++ b/sd/source/ui/toolpanel/controls/MasterPageContainerFiller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MasterPageContainerFiller.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-07-13 10:30:43 $ + * last change: $Author: obo $ $Date: 2006-09-16 19:18:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" + #include "MasterPageContainerFiller.hxx" #include "MasterPageDescriptor.hxx" |