diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:18:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:18:44 +0000 |
commit | b7205d2a5cb89c61ad8c4eb0c3f60de5149ce2e3 (patch) | |
tree | eef7e45872aba69e96b36a07a231a06994c6a34e /sfx2/source/appl/linkmgr2.cxx | |
parent | 3c70f6386e66a636e8acad226ecc1d272a887dce (diff) |
INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED
2006/09/01 17:38:24 kaib 1.4.86.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2/source/appl/linkmgr2.cxx')
-rw-r--r-- | sfx2/source/appl/linkmgr2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
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> |