Kaydet (Commit) 8723bf71 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin mysterious FIXME comment and 'if (0) return 0;' line

Change-Id: I41a29ec89b848ea0bfeb9975cd675357a2fcc69f
üst 0edcb543
...@@ -57,9 +57,6 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL fps_aqua_component_getFactory( ...@@ -57,9 +57,6 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL fps_aqua_component_getFactory(
if( pSrvManager ) if( pSrvManager )
{ {
// FIXME: PJ: when we do not need native file and folder picker...
if (0) return 0;
Reference< XSingleServiceFactory > xFactory; Reference< XSingleServiceFactory > xFactory;
if (0 == rtl_str_compare(pImplName, FILE_PICKER_IMPL_NAME)) if (0 == rtl_str_compare(pImplName, FILE_PICKER_IMPL_NAME))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment