summaryrefslogtreecommitdiff
path: root/svl/unx/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-17 17:24:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-17 17:24:48 +0200
commita1467c8a526d7dda6e51d2af6a15f274feed30a1 (patch)
tree5e6ce2e10a6390803564187c298cdf8e0fde197f /svl/unx/source
parent143b3a2f3c431b7277321471d5366e7e1e97a772 (diff)
loplugin:useuniqueptr: svl (clang-cl)
Change-Id: Id8705c82ab87724b0542acbfe0ad165f889f267a
Diffstat (limited to 'svl/unx/source')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx
index 7f032ef20446..856d79dc5db2 100644
--- a/svl/unx/source/svdde/ddedummy.cxx
+++ b/svl/unx/source/svdde/ddedummy.cxx
@@ -77,6 +77,8 @@ void const * DdeData::getData() const
return nullptr;
}
+struct DdeImp {};
+
long DdeConnection::GetError()
{
return 0L;