diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:49:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:49:13 +0000 |
commit | 1e44b98881c66345b5cdb2ad5cae774db06f4737 (patch) | |
tree | a6f300c8468516064d7536387c049c4861c5c612 /sd | |
parent | 85fc425556d266219b203bddf634424da8323d09 (diff) |
INTEGRATION: CWS pchfix02 (1.7.214); FILE MERGED
2006/09/01 17:37:06 kaib 1.7.214.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fucushow.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/func/fucushow.cxx b/sd/source/ui/func/fucushow.cxx index 72031e259857..ec03f73b59c2 100644 --- a/sd/source/ui/func/fucushow.cxx +++ b/sd/source/ui/func/fucushow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fucushow.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-12-14 16:57:31 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:49:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,11 +33,13 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sd.hxx" + #include "fucushow.hxx" #include <svx/svxids.hrc> -#pragma hdrstop //CHINA001 #include "custsdlg.hxx" |