summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_clipboard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_clipboard.hxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_clipboard.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/generic/dtrans/X11_clipboard.hxx b/vcl/unx/generic/dtrans/X11_clipboard.hxx
index f2758222c9f2..5852321dbb24 100644
--- a/vcl/unx/generic/dtrans/X11_clipboard.hxx
+++ b/vcl/unx/generic/dtrans/X11_clipboard.hxx
@@ -27,8 +27,6 @@
#include <com/sun/star/datatransfer/clipboard/XSystemClipboard.hpp>
#include <cppuhelper/compbase2.hxx>
-
-
#define X11_CLIPBOARD_IMPLEMENTATION_NAME "com.sun.star.datatransfer.X11ClipboardSupport"
namespace x11 {
@@ -50,7 +48,6 @@ namespace x11 {
protected:
-
friend class SelectionManager;
void fireChangedContentsEvent();
@@ -118,14 +115,10 @@ namespace x11 {
virtual com::sun::star::uno::Reference< XInterface > getReference() throw() SAL_OVERRIDE;
};
-
-
Sequence< OUString > SAL_CALL X11Clipboard_getSupportedServiceNames();
com::sun::star::uno::Reference< XInterface > SAL_CALL X11Clipboard_createInstance(
const com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & xMultiServiceFactory);
-
-
} // namepspace
#endif