summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx')
-rw-r--r--binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx b/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx
index e0bf9c8e6..c325032a0 100644
--- a/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx
+++ b/binfilter/bf_sfx2/source/doc/sfx2_objstor.cxx
@@ -99,7 +99,7 @@
#include "bf_so3/staticbaseurl.hxx"
namespace binfilter {
-#define S2BS(s) ByteString( s, RTL_TEXTENCODING_MS_1252 )
+#define S2BS(s) rtl::OUStringToOString(s, RTL_TEXTENCODING_MS_1252)
extern sal_uInt32 CheckPasswd_Impl( SfxObjectShell*, SfxItemPool&, SfxMedium* );