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 --- sfx2/sdi/sfx.sdi | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'sfx2/sdi/sfx.sdi') diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 2bc4c48071d7..624e99066564 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3110,33 +3110,6 @@ SfxVoidItem InsertObjectFloatingFrame SID_INSERT_FLOATINGFRAME GroupId = GID_INSERT; ] -//-------------------------------------------------------------------------- -SfxBoolItem InternetOnline SID_INTERNET_ONLINE - -[ - /* flags: */ - AutoUpdate = TRUE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = TRUE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = TRUE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_EXPLORER; -] - //-------------------------------------------------------------------------- SfxBoolItem IsLoading SID_DOC_LOADING -- cgit