summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2011-12-22 12:46:22 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-12-22 23:58:48 +0100
commitc37c90f5ba271c4086cc7acf989fbd598e621240 (patch)
tree195761677d3f90955a15c934b5657833d4984473 /svx/source
parentb0346972539cc2c20b6837f216b0329910e3a825 (diff)
Fix slideshow text animations - fdo#43837
String compare was not replaced equivalently, this needs matching against the XTEXT prefix, not exactly Removed VERBOSE_TEXTCOMMENTS exporter flag, that's now unused. Added some verbose-mode trace output
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/unodraw/UnoGraphicExporter.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
index f4475fcb691e..5f222036a62a 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -120,7 +120,6 @@ namespace svx
sal_Int32 mnWidth;
sal_Int32 mnHeight;
sal_Bool mbExportOnlyBackground;
- sal_Bool mbVerboseComments;
sal_Bool mbScrollText;
sal_Bool mbUseHighContrast;
sal_Bool mbTranslucent;
@@ -137,7 +136,6 @@ namespace svx
: mnWidth( 0 )
, mnHeight( 0 )
, mbExportOnlyBackground( false )
- , mbVerboseComments( false )
, mbScrollText( false )
, mbUseHighContrast( false )
, mbTranslucent( sal_False )
@@ -538,11 +536,6 @@ void GraphicExporter::ParseSettings( const Sequence< PropertyValue >& aDescripto
{
pDataValues->Value >>= mnPageNumber;
}
- else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "VerboseComments" ) ) )
- {
- // #110496# Read flag for verbose metafile comments
- pDataValues->Value >>= rSettings.mbVerboseComments;
- }
else if( pDataValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ScrollText" ) ) )
{
// #110496# Read flag solitary scroll text metafile