From 4e40d2ef4b187183d13eef98b976b00765d94ae5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 22 Oct 2013 13:32:39 +0200 Subject: typo Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815 --- fpicker/source/aqua/SalAquaFilePicker.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm b/fpicker/source/aqua/SalAquaFilePicker.mm index 50d251ca704f..3366753b3da3 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 SAL_CALL SalAquaFilePicker::getSupportedServiceNames() -- cgit