From da38cd454a7d32b92dbdd1dd0abdce27c4ee2327 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 11 Jun 2012 22:05:04 +0200 Subject: Remove unused InterceptChildWindowKeyDown: further cleanup Change-Id: I497b18aff8e571dd5f028325c16a7292f4f80692 --- sfx2/sdi/sfx.sdi | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'sfx2/sdi') diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 396fbb714528..e1dd418a1331 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -6083,33 +6083,6 @@ SfxBoolItem SourceView SID_SOURCEVIEW GroupId = GID_OPTIONS; ] -//-------------------------------------------------------------------------- -SfxStringItem StatusBar SID_STATUSBARTEXT - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; -] - //-------------------------------------------------------------------------- SfxBoolItem StatusBarVisible SID_TOGGLESTATUSBAR -- cgit