summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-05-01 19:10:09 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2017-05-05 11:22:37 +0300
commitcaada57a3ed4283a9ce78fcdcd6b1f5b72e91fc9 (patch)
treee67ad3b7a7fe3faebfe0451799bf084c17fe6d0a /sfx2
parente60b045a77cc058d1c48fe78b8329b272993a853 (diff)
Defining SID_UNICODE_NOTATION_TOGGLE once is enough
Change-Id: I6d63ee582ad5530ecb713dd65350912ee27dc15d
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/sdi/sfx.sdi17
1 files changed, 17 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 1ffd526663b5..6db5126ec84d 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -5493,3 +5493,20 @@ SfxVoidItem SafeMode SID_SAFE_MODE
ToolBoxConfig = TRUE,
GroupId = GID_APPLICATION;
]
+
+SfxVoidItem UnicodeNotationToggle SID_UNICODE_NOTATION_TOGGLE
+()
+[
+ AutoUpdate = FALSE,
+ FastCall = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerSet;
+
+ AccelConfig = TRUE,
+ MenuConfig = FALSE,
+ ToolBoxConfig = FALSE,
+ GroupId = GID_OPTIONS;
+]