summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-19 10:34:15 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:34:57 +0200
commitadef956348b9ad0420a482367f34ca1df81ab159 (patch)
treece98f81eec87d1129eb064240fcd5f1fd4575513 /include/comphelper
parent5b55db59f93d526e7c2e192194aa562c640cce16 (diff)
fix windows build(2)
after my commit 48bb2913a7459edb17a5f62c2f6e6fbc4f1051e2 "convert SFX_FILTER_ constants to enum class" Change-Id: I4e8bbbbe04bb5b9f2493281826fb156fee51cf40
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/mimeconfighelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/mimeconfighelper.hxx b/include/comphelper/mimeconfighelper.hxx
index 9f9d9fdb53e7..5ba0eb9d3f8b 100644
--- a/include/comphelper/mimeconfighelper.hxx
+++ b/include/comphelper/mimeconfighelper.hxx
@@ -113,7 +113,7 @@ public:
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescr,
::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObject );
#ifdef WNT
- sal_Int32 GetFilterFlags( const OUString& aFilterName );
+ SfxFilterFlags GetFilterFlags( const OUString& aFilterName );
sal_Bool AddFilterNameCheckOwnFile(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescr );