diff options
-rw-r--r-- | sfx2/source/appl/impldde.cxx | 7 | ||||
-rw-r--r-- | sfx2/source/appl/linkmgr2.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sfx2/source/appl/impldde.cxx b/sfx2/source/appl/impldde.cxx index 0515d10e0638..55a2cac6a03b 100644 --- a/sfx2/source/appl/impldde.cxx +++ b/sfx2/source/appl/impldde.cxx @@ -4,9 +4,9 @@ * * $RCSfile: impldde.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:10:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:18:30 $ * * 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_sfx2.hxx" + #if defined(WIN) || defined(WNT) #include <tools/svwin.h> #endif diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx index 73b0569326b9..ff90e9ef0cef 100644 --- a/sfx2/source/appl/linkmgr2.cxx +++ b/sfx2/source/appl/linkmgr2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: linkmgr2.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:10:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:18:44 $ * * 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_sfx2.hxx" + #ifndef _DEBUG_HXX //autogen #include <tools/debug.hxx> |