summaryrefslogtreecommitdiff
path: root/basegfx/source/matrix
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 06:58:56 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 06:58:56 +0000
commitd655415fd59fb548057331f6ca6b2ad461e3b021 (patch)
treee9a3708d51d2c3b68825f4d6e974cd0499eb6b97 /basegfx/source/matrix
parent92ef2069d6b2444a8ec545200728f35cd8876253 (diff)
INTEGRATION: CWS pchfix02 (1.12.10); FILE MERGED
2006/09/01 17:16:34 kaib 1.12.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx/source/matrix')
-rw-r--r--basegfx/source/matrix/b2dhommatrix.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/matrix/b2dhommatrix.cxx b/basegfx/source/matrix/b2dhommatrix.cxx
index 1a30f3dbaa74..07fc798978ba 100644
--- a/basegfx/source/matrix/b2dhommatrix.cxx
+++ b/basegfx/source/matrix/b2dhommatrix.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b2dhommatrix.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 09:56:31 $
+ * last change: $Author: obo $ $Date: 2006-09-17 07:58:56 $
*
* 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 _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
#endif