diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 15:58:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 20:34:40 +0200 |
commit | 556997bae75be8d8876d87a43d854cb969c12ce3 (patch) | |
tree | 455b18a34d890ebe620987dd3d6578f24d76cd69 /include/sfx2 | |
parent | 4b1ebf998b344535d20a6205b915c21996fc06d7 (diff) |
remove SID_INTERNET_ONLINE
We have no online/offline concept for the office anymore.
Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/cntids.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/cntids.hrc b/include/sfx2/cntids.hrc index 2facc52bf688..1cb27f320826 100644 --- a/include/sfx2/cntids.hrc +++ b/include/sfx2/cntids.hrc @@ -32,7 +32,6 @@ #endif #define SID_TITLE (SID_SFX_START + 307) #define SID_DELETE (SID_SFX_START + 713) -#define SID_INTERNET_ONLINE (SID_SFX_START + 1370) // Don't let SID_CHAOS_END grow. Internal docking windows use the range between // SID_CHAOS_END and SID_LIB_START!! Look into sfxsids.hrc for more information! |