diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:04:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:04:43 +0000 |
commit | 27d39b26167bff8e20c3ad4e5e8a5e440b76a82c (patch) | |
tree | ea703259d3428339d196f7e3ec4a029233ca7a9c /basegfx | |
parent | 6c363f41b4370f5ca5240a3421a2e71f47edbfc4 (diff) |
INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED
2006/09/01 17:16:38 kaib 1.5.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/range/b2dmultirange.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/range/b2dmultirange.cxx b/basegfx/source/range/b2dmultirange.cxx index 3cd7c0574927..c0d9f1e5f3aa 100644 --- a/basegfx/source/range/b2dmultirange.cxx +++ b/basegfx/source/range/b2dmultirange.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dmultirange.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-07-13 09:57:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:04: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_basegfx.hxx" + #ifndef _BGFX_RANGE_B2DRANGE_HXX #include <basegfx/range/b2drange.hxx> #endif |