summaryrefslogtreecommitdiff
path: root/editeng/source/xml/xmltxtexp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-07 11:47:47 +0200
committerNoel Grandin <noel@peralex.com>2015-01-07 11:48:55 +0200
commit006e59a25e6396b05cf6da39c94a3a7a5c48eeb3 (patch)
treeb62cfc8cefdee7912fa78062de612d92fdd6737f /editeng/source/xml/xmltxtexp.cxx
parent01c7e2c246e231d70bb7c1c9b5ad7fd5e4614951 (diff)
fix windows build
and a handful of other currently uncompiled spots, after my commit 7f8f277b94704a289fbbd1b836e4e5d66311580d "fdo#84938: convert STREAM_ #defines to 'enum class'" Change-Id: I550f6fb850e1d71a6f08767eeb222a18071b89d5
Diffstat (limited to 'editeng/source/xml/xmltxtexp.cxx')
-rw-r--r--editeng/source/xml/xmltxtexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx
index 5d720349880f..dbec0daf11f0 100644
--- a/editeng/source/xml/xmltxtexp.cxx
+++ b/editeng/source/xml/xmltxtexp.cxx
@@ -417,7 +417,7 @@ void SvxWriteXML( EditEngine& rEditEngine, SvStream& rStream, const ESelection&
/* testcode
const OUString aURL( "file:///e:/test.xml" );
- SfxMedium aMedium( aURL, StreamMode::WRITE | STREAM_TRUNC, sal_True );
+ SfxMedium aMedium( aURL, StreamMode::WRITE | StreamMode::TRUNC, sal_True );
uno::Reference<io::XOutputStream> xOut( new utl::OOutputStreamWrapper( *aMedium.GetOutStream() ) );
*/