From ee045805e640058d798029ce20b7d9f75d138b38 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Mar 2017 13:06:46 +0200 Subject: remove unhandled SID commands in sd checked to make sure none of the related .uno commands are present in any .xcu files. Change-Id: Iec555836a0a926e070b7632dc1205decf49d331f Reviewed-on: https://gerrit.libreoffice.org/35615 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/sdi/sfx.sdi | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'sfx2') diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 573afcdb563e..0619d990314e 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -4831,24 +4831,6 @@ SfxVoidItem ZoomMinus SID_ZOOM_IN ] -SfxVoidItem Zooming SID_ZOOM -(SfxUInt32Item ZoomScale ID_VAL_ZOOM) -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; -] - - SfxVoidItem ZoomNext SID_ZOOM_NEXT () [ -- cgit