[Libreoffice-commits] core.git: fpicker/source

Tor Lillqvist tml at collabora.com
Mon Jan 6 05:25:44 PST 2014


 fpicker/source/aqua/FPentry.mm |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 8723bf714b6156396f30ac71c0268e5a51c76337
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Jan 6 14:26:04 2014 +0200

    Bin mysterious FIXME comment and 'if (0) return 0;' line
    
    Change-Id: I41a29ec89b848ea0bfeb9975cd675357a2fcc69f

diff --git a/fpicker/source/aqua/FPentry.mm b/fpicker/source/aqua/FPentry.mm
index 58f3479..756be80 100644
--- a/fpicker/source/aqua/FPentry.mm
+++ b/fpicker/source/aqua/FPentry.mm
@@ -57,9 +57,6 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL fps_aqua_component_getFactory(
 
     if( pSrvManager )
     {
-            // FIXME: PJ: when we do not need native file and folder picker...
-            if (0) return 0;
-
             Reference< XSingleServiceFactory > xFactory;
 
             if (0 == rtl_str_compare(pImplName, FILE_PICKER_IMPL_NAME))


More information about the Libreoffice-commits mailing list