diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:09:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:09:16 +0000 |
commit | 65fa970fca32964adb84dfffade5d4c584cef5aa (patch) | |
tree | 49956282d7c3b418b6ba125c7abdb8373ed330f2 /comphelper/source/misc | |
parent | b7da9e07d75dee138e2c0de1582ca2646c32b332 (diff) |
INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED
2006/09/01 17:19:40 kaib 1.12.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'comphelper/source/misc')
-rw-r--r-- | comphelper/source/misc/accessiblewrapper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/misc/accessiblewrapper.cxx b/comphelper/source/misc/accessiblewrapper.cxx index 52913d3d8809..7049d319336c 100644 --- a/comphelper/source/misc/accessiblewrapper.cxx +++ b/comphelper/source/misc/accessiblewrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: accessiblewrapper.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:47:09 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:09:16 $ * * 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_comphelper.hxx" + #ifndef COMPHELPER_ACCESSIBLE_WRAPPER_HXX #include "comphelper/accessiblewrapper.hxx" #endif |