summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/qa/services.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 5ff9f63f522b..2912356d40ea 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -350,11 +350,7 @@ void Test::createInstance(
} else if (name == "com.sun.star.datatransfer.clipboard.SystemClipboard") {
// SystemClipboard is a wrapper returning either a platform-specific or
// the generic VCLGenericClipboard:
-#if defined(_WIN32)
- expImpl = "com.sun.star.datatransfer.clipboard.ClipboardW32";
-#else
expImpl = "com.sun.star.datatransfer.VCLGenericClipboard";
-#endif
#if !defined(_WIN32)
} else if (name == "com.sun.star.comp.datatransfer.dnd.OleDragSource_V1"
|| name == "com.sun.star.datatransfer.dnd.XdndSupport")