summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 13:01:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 13:01:15 +0000
commit8852130f547c03af8402d68668c6af80b961695e (patch)
tree66b3b3bfabc37a706de5544d879f481ad60b51f3
parent028c35a613758432f08cbaf9bb1c45b9157d7341 (diff)
INTEGRATION: CWS internatiodel (1.6.288); FILE MERGED
2006/01/19 21:36:05 er 1.6.288.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/28 09:43:26 er 1.6.288.1: #i50205# get rid of class International
-rw-r--r--svx/source/dialog/postdlg.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/dialog/postdlg.cxx b/svx/source/dialog/postdlg.cxx
index 1143a60decc0..a9ff241c04cd 100644
--- a/svx/source/dialog/postdlg.cxx
+++ b/svx/source/dialog/postdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: postdlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:54:18 $
+ * last change: $Author: vg $ $Date: 2006-04-07 14:01:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,12 @@
#ifndef _SHL_HXX
#include <tools/shl.hxx>
#endif
+#ifndef _DATE_HXX
+#include <tools/date.hxx>
+#endif
+#ifndef _TOOLS_TIME_HXX
+#include <tools/time.hxx>
+#endif
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif