Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 225536 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/birt/report/engine/parser/StylePropertyMapping.java (+5 lines)
Lines 155-160 Link Here
155
155
156
		if ( value == null && handle != null )
156
		if ( value == null && handle != null )
157
		{
157
		{
158
			if ( IStyleModel.TEXT_ALIGN_PROP.equals( name ) )
159
			{
160
				return handle.isDirectionRTL( ) ? DesignChoiceConstants.TEXT_ALIGN_RIGHT
161
						: null;
162
			}
158
			if ( IStyleModel.TEXT_DIRECTION_PROP.equals( name ) )
163
			if ( IStyleModel.TEXT_DIRECTION_PROP.equals( name ) )
159
				return handle.isDirectionRTL( )
164
				return handle.isDirectionRTL( )
160
						? DesignChoiceConstants.BIDI_DIRECTION_RTL
165
						? DesignChoiceConstants.BIDI_DIRECTION_RTL

Return to bug 225536