#i10000# solaris compiler is more nitpicking ...
This commit is contained in:
parent
d0fe22d83d
commit
e5b83cf54f
4 changed files with 13 additions and 11 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: commoncontrol.hxx,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-03-14 11:19:35 $
|
||||
* last change: $Author: vg $ $Date: 2006-03-17 09:47:13 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -281,7 +281,7 @@ namespace pcr
|
|||
pControlWindow->SetLoseFocusHdl( LINK( &m_aImplControl, ControlHelper, LoseFocusHdl ) );
|
||||
}
|
||||
m_aImplControl.autoSizeWindow();
|
||||
};
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
template< class CONTROL_INTERFACE, class CONTROL_WINDOW >
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: composeduiupdate.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-03-14 11:19:44 $
|
||||
* last change: $Author: vg $ $Date: 2006-03-17 09:46:52 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -202,6 +202,7 @@ namespace pcr
|
|||
CachedInspectorUI& operator=( const CachedInspectorUI& ); // never implemented
|
||||
|
||||
private:
|
||||
class MethodGuard;
|
||||
friend class MethodGuard;
|
||||
class MethodGuard : public ::osl::MutexGuard
|
||||
{
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: propertycomposer.hxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-03-14 11:29:57 $
|
||||
* last change: $Author: vg $ $Date: 2006-03-17 09:47:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -163,6 +163,7 @@ namespace pcr
|
|||
}
|
||||
|
||||
private:
|
||||
class MethodGuard;
|
||||
friend class MethodGuard;
|
||||
class MethodGuard : public ::osl::MutexGuard
|
||||
{
|
||||
|
|
|
@ -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 >
|
||||
|
|
Loading…
Reference in a new issue