summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdotext.cxx')
-rw-r--r--svx/source/svdraw/svdotext.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 596b37096f58..5ff91a10a9dd 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -2085,10 +2085,7 @@ GDIMetaFile* SdrTextObj::GetTextScrollMetaFileAndRectangle(
pRetval->Record(&aBlackHole);
Point aPaintPos = aPaintRect.TopLeft();
- sal_uInt32 nStat0(rOutliner.GetControlWord());
- rOutliner.SetControlWord(nStat0|EE_CNTRL_NOREDLINES);
rOutliner.Draw(&aBlackHole, aPaintPos);
- rOutliner.SetControlWord(nStat0);
pRetval->Stop();
pRetval->WindStart();