diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:41:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:41:43 +0000 |
commit | d156270a4845ae24c3012748a57d47b46f8bf1a1 (patch) | |
tree | f219f6e24c2e37ab642ec17a3f7a58354eed1c07 | |
parent | 37a4b88ba4c871a246d258726926d4dbbeb132b7 (diff) |
INTEGRATION: CWS pchfix02 (1.21.22); FILE MERGED
2006/09/01 17:38:40 kaib 1.21.22.1: #i68856# Added header markers and pch files
-rw-r--r-- | sfx2/source/doc/guisaveas.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx index 1b9058e2e567..8915e9125c8f 100644 --- a/sfx2/source/doc/guisaveas.cxx +++ b/sfx2/source/doc/guisaveas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: guisaveas.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 11:17:34 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:41:43 $ * * 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_sfx2.hxx" + #ifndef _COM_SUN_STAR_UI_DIALOGS_XEXECUTABLEDIALOG_HPP_ #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #endif |