diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:09:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:09:29 +0000 |
commit | 53f9e20d9f949acd09518dfde88d4f00f1ec91c0 (patch) | |
tree | b99ca61aedcf99e05276838b77064bfb0ca50abf /sc/source/ui/app | |
parent | 5cf0a39004b73c15a7581c176ccdda8de2fe0cf8 (diff) |
INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED
2006/07/12 10:02:20 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/lnktrans.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/app/lnktrans.cxx b/sc/source/ui/app/lnktrans.cxx index c799fcc35e80..434f29b3f50c 100644 --- a/sc/source/ui/app/lnktrans.cxx +++ b/sc/source/ui/app/lnktrans.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lnktrans.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:22:54 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:09:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,12 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + // INCLUDE --------------------------------------------------------------- -#ifdef PCH -#include "ui_pch.hxx" -#endif -#pragma hdrstop #include <svtools/urlbmk.hxx> |