diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:22:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:22:13 +0000 |
commit | f2d1f4ca2c6db03c3f12891b0142661ea18d9c36 (patch) | |
tree | 9126d9a68d07ccc625ec2eac37476241077ccb47 /svx/source/xoutdev/_xoutbmp.cxx | |
parent | 255325308d95ff3b06a8d33f62be7d3f5e027805 (diff) |
INTEGRATION: CWS pchfix02 (1.16.86); FILE MERGED
2006/09/01 17:47:45 kaib 1.16.86.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/xoutdev/_xoutbmp.cxx')
-rw-r--r-- | svx/source/xoutdev/_xoutbmp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index b40ebad0d0dd..39807c9de735 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: _xoutbmp.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2006-07-05 22:19:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:22:13 $ * * 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_svx.hxx" + #include <sot/factory.hxx> #include <tools/urlobj.hxx> #include <unotools/ucbstreamhelper.hxx> |