From 556997bae75be8d8876d87a43d854cb969c12ce3 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 16 Oct 2013 15:58:43 +0200 Subject: remove SID_INTERNET_ONLINE We have no online/offline concept for the office anymore. Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934 --- include/sfx2/cntids.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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! -- cgit