diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-06 22:58:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-07 07:48:11 +0200 |
commit | af1be90e528ceeca70ee8f266fc6f6d8682b2c0d (patch) | |
tree | e3e7c92020cd1598d350d00e220aa66470bef434 /include/tools | |
parent | 1fd5509aaa7956ecdff5099c52818809ce8d45ed (diff) |
Replace GetAppData(SHL_SVD) with an rtl::Static
Change-Id: Ie1ccffe5461475a0425891861f825aeea149e876
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 1e790193c941..e4bce5508c54 100644 --- a/include/tools/shl.hxx +++ b/include/tools/shl.hxx @@ -38,7 +38,7 @@ //11 (SHL_IPC) removed //12 (SHL_SVX) removed //13 (SHL_ITEM) removed -#define SHL_SVD 14 +//14 (SHL_SVD) removed //15 (SHL_SI) removed //16 (SHL_SFC) removed //17 (SHL_SFX) removed |