From 1fd5509aaa7956ecdff5099c52818809ce8d45ed Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 6 Jul 2015 22:49:48 +0200 Subject: Replace GetAppData(SHL_ERR) with an rtl::Static Change-Id: I3932afa803ceb6429d4e5cf63af59131307d5c6e --- include/tools/shl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools') 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 -- cgit