diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-06 23:10:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 07:48:12 +0200 |
commit | e294fa9283071cb2816b6d8c759ed76ee552410e (patch) | |
tree | 10fc4d353de9409d769e74675536b8be4acf7c03 /include/tools | |
parent | af1be90e528ceeca70ee8f266fc6f6d8682b2c0d (diff) |
Replace GetAppData(SHL_IDL) with an rtl::Static
Change-Id: Ia7a75c4686734aa811006858343666d2edfde8a1
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 e4bce5508c54..c310c55c6141 100644 --- a/include/tools/shl.hxx +++ b/include/tools/shl.hxx @@ -43,7 +43,7 @@ //16 (SHL_SFC) removed //17 (SHL_SFX) removed //18 (SHL_SO2) removed -#define SHL_IDL 19 +//19 (SHL_IDL) removed //20 (SHL_IDE) removed //21 (SHL_EDIT) removed //22 (SHL_VCED) removed |