summaryrefslogtreecommitdiff
path: root/sc/sdi/prevwsh.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 /sc/sdi/prevwsh.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 'sc/sdi/prevwsh.sdi')
-rw-r--r--sc/sdi/prevwsh.sdi20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/sdi/prevwsh.sdi b/sc/sdi/prevwsh.sdi
index d1cf65947d8a..b5d3299bfffd 100644
--- a/sc/sdi/prevwsh.sdi
+++ b/sc/sdi/prevwsh.sdi
@@ -41,7 +41,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SfxVoidItem GoDownBlock SID_CURSORPAGEDOWN
@@ -52,7 +52,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SID_CURSORHOME [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
@@ -66,7 +66,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SfxVoidItem GoUp SID_CURSORUP
(
@@ -76,7 +76,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SfxVoidItem GoLeft SID_CURSORLEFT
(
@@ -86,7 +86,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SfxVoidItem GoRight SID_CURSORRIGHT
@@ -97,7 +97,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SID_PREV_TABLE
@@ -105,7 +105,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SID_NEXT_TABLE
@@ -113,7 +113,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SfxVoidItem GoToStart SID_CURSORTOPOFFILE ()
@@ -121,7 +121,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SfxVoidItem GoToEndOfData SID_CURSORENDOFFILE ()
@@ -129,7 +129,7 @@ interface TablePrintPreview
ExecMethod = Execute ;
StateMethod = GetState ;
Export = FALSE;
- GroupId = GID_INTERN ;
+ GroupId = SfxGroupId::Intern ;
]
SID_PREVIEW_ZOOMIN [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_PREVIEW_ZOOMOUT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]