From f2964b9cdb04595e842de329222ffa2b63e5d7f7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Jul 2017 10:52:51 +0200 Subject: convert SfxGroupId to scoped enum in the process I had to teach the idl compiler to cope with identifiers like SfxGroupID::Math, which has the side effect of requiring a space before a ':' in some of the .sdi files. Change-Id: If256599cb8aa1dfc0a33642c5070c5560702f3ba Reviewed-on: https://gerrit.libreoffice.org/40441 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/sdi/formsh.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/sdi/formsh.sdi') diff --git a/sw/sdi/formsh.sdi b/sw/sdi/formsh.sdi index 348fc59f6593..1a6c6e1eb134 100644 --- a/sw/sdi/formsh.sdi +++ b/sw/sdi/formsh.sdi @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -interface TextDrawForm: BaseTextDrawForm +interface TextDrawForm : BaseTextDrawForm { import TextDrawBase; } -- cgit