diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:16:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:16:28 +0000 |
commit | d617581f74bc9f8c79744670a7fcf769cc318770 (patch) | |
tree | e4408adc2d20bd4a7f771c1ae67cfa0fe4a553c4 /odk/examples/cpp | |
parent | bdda675cb674226ce5a701ced1c39997056f6101 (diff) |
INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED
2006/09/01 17:32:27 kaib 1.4.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r-- | odk/examples/cpp/counter/counter.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/odk/examples/cpp/counter/counter.cxx b/odk/examples/cpp/counter/counter.cxx index 0c17d57723c2..6310797d2943 100644 --- a/odk/examples/cpp/counter/counter.cxx +++ b/odk/examples/cpp/counter/counter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: counter.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-01-31 17:06:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:16:28 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,6 +38,9 @@ * *************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_odk.hxx" + /*************************************************************************************************** *************************************************************************************************** * |