summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-25 08:15:30 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-25 08:15:30 +0200
commit0be38078bf5a48527e132161b04f41c00c2cb048 (patch)
tree98e657130c482c715c6b928e4c8ffaf3acc1ba28 /sc/inc/rangelst.hxx
parent5edc9bb7acbcb05799523aeb1bb52fe82bf99628 (diff)
Remove OS/2 support
Diffstat (limited to 'sc/inc/rangelst.hxx')
-rw-r--r--sc/inc/rangelst.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index 95c9f0e701cb..5cc5e1b83e3b 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -135,11 +135,6 @@ __cdecl
#endif
ScRangePairList_QsortNameCompare( const void*, const void* );
-#if defined( ICC ) && defined( SC_RANGELST_CXX ) && defined( OS2 )
- static int _Optlink ICCQsortRPairCompare( const void* a, const void* b)
- { return ScRangePairList_QsortNameCompare(a,b); }
-#endif
-
#endif