diff options
author | Daisuke Nishino <niboshi000@gmail.com> | 2011-11-09 22:16:38 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-09 16:52:56 +0000 |
commit | ff9fab243bb8f746077dbbc2d7d3a76616647839 (patch) | |
tree | df2455bf664ea2b2191805cc8209f21e6297feaf /svl/inc | |
parent | 090454c4c99498a79d87c55e1903132bd068d810 (diff) |
Removed SvStringsSortDtor
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 3d3cc80d9057..79c95c1fbf56 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_STRINGSSORTDTOR_DECL -SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvStringsSortDtor, StringPtr, 1, 1, SVL_DLLPUBLIC ) -#define _SVSTDARR_STRINGSSORTDTOR_DECL -#endif - #ifndef _SVSTDARR_STRINGSISORT_DECL SV_DECL_PTRARR_SORT_VISIBILITY( SvStringsISort, StringPtr, 1, 1, SVL_DLLPUBLIC ) #define _SVSTDARR_STRINGSISORT_DECL |