diff options
Diffstat (limited to 'svtools/source/notify/smplhint.cxx')
-rw-r--r-- | svtools/source/notify/smplhint.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svtools/source/notify/smplhint.cxx b/svtools/source/notify/smplhint.cxx index d620f36f5a8b..0468972244f9 100644 --- a/svtools/source/notify/smplhint.cxx +++ b/svtools/source/notify/smplhint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: smplhint.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:32:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:19:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,8 +32,10 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_svtools.hxx" #ifndef GCC -#pragma hdrstop #endif #include "smplhint.hxx" |