[Libreoffice-commits] core.git: include/comphelper

Noel Grandin noel at peralex.com
Thu Mar 19 01:35:31 PDT 2015


 include/comphelper/mimeconfighelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit adef956348b9ad0420a482367f34ca1df81ab159
Author: Noel Grandin <noel at peralex.com>
Date:   Thu Mar 19 10:34:15 2015 +0200

    fix windows build(2)
    
    after my commit 48bb2913a7459edb17a5f62c2f6e6fbc4f1051e2
    "convert SFX_FILTER_ constants to enum class"
    
    Change-Id: I4e8bbbbe04bb5b9f2493281826fb156fee51cf40

diff --git a/include/comphelper/mimeconfighelper.hxx b/include/comphelper/mimeconfighelper.hxx
index 9f9d9fd..5ba0eb9 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 );


More information about the Libreoffice-commits mailing list