[Libreoffice-commits] core.git: fpicker/source
Stephan Bergmann
sbergman at redhat.com
Tue Oct 22 04:33:01 PDT 2013
fpicker/source/aqua/SalAquaFilePicker.mm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4e40d2ef4b187183d13eef98b976b00765d94ae5
Author: Stephan Bergmann <sbergman at 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()
More information about the Libreoffice-commits
mailing list