From 2b429eff07ed3e3049e47e0219669a47bada4905 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 7 Jul 2015 13:33:13 +0200 Subject: SHL_SHL2 is unused Change-Id: I8e76b7e0f58143c883fa94a44d9681c6c3b9ac5a --- include/tools/shl.hxx | 2 +- svl/source/svdde/ddeimp.hxx | 4 ---- 2 files changed, 1 insertion(+), 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 )); -- cgit v1.2.3