[Libreoffice-commits] .: binfilter/bf_svtools binfilter/bf_sw binfilter/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Oct 4 06:57:48 PDT 2011
binfilter/bf_svtools/source/memtools/svt_svarray.cxx | 2 --
binfilter/bf_sw/source/core/sw3io/sw_sw3nodes.cxx | 2 +-
binfilter/inc/bf_svtools/svstdarr.hxx | 5 -----
3 files changed, 1 insertion(+), 8 deletions(-)
New commits:
commit 75e468669cfe7553c4521f94e68f5ebd7272825d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Oct 4 12:52:09 2011 +0100
SvByteStrings can go from here too
diff --git a/binfilter/bf_svtools/source/memtools/svt_svarray.cxx b/binfilter/bf_svtools/source/memtools/svt_svarray.cxx
index 25e2b67..cfd7c8f 100644
--- a/binfilter/bf_svtools/source/memtools/svt_svarray.cxx
+++ b/binfilter/bf_svtools/source/memtools/svt_svarray.cxx
@@ -88,8 +88,6 @@ SV_IMPL_PTRARR( SvStringsDtor, StringPtr )
SV_IMPL_OP_PTRARR_SORT( SvStringsSort, StringPtr )
SV_IMPL_OP_PTRARR_SORT( SvStringsSortDtor, StringPtr )
-SV_IMPL_PTRARR( SvByteStrings, ByteStringPtr )
-
// ---------------- strings -------------------------------------
// Array mit anderer Seek-Methode!
diff --git a/binfilter/bf_sw/source/core/sw3io/sw_sw3nodes.cxx b/binfilter/bf_sw/source/core/sw3io/sw_sw3nodes.cxx
index d25118a..3a3b547 100644
--- a/binfilter/bf_sw/source/core/sw3io/sw_sw3nodes.cxx
+++ b/binfilter/bf_sw/source/core/sw3io/sw_sw3nodes.cxx
@@ -33,7 +33,7 @@
#include <hintids.hxx>
-#if !(defined _SVSTDARR_STRINGS_DECL && defined _SVSTDARR_BYTESTRINGS_DECL && \
+#if !(defined _SVSTDARR_STRINGS_DECL && \
defined _SVSTDARR_USHORTS_DECL && defined _SVSTDARR_XUB_STRLEN_DECL && \
defined _SVSTDARR_BOOLS_DECL)
#define _SVSTDARR_STRINGS
diff --git a/binfilter/inc/bf_svtools/svstdarr.hxx b/binfilter/inc/bf_svtools/svstdarr.hxx
index 4ff866e..4ce79a4 100644
--- a/binfilter/inc/bf_svtools/svstdarr.hxx
+++ b/binfilter/inc/bf_svtools/svstdarr.hxx
@@ -140,11 +140,6 @@ SV_DECL_PTRARR_SORT_DEL_VISIBILITY( SvStringsISortDtor, StringPtr, 1, 1, )
#define _SVSTDARR_STRINGSISORTDTOR_DECL
#endif
-#ifndef _SVSTDARR_BYTESTRINGS_DECL
-SV_DECL_PTRARR_VISIBILITY( SvByteStrings, ByteStringPtr, 1, 1, )
-#define _SVSTDARR_BYTESTRINGS_DECL
-#endif
-
#ifndef _SVSTDARR_XUB_STRLEN_DECL
SV_DECL_VARARR_VISIBILITY( SvXub_StrLens, xub_StrLen, 1, 1, )
#define _SVSTDARR_XUB_STRLEN_DECL
More information about the Libreoffice-commits
mailing list