summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-07 13:33:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-07 14:52:34 +0200
commit2b429eff07ed3e3049e47e0219669a47bada4905 (patch)
tree1dce72177e9a0098f25dddb27845f0a9bd2f9a62
parent2873d7586199adaaf43144d6b6d4b2f253cfe4dd (diff)
SHL_SHL2 is unused
Change-Id: I8e76b7e0f58143c883fa94a44d9681c6c3b9ac5a
-rw-r--r--include/tools/shl.hxx2
-rw-r--r--svl/source/svdde/ddeimp.hxx4
2 files changed, 1 insertions, 5 deletions
diff --git a/include/tools/shl.hxx b/include/tools/shl.hxx
index db6693ca22c6..0e4806286a5b 100644
--- a/include/tools/shl.hxx
+++ b/include/tools/shl.hxx
@@ -25,7 +25,7 @@
// GetAppData()
// 0 (SHL_SHL1) removed
-#define SHL_SHL2 1
+// 1 (SHL_SHL2) removed
// 2 (SHL_SHL3) removed
// 3 (SHL_APP1) removed
// 4 (SHL_APP2) removed
diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx
index 945f639c5c8e..23bffe9f7405 100644
--- a/svl/source/svdde/ddeimp.hxx
+++ b/svl/source/svdde/ddeimp.hxx
@@ -121,10 +121,6 @@ public:
}
};
-#ifndef SHL_SVDDE
-#define SHL_SVDDE SHL_SHL2
-#endif
-
inline DdeInstData* ImpGetInstData()
{
return (DdeInstData*)(*GetAppData( SHL_SVDDE ));