summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-19 11:28:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-19 19:28:29 +0000
commit76849d6d3d1ef1e725eda5cfca8ef34b34e742a4 (patch)
tree9f3e467e3db9a1757654374978dee5e16ad228fe
parentremove [Byte]String::EraseAllChars (diff)
downloadbinfilter-76849d6d3d1ef1e725eda5cfca8ef34b34e742a4.tar.gz
binfilter-76849d6d3d1ef1e725eda5cfca8ef34b34e742a4.zip
remove ENABLE_BYTESTRING_STREAM_OPERATORS
-rw-r--r--binfilter/bf_svx/source/form/svx_fmpage.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/binfilter/bf_svx/source/form/svx_fmpage.cxx b/binfilter/bf_svx/source/form/svx_fmpage.cxx
index 19a90a558..3900df987 100644
--- a/binfilter/bf_svx/source/form/svx_fmpage.cxx
+++ b/binfilter/bf_svx/source/form/svx_fmpage.cxx
@@ -30,8 +30,6 @@
#pragma hdrstop
#endif
-#define ENABLE_BYTESTRING_STREAM_OPERATORS
-
#include "fmpage.hxx"
#include "fmmodel.hxx"
@@ -84,7 +82,7 @@ namespace binfilter {
/*N*/ {
/*N*/ SdrDownCompat aVCCompat2( rIn, STREAM_READ );
/*N*/ ByteString aByteStringName;
-/*N*/ rIn >> aByteStringName;
+/*N*/ rIn.ReadByteString(aByteStringName);
/*N*/ aPageName = String(aByteStringName, gsl_getSystemTextEncoding());
/*N*/ }
/*N*/ }