summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-11-26 14:40:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-11-26 17:43:53 +0100
commit0675ee723d45e8074d2e2188983a9c19866a9078 (patch)
treee3115a7b5eb9433cee32f4d9075adb7ebb9147c6 /svl
parentfc2d2e0d83620cb2779d22694ab45189acf7afd8 (diff)
loplugin:external (clang-cl)
Change-Id: Iab2231e90e55c7e583a2fafd08469ee01b02ce82 Reviewed-on: https://gerrit.libreoffice.org/83767 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/svdde/ddesvr.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index beb55c195fc2..b2162e3a4a26 100644
--- a/svl/source/svdde/ddesvr.cxx
+++ b/svl/source/svdde/ddesvr.cxx
@@ -27,12 +27,16 @@
#include <o3tl/sorted_vector.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
+namespace {
+
enum DdeItemType
{
DDEITEM,
DDEGETPUTITEM
};
+}
+
struct DdeItemImpData
{
HCONV nHCnv;