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

Fix thinko. Thanks to vmiklos for noticing

Change-Id: Id4e65908cc73978205bc0858a3a809b882864b62
üst 96d091d4
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <config_features.h> #include <config_features.h>
#if defined(MACOSX) && defined(HAVE_FEATURE_READONLY_INSTALLSET) #if defined(MACOSX) && HAVE_FEATURE_READONLY_INSTALLSET
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0 #define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
#include <premac.h> #include <premac.h>
#include <Foundation/Foundation.h> #include <Foundation/Foundation.h>
...@@ -245,7 +245,7 @@ void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, bool& rbDirIsReadO ...@@ -245,7 +245,7 @@ void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, bool& rbDirIsReadO
uno::Reference< sdbc::XResultSet > xResultSet( aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ) ); uno::Reference< sdbc::XResultSet > xResultSet( aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ) );
#if defined(MACOSX) && defined(HAVE_FEATURE_READONLY_INSTALLSET) #if defined(MACOSX) && HAVE_FEATURE_READONLY_INSTALLSET
if( rBaseURL.GetProtocol() == INET_PROT_FILE ) if( rBaseURL.GetProtocol() == INET_PROT_FILE )
{ {
const char *appBundle = [[[NSBundle mainBundle] bundlePath] UTF8String]; const char *appBundle = [[[NSBundle mainBundle] bundlePath] UTF8String];
......
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