diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:17:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:17:34 +0000 |
commit | 6b81d390ed7d3941f5bee715bd9a79cbffe420aa (patch) | |
tree | f6e1533c79675d3ae47a34f41bb46c9b4309927f /toolkit/source/controls | |
parent | 75c8a35fa5ca2322e2895cef53568594b60b4902 (diff) |
INTEGRATION: CWS pchfix02 (1.22.40); FILE MERGED
2006/09/01 17:54:22 kaib 1.22.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit/source/controls')
-rw-r--r-- | toolkit/source/controls/geometrycontrolmodel.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx index 0be7feec1ea3..0b8e5dff11f0 100644 --- a/toolkit/source/controls/geometrycontrolmodel.cxx +++ b/toolkit/source/controls/geometrycontrolmodel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: geometrycontrolmodel.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:03:30 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:17:34 $ * * 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_HELPERS_GEOMETRYCONTROLMODEL_HXX_ #include "toolkit/controls/geometrycontrolmodel.hxx" #endif |