summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 09:42:24 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 09:42:24 +0300
commit7329fbd9c48a264bf917f43db3f50d3ab031ae64 (patch)
tree83d167c6a978bd80663a054fba13cd0b1cc48914 /basic
parent81f94edc6341b4c898d8109ed50260de9ed06504 (diff)
Bin two unused functions
Change-Id: I8362bfa0152f84a425ea3d461653d45c07816b92
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/propacc.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx
index 48e56c2a5536..81fd9462af7a 100644
--- a/basic/source/classes/propacc.cxx
+++ b/basic/source/classes/propacc.cxx
@@ -40,11 +40,6 @@ using namespace cppu;
#define CDECL
#endif
-int CDECL SbCompare_PropertyValues_Impl( const void *arg1, const void *arg2 )
-{
- return ((PropertyValue*)arg1)->Name.compareTo( ((PropertyValue*)arg2)->Name );
-}
-
struct SbCompare_UString_PropertyValue_Impl
{
bool operator() (const OUString& lhs, PropertyValue const & rhs)
@@ -63,11 +58,6 @@ struct SbCompare_UString_PropertyValue_Impl
#endif
};
-int CDECL SbCompare_Properties_Impl( const void *arg1, const void *arg2 )
-{
- return ((Property*)arg1)->Name.compareTo( ((Property*)arg2)->Name );
-}
-
extern "C" int CDECL SbCompare_UString_Property_Impl( const void *arg1, const void *arg2 )
{
const OUString *pArg1 = (OUString*) arg1;