Clean up function declarations
Change-Id: Ie9081e6ed0840fad98f52f9755767788db77f406
This commit is contained in:
parent
f981c42eda
commit
f1433c21b1
@ -17,6 +17,9 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sal/config.h>
|
||||||
|
|
||||||
|
#include <boost/noncopyable.hpp>
|
||||||
#include <com/sun/star/awt/XWindow.hpp>
|
#include <com/sun/star/awt/XWindow.hpp>
|
||||||
#include <com/sun/star/lang/XInitialization.hpp>
|
#include <com/sun/star/lang/XInitialization.hpp>
|
||||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||||
@ -34,14 +37,12 @@ namespace {
|
|||||||
class UUIInteractionHandler:
|
class UUIInteractionHandler:
|
||||||
public cppu::WeakImplHelper3< com::sun::star::lang::XServiceInfo,
|
public cppu::WeakImplHelper3< com::sun::star::lang::XServiceInfo,
|
||||||
com::sun::star::lang::XInitialization,
|
com::sun::star::lang::XInitialization,
|
||||||
com::sun::star::task::XInteractionHandler2 >
|
com::sun::star::task::XInteractionHandler2 >,
|
||||||
|
private boost::noncopyable
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
UUIInteractionHelper * m_pImpl;
|
UUIInteractionHelper * m_pImpl;
|
||||||
|
|
||||||
UUIInteractionHandler(UUIInteractionHandler &); // not implemented
|
|
||||||
void operator =(UUIInteractionHandler); // not implemented
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
UUIInteractionHandler(com::sun::star::uno::Reference<
|
UUIInteractionHandler(com::sun::star::uno::Reference<
|
||||||
com::sun::star::uno::XComponentContext >
|
com::sun::star::uno::XComponentContext >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user