diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-06 22:49:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 07:48:11 +0200 |
commit | 1fd5509aaa7956ecdff5099c52818809ce8d45ed (patch) | |
tree | e4819719ed2f221a7b71cbb4913098806585d237 /include/tools | |
parent | 99769c53a11a5cf76158197bfb2d65229245756a (diff) |
Replace GetAppData(SHL_ERR) with an rtl::Static
Change-Id: I3932afa803ceb6429d4e5cf63af59131307d5c6e
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/shl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/shl.hxx b/include/tools/shl.hxx index 4da64009e2b4..1e790193c941 100644 --- a/include/tools/shl.hxx +++ b/include/tools/shl.hxx @@ -34,7 +34,7 @@ // 7 (SHL_SV) removed // 8 (SHL_SVT) removed #define SHL_SVDDE 9 -#define SHL_ERR 10 +// 10 (SHL_ERR) removed //11 (SHL_IPC) removed //12 (SHL_SVX) removed //13 (SHL_ITEM) removed |