summaryrefslogtreecommitdiff
path: root/svl/unx/inc/convert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/unx/inc/convert.hxx')
-rw-r--r--svl/unx/inc/convert.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/unx/inc/convert.hxx b/svl/unx/inc/convert.hxx
index 45251e41a4b2..bae389b0e893 100644
--- a/svl/unx/inc/convert.hxx
+++ b/svl/unx/inc/convert.hxx
@@ -46,14 +46,6 @@ public:
static void Swap( Rectangle & rRect )
{ Swap( rRect.Top() ); Swap( rRect.Bottom() );
Swap( rRect.Left() ); Swap( rRect.Right() ); }
-/*
- static USHORT AnsiFloatSize() const { return 6; }
- static float AnsiToFloat( void * pAnsiFloat )
- { return 0; }
- static USHORT AnsiDoubleSize() const { return 12; }
- static double AnsiToDouble( void * pAnsiDouble )
- { return 0; }
-*/
};
#endif // _CONVERT_HXX