Kaydet (Commit) a037aa40 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3: little code cleanup

Change-Id: I3e0f1fe0376ddcf9e79e6815a13f54007d47b03e
(cherry picked from commit ceb31879)
üst d04085c7
...@@ -98,14 +98,6 @@ class GtkTransferable : public ::cppu::WeakImplHelper1 < ...@@ -98,14 +98,6 @@ class GtkTransferable : public ::cppu::WeakImplHelper1 <
private: private:
std::map<OUString, GdkAtom> m_aMimeTypeToAtom; std::map<OUString, GdkAtom> m_aMimeTypeToAtom;
public: public:
GtkTransferable()
{
}
virtual ~GtkTransferable()
{
}
/* /*
* XTransferable * XTransferable
*/ */
...@@ -246,7 +238,9 @@ public: ...@@ -246,7 +238,9 @@ public:
>( m_aMutex ) >( m_aMutex )
{ {
} }
virtual ~VclGtkClipboard(); virtual ~VclGtkClipboard()
{
}
/* /*
* XServiceInfo * XServiceInfo
...@@ -293,10 +287,6 @@ public: ...@@ -293,10 +287,6 @@ public:
throw(RuntimeException, std::exception) SAL_OVERRIDE; throw(RuntimeException, std::exception) SAL_OVERRIDE;
}; };
VclGtkClipboard::~VclGtkClipboard()
{
}
OUString VclGtkClipboard::getImplementationName_static() OUString VclGtkClipboard::getImplementationName_static()
{ {
return OUString( "com.sun.star.datatransfer.VclGtkClipboard" ); return OUString( "com.sun.star.datatransfer.VclGtkClipboard" );
......
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