diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 13:32:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 13:32:39 +0200 |
commit | 4e40d2ef4b187183d13eef98b976b00765d94ae5 (patch) | |
tree | bbcd80c44af6128f0d204973f808a5522cbee3d6 /fpicker | |
parent | ad24ad98818fed80980ac5f49b431d0fa66e5eed (diff) |
typo
Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/aqua/SalAquaFilePicker.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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<rtl::OUString> SAL_CALL SalAquaFilePicker::getSupportedServiceNames() |