summaryrefslogtreecommitdiff
path: root/sw/sdi/drwbassh.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 10:52:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 11:42:49 +0200
commitf2964b9cdb04595e842de329222ffa2b63e5d7f7 (patch)
tree20470a5ecb639d74fa260711583139bb4a6ad41e /sw/sdi/drwbassh.sdi
parent6f691e9c763e4c5f13a745a56fe4d889188187ed (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/sdi/drwbassh.sdi')
-rw-r--r--sw/sdi/drwbassh.sdi6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/sdi/drwbassh.sdi b/sw/sdi/drwbassh.sdi
index 3653e0408856..8adc66244890 100644
--- a/sw/sdi/drwbassh.sdi
+++ b/sw/sdi/drwbassh.sdi
@@ -21,10 +21,10 @@ interface TextDrawBase : BaseTextDrawBase
import TextSelection;
}
-shell SwDrawBaseShell: SwBaseShell
+shell SwDrawBaseShell : SwBaseShell
{
- import TextDrawBase;
- import Sidebar;
+ import TextDrawBase;
+ import Sidebar;
SID_OBJECT_ALIGN
[