diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:45:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:45:40 +0000 |
commit | d56aba4e8f5ccced7b88cdf4f5e56bf8fdaf35e9 (patch) | |
tree | 9498202633c9476929e63048929f26efaf17a6fb /vcl/unx | |
parent | 42dfe12ddd549fb29d7a0f80b3c6bbc3757f8d8a (diff) |
INTEGRATION: CWS vgbugs07 (1.30.240); FILE MERGED
2007/06/04 13:29:58 vg 1.30.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/source/app/i18n_cb.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/i18n_cb.cxx b/vcl/unx/source/app/i18n_cb.cxx index f7e311b2b156..fa958107a66e 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.30 $ + * $Revision: 1.31 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:31:43 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:45:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ #endif #ifndef _SV_SALFRAME_HXX -#include <salframe.hxx> +#include <vcl/salframe.hxx> #endif // ------------------------------------------------------------------------- |