Skip to content

Commit

Permalink
Remove BIDI option from PPTX export
Browse files Browse the repository at this point in the history
Signed-off-by: sguan <sguan@actuate.com>
  • Loading branch information
sguan-actuate committed Feb 4, 2015
1 parent 891c5d0 commit 824345a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ protected void initOptions( )
bidiProcessing.setDataType( IConfigurableOption.DataType.BOOLEAN );
bidiProcessing
.setDisplayType( IConfigurableOption.DisplayType.CHECKBOX );
bidiProcessing.setDefaultValue( Boolean.TRUE );
bidiProcessing.setDefaultValue( Boolean.FALSE );
bidiProcessing.setToolTip( null );
bidiProcessing
.setDescription( getMessage( "OptionDescription.BidiProcessing" ) ); //$NON-NLS-1$

bidiProcessing.setEnabled( false );

// Initializes the option for TextWrapping.
ConfigurableOption textWrapping = new ConfigurableOption( TEXT_WRAPPING );
textWrapping
Expand Down

0 comments on commit 824345a

Please sign in to comment.