summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/custompanel/ctp_factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/custompanel/ctp_factory.cxx')
-rw-r--r--odk/examples/cpp/custompanel/ctp_factory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/custompanel/ctp_factory.cxx b/odk/examples/cpp/custompanel/ctp_factory.cxx
index febde8dbf944..ed79d2bebe7d 100644
--- a/odk/examples/cpp/custompanel/ctp_factory.cxx
+++ b/odk/examples/cpp/custompanel/ctp_factory.cxx
@@ -110,7 +110,7 @@ namespace sd { namespace colortoolpanel
return OUString( "org.openoffice.comp.example.custompanel.ToolPanelFactory" );
}
- ::sal_Bool SAL_CALL ToolPanelFactory::supportsService( const OUString& i_rServiceName ) throw (RuntimeException)
+ sal_Bool SAL_CALL ToolPanelFactory::supportsService( const OUString& i_rServiceName ) throw (RuntimeException)
{
return cppu::supportsService(this, i_rServiceName);
}