diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:31:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:31:43 +0000 |
commit | e3190a0903d1bf00bdea8f930dbc9270962ca772 (patch) | |
tree | e51dd5e4a9468c2fd461691d381b02b0a556c677 /vcl/unx | |
parent | 401d80b047897c3787c7532e7d40d2496ba806cf (diff) |
INTEGRATION: CWS pchfix02 (1.29.112); FILE MERGED
2006/09/01 17:58:04 kaib 1.29.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/app/i18n_cb.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/source/app/i18n_cb.cxx b/vcl/unx/source/app/i18n_cb.cxx index 0a0f833c351a..f7e311b2b156 100644 --- a/vcl/unx/source/app/i18n_cb.cxx +++ b/vcl/unx/source/app/i18n_cb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: i18n_cb.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:48:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:31:43 $ * * 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 <stdio.h> #include <string.h> #include <sal/alloca.h> |