summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-19 12:29:25 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 12:30:15 +0200
commitb8d6062a120a70f155e296c72a856cde2c5d142c (patch)
tree32ec5dacb3af635c32664133d4ad39b9d4113a57 /desktop
parent0597e4be3eb1be2987db28507055126bc5a26421 (diff)
fix android build
workaround template issue Change-Id: Ifeb828685b3f63159249211aa32a90dcba2e5570
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/dispatchwatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx
index c61aef3aa460..c24376664b6b 100644
--- a/desktop/source/app/dispatchwatcher.cxx
+++ b/desktop/source/app/dispatchwatcher.cxx
@@ -97,7 +97,7 @@ const SfxFilter* impl_lookupExportFilterForUrl( const rtl::OUString& rUrl, const
sQuery.append(":iflags=");
sQuery.append(OUString::number(static_cast<sal_Int32>(SfxFilterFlags::EXPORT)));
sQuery.append(":eflags=");
- sQuery.append(OUString::number(static_cast<sal_Int32>(SFX_FILTER_NOTINSTALLED)));
+ sQuery.append(OUString::number(static_cast<int>(SFX_FILTER_NOTINSTALLED)));
const Reference< XComponentContext > xContext( comphelper::getProcessComponentContext() );
const Reference< XContainerQuery > xFilterFactory(