fpicker/source/aqua/SalAquaFilePicker.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e40d2ef4b187183d13eef98b976b00765d94ae5
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Oct 22 13:32:39 2013 +0200

    typo
    
    Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815

diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm 
b/fpicker/source/aqua/SalAquaFilePicker.mm
index 50d251c..3366753 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.mm
+++ b/fpicker/source/aqua/SalAquaFilePicker.mm
@@ -659,7 +659,7 @@ throw( uno::RuntimeException )
 sal_Bool SAL_CALL SalAquaFilePicker::supportsService( const rtl::OUString& 
sServiceName )
 throw( uno::RuntimeException )
 {
-    return cppu:supportsService(this, sServiceName);
+    return cppu::supportsService(this, sServiceName);
 }
 
 uno::Sequence<rtl::OUString> SAL_CALL 
SalAquaFilePicker::getSupportedServiceNames()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to