diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:59:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:59:20 +0000 |
commit | 613f919f05631bf1eef7c64e0a6e880c634b1be2 (patch) | |
tree | b67d02232ffaf89e9c4aed2425a852f26bb8017d | |
parent | 703ead71275bb3f08d84c54164f38810404d9754 (diff) |
INTEGRATION: CWS internatiodel (1.20.308); FILE MERGED
2006/01/19 17:28:09 er 1.20.308.2: RESYNC: (1.20-1.22); FILE MERGED
2005/06/24 13:12:44 er 1.20.308.1: #i50205# get rid of class International
-rw-r--r-- | svtools/source/control/ruler.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index e204ae9efae0..f58455382612 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ruler.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:05:11 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:59:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,6 @@ #include <string.h> -#ifndef _INTN_HXX -#include <tools/intn.hxx> -#endif #ifndef _DEBUG_HXX #include <tools/debug.hxx> #endif |