diff options
author | Daisuke Nishino <niboshi000@gmail.com> | 2011-11-06 19:19:48 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-07 12:27:32 +0000 |
commit | 6401ca3325d386067ab86dc36c5cea169449570e (patch) | |
tree | 3e66244f63a1bbdfae27da5250484382848a65cc /svl/inc | |
parent | 0a590fc4f0ae79faeea402ec4868cfd89b5f0371 (diff) |
Get rid of SvStringsSort
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/svstdarr.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx index 50349f4b9a3a..3d3cc80d9057 100644 --- a/svl/inc/svl/svstdarr.hxx +++ b/svl/inc/svl/svstdarr.hxx @@ -57,11 +57,6 @@ SV_DECL_PTRARR_DEL_VISIBILITY( SvStringsDtor, StringPtr, 1, 1, SVL_DLLPUBLIC ) #define _SVSTDARR_STRINGSDTOR_DECL #endif -#ifndef _SVSTDARR_STRINGSSORT_DECL -SV_DECL_PTRARR_SORT_VISIBILITY( SvStringsSort, StringPtr, 1, 1, SVL_DLLPUBLIC ) -#define _SVSTDARR_STRINGSSORT_DECL -#endif - #ifndef _SVSTDARR_STRINGSSORTDTOR_DECL SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvStringsSortDtor, StringPtr, 1, 1, SVL_DLLPUBLIC ) #define _SVSTDARR_STRINGSSORTDTOR_DECL |