diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:21:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:21:32 +0000 |
commit | 314ee03dcb16c2e0c10084385bdbd11a855f1b64 (patch) | |
tree | b4aca1832131c70567f969250ea0c02abf77416c /toolkit | |
parent | cb7e20045e6dfeb05b2dfa977a588031d6f4f9ff (diff) |
INTEGRATION: CWS pchfix02 (1.3.136); FILE MERGED
2006/09/01 17:54:24 kaib 1.3.136.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/imagealign.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/helper/imagealign.cxx b/toolkit/source/helper/imagealign.cxx index 2ed3695bad1a..920958c7fdb6 100644 --- a/toolkit/source/helper/imagealign.cxx +++ b/toolkit/source/helper/imagealign.cxx @@ -4,9 +4,9 @@ * * $RCSfile: imagealign.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:21:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:21:32 $ * * 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_toolkit.hxx" + #ifndef TOOLKIT_INC_TOOLKIT_HELPER_IMAGEALIGN_HXX #include <toolkit/helper/imagealign.hxx> #endif |