Kaydet (Commit) 3f65d353 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clean up function declarations

Change-Id: Ife3cb18d22c57c9c2e59317b68cf11a4bf94a40a
üst 81834cb4
...@@ -49,7 +49,8 @@ private: ...@@ -49,7 +49,8 @@ private:
} }
class InteractionRequest::RetryContinuation: class InteractionRequest::RetryContinuation:
public cppu::WeakImplHelper1< css::task::XInteractionRetry > public cppu::WeakImplHelper1<css::task::XInteractionRetry>,
private boost::noncopyable
{ {
public: public:
inline RetryContinuation(): m_bSelected(false) {} inline RetryContinuation(): m_bSelected(false) {}
...@@ -59,9 +60,6 @@ public: ...@@ -59,9 +60,6 @@ public:
bool isSelected() const; bool isSelected() const;
private: private:
RetryContinuation(RetryContinuation &); // not implemented
void operator =(RetryContinuation); // not implemented
virtual inline ~RetryContinuation() {} virtual inline ~RetryContinuation() {}
mutable osl::Mutex m_aMutex; mutable osl::Mutex m_aMutex;
......
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
#include <com/sun/star/container/XSet.hpp> #include <com/sun/star/container/XSet.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/registry/XRegistryKey.hpp>
#include <stocservices.hxx>
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
using namespace com::sun::star::lang; using namespace com::sun::star::lang;
using namespace com::sun::star::script; using namespace com::sun::star::script;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment