diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:31:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 09:31:44 +0000 |
commit | 08157c6539607c9747e5c76bc7ec199aafcf30c5 (patch) | |
tree | fdcfe11cdf96d7e090d9acf72ba7ff6c8752e0c8 /vcl | |
parent | 2f7b3d13c744b56a25cb9ee34bc795128db906bc (diff) |
INTEGRATION: CWS mergesvp (1.38.2); FILE MERGED
2007/07/04 15:32:43 pl 1.38.2.1: #i79023# header moving
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/i18n_status.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/i18n_status.cxx b/vcl/unx/source/app/i18n_status.cxx index a2430d6f2c5a..ad5b1c1f86c8 100644 --- a/vcl/unx/source/app/i18n_status.cxx +++ b/vcl/unx/source/app/i18n_status.cxx @@ -4,9 +4,9 @@ * * $RCSfile: i18n_status.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: hr $ $Date: 2007-06-27 20:45:53 $ + * last change: $Author: rt $ $Date: 2007-07-24 10:31:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,7 @@ #include <saldisp.hxx> #include <salframe.h> #include <saldata.hxx> -#include <sysdata.hxx> +#include <vcl/sysdata.hxx> using namespace vcl; using namespace rtl; |