summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-17 08:47:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-17 08:47:23 +0000
commite5b83cf54fb5e67de7f20683aa0d15dab4582e2f (patch)
tree084d5d9f4dbaffcd58bcafb9177cedb10134fa2d /extensions/source/propctrlr/propertyhandler.hxx
parentd0fe22d83de7f3f0222d89c5f874f97bac66dc43 (diff)
#i10000# solaris compiler is more nitpicking ...
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx
index a38408643c4f..7ae60dd85299 100644
--- a/extensions/source/propctrlr/propertyhandler.hxx
+++ b/extensions/source/propctrlr/propertyhandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propertyhandler.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:30:45 $
+ * last change: $Author: vg $ $Date: 2006-03-17 09:47:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -470,14 +470,14 @@ namespace pcr
::rtl::OUString SAL_CALL HandlerComponentBase< HANDLER >::getImplementationName( ) throw (::com::sun::star::uno::RuntimeException)
{
return HANDLER::getImplementationName_static();
- };
+ }
//--------------------------------------------------------------------
template < class HANDLER >
::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL HandlerComponentBase< HANDLER >::getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException)
{
return HANDLER::getSupportedServiceNames_static();
- };
+ }
//--------------------------------------------------------------------
template < class HANDLER >