summaryrefslogtreecommitdiff
path: root/filter/source/flash/impswfdialog.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 13:56:21 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 13:56:21 +0100
commite8c2c1daae9008d383288f94600b1d34d2059fb1 (patch)
tree94a20ff44445a6bc959ff2330fa39e8ebada7c64 /filter/source/flash/impswfdialog.cxx
parent3e3d12cb88fa6dc4e6d00692e57c9cb70c709e17 (diff)
removetooltypes01: #i112600# remove tooltypes from filter
Diffstat (limited to 'filter/source/flash/impswfdialog.cxx')
-rw-r--r--filter/source/flash/impswfdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/flash/impswfdialog.cxx b/filter/source/flash/impswfdialog.cxx
index 0efde8182448..171111ac7054 100644
--- a/filter/source/flash/impswfdialog.cxx
+++ b/filter/source/flash/impswfdialog.cxx
@@ -63,7 +63,7 @@ ImpSWFDialog::ImpSWFDialog( Window* pParent, ResMgr& rResMgr, Sequence< Property
maBtnHelp( this, ResId( BTN_HELP, rResMgr ) ),
maConfigItem( String( RTL_CONSTASCII_USTRINGPARAM( "Office.Common/Filter/Flash/Export/" ) ), &rFilterData )
{
- const ULONG nCompressMode = maConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "CompressMode" ) ), 75 );
+ const sal_uLong nCompressMode = maConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "CompressMode" ) ), 75 );
maNumFldQuality.SetValue( nCompressMode );
maCheckExportAll.Check();