diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:35:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:35:29 +0000 |
commit | a49bc628e7875ad0efd9c77389cfd125803f486a (patch) | |
tree | f7551438affd136cddd7b8644f10becb2139ad4a /vcl/source/window | |
parent | 07e5fabbc94407be643b8755dcaacf6a567f44a9 (diff) |
INTEGRATION: CWS internatiodel (1.215.80); FILE MERGED
2006/02/10 21:54:26 er 1.215.80.3: RESYNC: (1.224-1.227); FILE MERGED
2006/01/19 18:55:16 er 1.215.80.2: RESYNC: (1.215-1.224); FILE MERGED
2005/06/24 13:12:06 er 1.215.80.1: #i50205# get rid of class International
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/window.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 4bf84423b1eb..09ac71ec011f 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -4,9 +4,9 @@ * * $RCSfile: window.cxx,v $ * - * $Revision: 1.229 $ + * $Revision: 1.230 $ * - * last change: $Author: vg $ $Date: 2006-04-06 15:39:26 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:35:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,6 +56,9 @@ #include <unohelp.hxx> +#ifndef _TOOLS_TIME_HXX +#include <tools/time.hxx> +#endif #ifndef _DEBUG_HXX #include <tools/debug.hxx> #endif |