diff options
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index a7c15fb4d701..1c62757707dc 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -12081,4 +12081,38 @@ SfxVoidItem RemoveHyperlink SID_REMOVE_HYPERLINK MenuConfig = TRUE, ToolBoxConfig = TRUE, GroupId = SfxGroupId::Edit; +] + +SfxVoidItem InsertQrCode SID_INSERT_QRCODE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem EditQrCode SID_EDIT_QRCODE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; ]
\ No newline at end of file |