diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:34:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:34:45 +0000 |
commit | 07e5fabbc94407be643b8755dcaacf6a567f44a9 (patch) | |
tree | 101cd2bbb25932b39bb740cd31f01257e71235ad /vcl/source/window | |
parent | e8e9d65de234798a1070918ed4be460d89908f3c (diff) |
INTEGRATION: CWS internatiodel (1.3.448); FILE MERGED
2006/01/19 18:49:56 er 1.3.448.2: RESYNC: (1.3-1.5); FILE MERGED
2005/06/24 13:12:05 er 1.3.448.1: #i50205# get rid of class International
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/scrwnd.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx index 410314a924cd..7348cfcbf1c6 100644 --- a/vcl/source/window/scrwnd.cxx +++ b/vcl/source/window/scrwnd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scrwnd.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2005-09-28 14:52:29 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:34:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,9 @@ #include <math.h> #include <limits.h> +#ifndef _TOOLS_TIME_HXX +#include <tools/time.hxx> +#endif #include <tools/debug.hxx> #ifndef _SV_SVIDS_HRC |