diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 01:07:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:04:34 +0100 |
commit | 38c6f1d561992fe3980953449da07e8b7ade51bc (patch) | |
tree | 425e6b2499dd396bf7426c0f094ec49662d33f41 | |
parent | 6b45ed9a0a584c4e886df817492454725791a10d (diff) |
callcatcher: remove unused CmpUS_Impl
-rw-r--r-- | sfx2/source/control/bindings.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index 67152990891c..afdb2764aa8a 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -1360,19 +1360,6 @@ void SfxBindings::UpdateSlotServer_Impl() //-------------------------------------------------------------------- -int SAL_CALL CmpUS_Impl(const void *p1, const void *p2) - -/* [Description] - - Internal Comparison function for qsort. -*/ - -{ - return *(sal_uInt16 *)p1 - *(sal_uInt16 *)p2; -} - -//-------------------------------------------------------------------- - SfxItemSet* SfxBindings::CreateSet_Impl ( SfxStateCache*& pCache, // in: Status-Cache from nId |