From b6ba670fdf87384548acd000c13181a1b7d4d79e Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Mon, 9 Sep 2002 13:00:39 +0000 Subject: #101763# new text direction cell attribute --- sc/source/ui/view/output3.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/view/output3.cxx') diff --git a/sc/source/ui/view/output3.cxx b/sc/source/ui/view/output3.cxx index e3b1e118306c..a898e6a4b93d 100644 --- a/sc/source/ui/view/output3.cxx +++ b/sc/source/ui/view/output3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: output3.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: nn $ $Date: 2002-05-06 16:53:04 $ + * last change: $Author: nn $ $Date: 2002-09-09 14:00:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,6 +159,8 @@ void ScOutputData::DrawSelectiveObjects( USHORT nLayer, const Rectangle& rRect, SdrOutliner& rOutl = pModel->GetDrawOutliner(); rOutl.EnableAutoColor( bUseStyleColor ); + rOutl.SetDefaultHorizontalTextDirection( + (EEHorizontalTextDirection)pDoc->GetEditTextDirection( nTab ) ); ExtOutputDevice* pXOut = new ExtOutputDevice( pDev ); pXOut->SetOutDev( pDev ); -- cgit