summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_clipboard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_clipboard.cxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_clipboard.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/dtrans/X11_clipboard.cxx b/vcl/unx/generic/dtrans/X11_clipboard.cxx
index 498374287ed7..6e9f5678a3ba 100644
--- a/vcl/unx/generic/dtrans/X11_clipboard.cxx
+++ b/vcl/unx/generic/dtrans/X11_clipboard.cxx
@@ -47,8 +47,8 @@ using namespace x11;
X11Clipboard::X11Clipboard( SelectionManager& rManager, Atom aSelection ) :
::cppu::WeakComponentImplHelper<
- ::com::sun::star::datatransfer::clipboard::XSystemClipboard,
- ::com::sun::star::lang::XServiceInfo
+ css::datatransfer::clipboard::XSystemClipboard,
+ css::lang::XServiceInfo
>( rManager.getMutex() ),
m_rSelectionManager( rManager ),