summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/ftools.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 13:07:10 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 13:07:10 +0000
commit17a328755d06aaed1621ff36e83142cb3e59b218 (patch)
treeef8a6a1e81a5195022afd82b91a831d8abdfae8b /sc/source/filter/inc/ftools.hxx
parent2d91ddd120f7f85606abbba0691200c08d4387e8 (diff)
INTEGRATION: CWS fieldoptions (1.8.2); FILE MERGED
2004/05/11 18:19:34 dr 1.8.2.1: #i23447# import of field sort info
Diffstat (limited to 'sc/source/filter/inc/ftools.hxx')
-rw-r--r--sc/source/filter/inc/ftools.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/filter/inc/ftools.hxx b/sc/source/filter/inc/ftools.hxx
index 4225def4c449..aa5de08f7661 100644
--- a/sc/source/filter/inc/ftools.hxx
+++ b/sc/source/filter/inc/ftools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftools.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-05-18 12:44:39 $
+ * last change: $Author: obo $ $Date: 2004-06-04 14:07:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,7 +144,6 @@ template< typename ReturnType, typename Type >
inline ReturnType lulimit( Type nValue )
{ return ::lulimit( nValue, ::std::numeric_limits< ReturnType >::min(), ::std::numeric_limits< ReturnType >::max() ); }
-
// Read from bitfields --------------------------------------------------------
// deprecated