diff options
-rw-r--r-- | include/tools/shl.hxx | 2 | ||||
-rw-r--r-- | svl/source/svdde/ddeimp.hxx | 4 |
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 )); |