summaryrefslogtreecommitdiff
path: root/vcl/osx/OSXTransferable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/OSXTransferable.hxx')
-rw-r--r--vcl/osx/OSXTransferable.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/osx/OSXTransferable.hxx b/vcl/osx/OSXTransferable.hxx
index aa794c8c7def..29a1d98b8641 100644
--- a/vcl/osx/OSXTransferable.hxx
+++ b/vcl/osx/OSXTransferable.hxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifndef _TRANSFERABLE_HXX_
#define _TRANSFERABLE_HXX_
@@ -36,7 +35,6 @@
#include <boost/utility.hpp>
#include <vector>
-
class OSXTransferable : public ::cppu::WeakImplHelper1<com::sun::star::datatransfer::XTransferable>,
private ::boost::noncopyable
{
@@ -49,10 +47,8 @@ public:
virtual ~OSXTransferable();
-
// XTransferable
-
virtual ::com::sun::star::uno::Any SAL_CALL getTransferData( const ::com::sun::star::datatransfer::DataFlavor& aFlavor )
throw( ::com::sun::star::datatransfer::UnsupportedFlavorException, ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;