summaryrefslogtreecommitdiff
path: root/svx/source/table
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table')
-rw-r--r--svx/source/table/tablertfimporter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx
index eb09145f52db..07c2e0395600 100644
--- a/svx/source/table/tablertfimporter.cxx
+++ b/svx/source/table/tablertfimporter.cxx
@@ -163,7 +163,7 @@ void SdrTableRTFParser::Read( SvStream& rStream )
Link<RtfImportInfo&,void> aOldLink( rEdit.GetRtfImportHdl() );
rEdit.SetRtfImportHdl( LINK( this, SdrTableRTFParser, RTFImportHdl ) );
- mpOutliner->Read( rStream, OUString(), EE_FORMAT_RTF );
+ mpOutliner->Read( rStream, OUString(), EETextFormat::Rtf );
rEdit.SetRtfImportHdl( aOldLink );
FillTable();