summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 05:53:12 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 05:53:12 +0000
commit75f361cd8115b75688d74863974593a13e061bc0 (patch)
tree2857d8bedb627478904d2c235f367e081be91b83 /toolkit
parentccd9fbad7f51e4a292314f34a13d747a726457a9 (diff)
INTEGRATION: CWS oj14 (1.5.112); FILE MERGED
2006/07/04 11:22:33 oj 1.5.112.1: ConvertToMeasurementUnit and ConvertToFieldUnit added
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/helper/convert.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/helper/convert.hxx b/toolkit/inc/toolkit/helper/convert.hxx
index 30dca237c2c8..de8d368ed393 100644
--- a/toolkit/inc/toolkit/helper/convert.hxx
+++ b/toolkit/inc/toolkit/helper/convert.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: convert.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:54:04 $
+ * last change: $Author: rt $ $Date: 2007-07-06 06:53:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,5 +80,4 @@ inline ::Rectangle VCLRectangle( const ::com::sun::star::awt::Rectangle& rAWTRec
return ::Rectangle( ::Point( rAWTRect.X, rAWTRect.Y ), ::Size( rAWTRect.Width, rAWTRect.Height ) );
}
-
#endif // _TOOLKIT_HELPER_CONVERT_HXX_