summaryrefslogtreecommitdiff
path: root/sw/qa/extras/txtexport/txtexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/txtexport/txtexport.cxx')
-rw-r--r--sw/qa/extras/txtexport/txtexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/txtexport/txtexport.cxx b/sw/qa/extras/txtexport/txtexport.cxx
index e7e6163a8dae..f57c927752eb 100644
--- a/sw/qa/extras/txtexport/txtexport.cxx
+++ b/sw/qa/extras/txtexport/txtexport.cxx
@@ -32,7 +32,7 @@ public:
CPPUNIT_ASSERT(rAsciiWriter.is());
// no start char
- rAsciiWriter->bUCS2_WithStartChar = false;
+ rAsciiWriter->m_bUCS2_WithStartChar = false;
SvMemoryStream aMemoryStream;