diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 13:33:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 14:52:34 +0200 |
commit | 2b429eff07ed3e3049e47e0219669a47bada4905 (patch) | |
tree | 1dce72177e9a0098f25dddb27845f0a9bd2f9a62 /svl | |
parent | 2873d7586199adaaf43144d6b6d4b2f253cfe4dd (diff) |
SHL_SHL2 is unused
Change-Id: I8e76b7e0f58143c883fa94a44d9681c6c3b9ac5a
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/svdde/ddeimp.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 )); |