diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:32:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:32:33 +0000 |
commit | 26e6ad36be7636cdeb6183cb2584558cba469254 (patch) | |
tree | 1c51a9e978020b3a56765540eda2906aaa88a3a4 /vcl/unx | |
parent | 1237de2666e2c43efeaf2fc58da412403f12f102 (diff) |
INTEGRATION: CWS pchfix02 (1.4.378); FILE MERGED
2006/09/01 17:58:04 kaib 1.4.378.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/app/i18n_keysym.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/source/app/i18n_keysym.cxx b/vcl/unx/source/app/i18n_keysym.cxx index 4693ed90555a..0f8a335d4af2 100644 --- a/vcl/unx/source/app/i18n_keysym.cxx +++ b/vcl/unx/source/app/i18n_keysym.cxx @@ -4,9 +4,9 @@ * * $RCSfile: i18n_keysym.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:55:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:32:33 $ * * 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_vcl.hxx" + #include <X11/X.h> #include <sal/types.h> |