diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:57:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:57:07 +0000 |
commit | 5bdbf3264235813ccf346186515e477bc0c21653 (patch) | |
tree | 364d8b16bd485594d8ab39ecab7c8dc450cff001 | |
parent | e34e2fbc465cf70e92187f9aae3f8c4099fb833f (diff) |
INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED
2006/09/01 17:54:53 kaib 1.3.120.1: #i68856# Added header markers and pch files
-rw-r--r-- | tools/source/generic/svborder.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/generic/svborder.cxx b/tools/source/generic/svborder.cxx index fbe4c7c69672..1166feb10177 100644 --- a/tools/source/generic/svborder.cxx +++ b/tools/source/generic/svborder.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svborder.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:22:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:57:07 $ * * 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_tools.hxx" + #include <svborder.hxx> #include <osl/diagnose.h> |