diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:14:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:14:45 +0000 |
commit | 2755ede276912af86471fc319b77d55aff2724c3 (patch) | |
tree | 0fbb460c7b0befee585504d6c33ae4aabbbf6380 /toolkit/source/awt/vclxpointer.cxx | |
parent | 0b0b2b67e847d8bb383a5fd12bb25aaee50e2e63 (diff) |
INTEGRATION: CWS pchfix02 (1.2.136); FILE MERGED
2006/09/01 17:54:20 kaib 1.2.136.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit/source/awt/vclxpointer.cxx')
-rw-r--r-- | toolkit/source/awt/vclxpointer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxpointer.cxx b/toolkit/source/awt/vclxpointer.cxx index 2917e0f62161..be8371431dfa 100644 --- a/toolkit/source/awt/vclxpointer.cxx +++ b/toolkit/source/awt/vclxpointer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxpointer.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:13:24 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:14:18 $ * * 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" + #include <toolkit/awt/vclxpointer.hxx> #include <toolkit/helper/macros.hxx> |