Typo: .uno:*TracedChange -> .uno:*TrackedChange.
Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 728 B |
@@ -164,7 +164,7 @@
|
||||
<value>1</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:RejectTracedChange" oor:op="replace">
|
||||
<node oor:name=".uno:RejectTrackedChange" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Reject Change</value>
|
||||
</prop>
|
||||
@@ -172,7 +172,7 @@
|
||||
<value>1</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name=".uno:AcceptTracedChange" oor:op="replace">
|
||||
<node oor:name=".uno:AcceptTrackedChange" oor:op="replace">
|
||||
<prop oor:name="Label" oor:type="xs:string">
|
||||
<value xml:lang="en-US">Accept Change</value>
|
||||
</prop>
|
||||
|
@@ -122,8 +122,8 @@
|
||||
#define CMD_FN_HIDE_NOTE ".uno:HideNote"
|
||||
#define CMD_FN_HIDE_NOTE_AUTHOR ".uno:HideAuthor"
|
||||
#define CMD_FN_HIDE_ALL_NOTES ".uno:HideAllNotes"
|
||||
#define CMD_FN_REDLINE_ACCEPT_DIRECT ".uno:AcceptTracedChange"
|
||||
#define CMD_FN_REDLINE_REJECT_DIRECT ".uno:RejectTracedChange"
|
||||
#define CMD_FN_REDLINE_ACCEPT_DIRECT ".uno:AcceptTrackedChange"
|
||||
#define CMD_FN_REDLINE_REJECT_DIRECT ".uno:RejectTrackedChange"
|
||||
#define CMD_FN_REDLINE_NEXT_CHANGE ".uno:NextTrackedChange"
|
||||
#define CMD_FN_REDLINE_PREV_CHANGE ".uno:PreviousTrackedChange"
|
||||
#define CMD_FN_REMOVE_HYPERLINK ".uno:RemoveHyperlink"
|
||||
|
@@ -9799,7 +9799,7 @@ SfxBoolItem SpellingAndGrammarDialog FN_SPELL_GRAMMAR_DIALOG
|
||||
GroupId = GID_EDIT;
|
||||
]
|
||||
|
||||
SfxVoidItem AcceptTracedChange FN_REDLINE_ACCEPT_DIRECT
|
||||
SfxVoidItem AcceptTrackedChange FN_REDLINE_ACCEPT_DIRECT
|
||||
[
|
||||
/* flags: */
|
||||
AutoUpdate = FALSE,
|
||||
@@ -9824,7 +9824,7 @@ SfxVoidItem AcceptTracedChange FN_REDLINE_ACCEPT_DIRECT
|
||||
GroupId = GID_EDIT;
|
||||
]
|
||||
|
||||
SfxVoidItem RejectTracedChange FN_REDLINE_REJECT_DIRECT
|
||||
SfxVoidItem RejectTrackedChange FN_REDLINE_REJECT_DIRECT
|
||||
[
|
||||
/* flags: */
|
||||
AutoUpdate = FALSE,
|
||||
|
@@ -23,8 +23,8 @@
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:PreviousTrackedChange" toolbar:text="Previous"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:NextTrackedChange" toolbar:text="Next"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AcceptTracedChange" toolbar:text="Accept" toolbar:helpid="10625"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RejectTracedChange" toolbar:text="Reject" toolbar:helpid="10626"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChange" toolbar:text="Accept" toolbar:helpid="10625"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:RejectTrackedChange" toolbar:text="Reject" toolbar:helpid="10626"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChanges" toolbar:text="List" toolbar:helpid="10622"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:CommentChangeTracking" toolbar:text="Comment" toolbar:helpid="10625"/>
|
||||
|