From 6aeeef8807fef36295b65d0a300a21466bfbeda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20N=C3=A9meth?= Date: Tue, 19 Jan 2021 15:55:21 +0100 Subject: [PATCH] tdf#116757 sw ChangesInMargin: add "Show Insertions in Margin" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit layout mode to allow to show the original text inline, i.e. only deletions, while insertions are showed in margin (opposite of the Show Deletions in Margin mode). Add a menu to the Show Changes icon on the Changes toolbar with menu items for the 3 layout modes "All Changes Inline", "Deletions in Margin" and "Insertions in Margin" with the following behavior: – Selecting a menu item turns on also the Show Changes mode to show the result immediately; – Disabling Show Changes mode always show the final text, i.e. only insertions. Enabling Show Changes mode again shows the changes according to the last Show Changes mode selected in the menu. – The new "Insertions in Margin" mode is intended to be only a run-time option, i.e. it's not possible to set it as a default Show Changes mode in Options, unlike "Deletions in Margin". Change-Id: Ie4dc9fe3b4b201fa9976ef04877af649e242ab46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109649 Tested-by: László Németh Reviewed-by: László Németh --- .../org/openoffice/Office/UI/Controller.xcu | 28 ++++++++ .../openoffice/Office/UI/GenericCommands.xcu | 11 +++ .../openoffice/Office/UI/WriterCommands.xcu | 24 +++++++ sw/UIConfig_sglobal.mk | 2 + sw/UIConfig_sweb.mk | 1 + sw/UIConfig_swreport.mk | 1 + sw/UIConfig_swriter.mk | 1 + sw/UIConfig_swxform.mk | 1 + sw/inc/cmdid.h | 4 ++ sw/inc/viewopt.hxx | 11 ++- sw/sdi/_basesh.sdi | 28 ++++++++ sw/sdi/swriter.sdi | 68 +++++++++++++++++++ sw/source/core/doc/DocumentRedlineManager.cxx | 15 ++-- sw/source/core/text/frmpaint.cxx | 4 +- sw/source/core/text/redlnitr.cxx | 7 +- sw/source/core/view/viewsh.cxx | 7 +- sw/source/uibase/shells/basesh.cxx | 12 ++++ sw/source/uibase/uiview/view2.cxx | 11 ++- .../sglobal/popupmenu/showtrackedchanges.xml | 14 ++++ .../sweb/popupmenu/showtrackedchanges.xml | 14 ++++ .../swform/popupmenu/showtrackedchanges.xml | 14 ++++ .../swreport/popupmenu/showtrackedchanges.xml | 14 ++++ .../swriter/popupmenu/showtrackedchanges.xml | 14 ++++ .../swxform/popupmenu/showtrackedchanges.xml | 14 ++++ 24 files changed, 306 insertions(+), 14 deletions(-) create mode 100644 sw/uiconfig/sglobal/popupmenu/showtrackedchanges.xml create mode 100644 sw/uiconfig/sweb/popupmenu/showtrackedchanges.xml create mode 100644 sw/uiconfig/swform/popupmenu/showtrackedchanges.xml create mode 100644 sw/uiconfig/swreport/popupmenu/showtrackedchanges.xml create mode 100644 sw/uiconfig/swriter/popupmenu/showtrackedchanges.xml create mode 100644 sw/uiconfig/swxform/popupmenu/showtrackedchanges.xml diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 10a67fab1140..9aaa6fd2a934 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -509,6 +509,20 @@ 3dobjectsbar + + + .uno:ShowTrackedChangesMenu + + + + + + com.sun.star.comp.framework.ResourceMenuController + + + showtrackedchanges + + .uno:WindowList @@ -709,6 +723,20 @@ 3dobjectsbar;.uno:Cube + + + .uno:ShowTrackedChanges + + + + + + com.sun.star.comp.framework.GenericPopupToolbarController + + + .uno:ShowTrackedChangesMenu + + .uno:ConnectorToolbox diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 1db21b1af629..c39a8e987762 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6843,6 +6843,17 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 1 + + + Change View + + + View + + + 1 + + Me~dia Player diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 72721e20f55e..588d0fd16379 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -706,6 +706,30 @@ To ~Paragraph + + + Show All Changes Inline + + + All ~Changes Inline + + + + + Show Deletions In Margin + + + ~Deletions In Margin + + + + + Show Insertions In Margin + + + ~Insertions In Margin + + Change Position diff --git a/sw/UIConfig_sglobal.mk b/sw/UIConfig_sglobal.mk index fd806255f4cf..89fa0efec1c1 100644 --- a/sw/UIConfig_sglobal.mk +++ b/sw/UIConfig_sglobal.mk @@ -23,11 +23,13 @@ $(eval $(call gb_UIConfig_add_popupmenufiles,modules/sglobal,\ sw/uiconfig/sglobal/popupmenu/frame \ sw/uiconfig/sglobal/popupmenu/graphic \ sw/uiconfig/sglobal/popupmenu/insertfield \ + sw/uiconfig/sglobal/popupmenu/showtrackedchanges \ sw/uiconfig/sglobal/popupmenu/media \ sw/uiconfig/sglobal/popupmenu/oleobject \ sw/uiconfig/sglobal/popupmenu/preview \ sw/uiconfig/sglobal/popupmenu/table \ sw/uiconfig/sglobal/popupmenu/text \ + sw/uiconfig/swriter/popupmenu/showtrackedchanges \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/sglobal,\ diff --git a/sw/UIConfig_sweb.mk b/sw/UIConfig_sweb.mk index 19addac06df1..32af3f464870 100644 --- a/sw/UIConfig_sweb.mk +++ b/sw/UIConfig_sweb.mk @@ -26,6 +26,7 @@ $(eval $(call gb_UIConfig_add_popupmenufiles,modules/sweb,\ sw/uiconfig/sweb/popupmenu/source \ sw/uiconfig/sweb/popupmenu/table \ sw/uiconfig/sweb/popupmenu/text \ + sw/uiconfig/swriter/popupmenu/showtrackedchanges \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/sweb,\ diff --git a/sw/UIConfig_swreport.mk b/sw/UIConfig_swreport.mk index 296f71bfca9a..e6bd56fe7d0e 100644 --- a/sw/UIConfig_swreport.mk +++ b/sw/UIConfig_swreport.mk @@ -28,6 +28,7 @@ $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swreport,\ sw/uiconfig/swreport/popupmenu/preview \ sw/uiconfig/swreport/popupmenu/table \ sw/uiconfig/swreport/popupmenu/text \ + sw/uiconfig/swriter/popupmenu/showtrackedchanges \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swreport,\ diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk index 71a0632d6979..70790ca5cdc1 100644 --- a/sw/UIConfig_swriter.mk +++ b/sw/UIConfig_swriter.mk @@ -30,6 +30,7 @@ $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swriter,\ sw/uiconfig/swriter/popupmenu/preview \ sw/uiconfig/swriter/popupmenu/table \ sw/uiconfig/swriter/popupmenu/text \ + sw/uiconfig/swriter/popupmenu/showtrackedchanges \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swriter,\ diff --git a/sw/UIConfig_swxform.mk b/sw/UIConfig_swxform.mk index 7a9dd614c074..a0f868e3fe2c 100644 --- a/sw/UIConfig_swxform.mk +++ b/sw/UIConfig_swxform.mk @@ -28,6 +28,7 @@ $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swxform,\ sw/uiconfig/swxform/popupmenu/preview \ sw/uiconfig/swxform/popupmenu/table \ sw/uiconfig/swxform/popupmenu/text \ + sw/uiconfig/swriter/popupmenu/showtrackedchanges \ )) $(eval $(call gb_UIConfig_add_statusbarfiles,modules/swxform,\ diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 56407a1adb50..4634a5697d61 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -187,6 +187,10 @@ #define FN_SHOW_OUTLINECONTENTVISIBILITYBUTTON (FN_VIEW + 63) /* Show outline content visibility toggle button */ #define FN_TOGGLE_OUTLINE_CONTENT_VISIBILITY (FN_VIEW + 64) #define FN_SHOW_CHANGES_IN_MARGIN (FN_VIEW + 65) /* Show tracked deletions in margin */ +#define FN_SHOW_TRACKED_CHANGES_MENU (FN_VIEW + 66) /* Menu for the next layout modes */ +#define FN_SET_TRACKED_CHANGES_IN_TEXT (FN_VIEW + 67) /* Show tracked deletions and insertions in text */ +#define FN_SET_TRACKED_DELETIONS_IN_MARGIN (FN_VIEW + 68) /* Show final text (deletions in margin) */ +#define FN_SET_TRACKED_INSERTIONS_IN_MARGIN (FN_VIEW + 69) /* Show original text (insertions in margin) */ // Region: Insert #define FN_INSERT_BOOKMARK (FN_INSERT + 2 ) /* Bookmark */ diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx index 996aec4848c2..006a3f9b3dd3 100644 --- a/sw/inc/viewopt.hxx +++ b/sw/inc/viewopt.hxx @@ -66,10 +66,11 @@ enum class ViewOptFlags1 : sal_uInt64 { ViewMetachars = 0x20000000, Pageback = 0x40000000, ShowOutlineContentVisibilityButton = 0x80000000, - ShowChangesInMargin = 0x100000000 //tracked deletions in margin + ShowChangesInMargin = 0x100000000, //tracked deletions in margin + ShowChangesInMargin2 = 0x200000000 //tracked insertions in margin }; namespace o3tl { - template<> struct typed_flags : is_typed_flags {}; + template<> struct typed_flags : is_typed_flags {}; } enum class ViewOptCoreFlags2 { @@ -296,6 +297,12 @@ public: void SetShowChangesInMargin( bool b ) { SetCoreOption(b, ViewOptFlags1::ShowChangesInMargin); } + //show/hide tracked insertions in text + bool IsShowChangesInMargin2() const + { return bool(m_nCoreOptions & ViewOptFlags1::ShowChangesInMargin2); } + void SetShowChangesInMargin2( bool b ) + { SetCoreOption(b, ViewOptFlags1::ShowChangesInMargin2); } + //show/hide interactive header/footer on top/bottom of pages bool IsUseHeaderFooterMenu() const { return bool(m_nCoreOptions & ViewOptFlags1::UseHeaderFooterMenu ); } diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi index 03d1f95002f7..44d6c5338e18 100644 --- a/sw/sdi/_basesh.sdi +++ b/sw/sdi/_basesh.sdi @@ -477,6 +477,34 @@ interface BaseTextSelection DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] + FN_SET_TRACKED_CHANGES_IN_TEXT + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + + FN_SET_TRACKED_DELETIONS_IN_MARGIN + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + + FN_SET_TRACKED_INSERTIONS_IN_MARGIN + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + + FN_SHOW_TRACKED_CHANGES_MENU + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + FN_UPDATE_ALL_LINKS // status() [ ExecMethod = Execute ; diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 9a12496e45ad..420aa1d03b58 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -7930,6 +7930,74 @@ SfxBoolItem ShowChangesInMargin FN_SHOW_CHANGES_IN_MARGIN GroupId = SfxGroupId::View; ] +SfxVoidItem ShowTrackedChangesMenu FN_SHOW_TRACKED_CHANGES_MENU +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem SetTrackedChangesInText FN_SET_TRACKED_CHANGES_IN_TEXT +() +[ + AutoUpdate = TRUE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem SetTrackedDeletionsInMargin FN_SET_TRACKED_DELETIONS_IN_MARGIN +() +[ + AutoUpdate = TRUE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem SetTrackedInsertionsInMargin FN_SET_TRACKED_INSERTIONS_IN_MARGIN +() +[ + AutoUpdate = TRUE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + SfxBoolItem UseHeaderFooterMenu FN_USE_HEADERFOOTERMENU () [ diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx b/sw/source/core/doc/DocumentRedlineManager.cxx index b6b06e157b42..d694fff83154 100644 --- a/sw/source/core/doc/DocumentRedlineManager.cxx +++ b/sw/source/core/doc/DocumentRedlineManager.cxx @@ -3295,11 +3295,18 @@ void DocumentRedlineManager::HideAll( bool bDeletion ) for (SwRedlineTable::size_type i = rTable.size(); i > 0; --i) { SwRangeRedline* pRedline = rTable[i-1]; - if ( pRedline->GetType() == RedlineType::Delete && - pRedline->IsVisible() ) + if ( pRedline->GetType() == RedlineType::Delete ) { - pRedline->Hide(0, rTable.GetPos(pRedline), false); - pRedline->Hide(1, rTable.GetPos(pRedline), false); + if ( bDeletion && pRedline->IsVisible() ) + { + pRedline->Hide(0, rTable.GetPos(pRedline), false); + pRedline->Hide(1, rTable.GetPos(pRedline), false); + } + else if ( !bDeletion && !pRedline->IsVisible() ) + { + pRedline->Show(0, rTable.GetPos(pRedline), true); + pRedline->Show(1, rTable.GetPos(pRedline), true); + } } else if ( pRedline->GetType() == RedlineType::Insert ) { diff --git a/sw/source/core/text/frmpaint.cxx b/sw/source/core/text/frmpaint.cxx index 1a402d842030..1b77a6f7a711 100644 --- a/sw/source/core/text/frmpaint.cxx +++ b/sw/source/core/text/frmpaint.cxx @@ -200,7 +200,9 @@ void SwExtraPainter::PaintExtra( SwTwips nY, tools::Long nAsc, tools::Long nMax, if ( pRedlineText ) { m_pFnt->SetColor(NON_PRINTING_CHARACTER_COLOR); - m_pFnt->SetStrikeout( STRIKEOUT_SINGLE ); + // don't strike out text in Insertions In Margin mode + if ( !m_pSh->GetViewOptions()->IsShowChangesInMargin2() ) + m_pFnt->SetStrikeout( STRIKEOUT_SINGLE ); m_pFnt->SetSize( Size( 0, 200), m_pFnt->GetActual() ); } diff --git a/sw/source/core/text/redlnitr.cxx b/sw/source/core/text/redlnitr.cxx index cb19a17648ed..b6cbb86bbeb3 100644 --- a/sw/source/core/text/redlnitr.cxx +++ b/sw/source/core/text/redlnitr.cxx @@ -984,15 +984,16 @@ bool SwRedlineItr::CheckLine( case SwComparePosition::Inside: { bRet = true; - if (rRedlineText.isEmpty() && pRedline->GetType() == RedlineType::Delete) + // start to collect text of invisible redlines for ChangesInMargin layout + if (rRedlineText.isEmpty() && !pRedline->IsVisible()) { rRedlineText = const_cast(pRedline)->GetDescr(/*bSimplified=*/true); pPrevRedline = pRedline; isExtendText = true; } - // join the text of the next short delete redlines in the same position + // join the text of the next invisible redlines in the same position // i.e. characters deleted by pressing backspace or delete - else if (pPrevRedline && pRedline->GetType() == RedlineType::Delete && + else if (pPrevRedline && !pRedline->IsVisible() && *pRedline->Start() == *pPrevRedline->Start() && *pRedline->End() == *pPrevRedline->End() ) { OUString sExtendText(const_cast(pRedline)->GetDescr(/*bSimplified=*/true)); diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index 0e114908dd50..5365b3399698 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -2209,12 +2209,15 @@ void SwViewShell::ImplApplyViewOptions( const SwViewOption &rOpt ) { bReformat = GetDoc()->ContainsHiddenChars(); } - if ( mpOpt->IsShowChangesInMargin() != rOpt.IsShowChangesInMargin() ) + if ( mpOpt->IsShowChangesInMargin() != rOpt.IsShowChangesInMargin() || + mpOpt->IsShowChangesInMargin2() != rOpt.IsShowChangesInMargin2() ) { if (rOpt.IsShowChangesInMargin()) - GetDoc()->GetDocumentRedlineManager().HideAll(/*bDeletion=*/true); + GetDoc()->GetDocumentRedlineManager().HideAll( + /*bDeletion=*/!rOpt.IsShowChangesInMargin2() ); else GetDoc()->GetDocumentRedlineManager().ShowAll(); + GetLayout()->SetHideRedlines( false ); } // bReformat becomes true, if ... diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index 3732a1de05c1..71f93a40d421 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -1055,6 +1055,18 @@ void SwBaseShell::Execute(SfxRequest &rReq) } } break; + case FN_SET_TRACKED_CHANGES_IN_TEXT: + case FN_SET_TRACKED_DELETIONS_IN_MARGIN: + case FN_SET_TRACKED_INSERTIONS_IN_MARGIN: + { + SwViewOption aViewOption = *rSh.GetViewOptions(); + bool bAllInText = FN_SET_TRACKED_CHANGES_IN_TEXT == nSlot; + aViewOption.SetShowChangesInMargin( !bAllInText ); + if ( !bAllInText ) + aViewOption.SetShowChangesInMargin2( FN_SET_TRACKED_INSERTIONS_IN_MARGIN == nSlot ); + rSh.ApplyViewOptions( aViewOption ); + } + break; case SID_CONTOUR_DLG: { sal_uInt16 nId = SvxContourDlgChildWindow::GetChildWindowId(); diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index e388a08b8517..8b7e4667aae3 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -81,6 +81,7 @@ #include #include #include +#include #include #include #include @@ -730,9 +731,15 @@ void SwView::Execute(SfxRequest &rReq) { // tdf#125754 avoid recursive layout // because all views share the layout, have to use AllAction + const bool bShow = static_cast(pItem)->GetValue(); m_pWrtShell->StartAllAction(); - m_pWrtShell->GetLayout()->SetHideRedlines( - !static_cast(pItem)->GetValue()); + // always show redline insertions in Hide Changes mode + if ( m_pWrtShell->GetViewOptions()->IsShowChangesInMargin() && + m_pWrtShell->GetViewOptions()->IsShowChangesInMargin2() ) + { + GetDocShell()->GetDoc()->GetDocumentRedlineManager().HideAll(/*bDeletion=*/!bShow); + } + m_pWrtShell->GetLayout()->SetHideRedlines( !bShow ); m_pWrtShell->EndAllAction(); if (m_pWrtShell->IsRedlineOn()) m_pWrtShell->SetInsMode(); diff --git a/sw/uiconfig/sglobal/popupmenu/showtrackedchanges.xml b/sw/uiconfig/sglobal/popupmenu/showtrackedchanges.xml new file mode 100644 index 000000000000..d4d95e28dc27 --- /dev/null +++ b/sw/uiconfig/sglobal/popupmenu/showtrackedchanges.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/sw/uiconfig/sweb/popupmenu/showtrackedchanges.xml b/sw/uiconfig/sweb/popupmenu/showtrackedchanges.xml new file mode 100644 index 000000000000..d4d95e28dc27 --- /dev/null +++ b/sw/uiconfig/sweb/popupmenu/showtrackedchanges.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/sw/uiconfig/swform/popupmenu/showtrackedchanges.xml b/sw/uiconfig/swform/popupmenu/showtrackedchanges.xml new file mode 100644 index 000000000000..d4d95e28dc27 --- /dev/null +++ b/sw/uiconfig/swform/popupmenu/showtrackedchanges.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/sw/uiconfig/swreport/popupmenu/showtrackedchanges.xml b/sw/uiconfig/swreport/popupmenu/showtrackedchanges.xml new file mode 100644 index 000000000000..d4d95e28dc27 --- /dev/null +++ b/sw/uiconfig/swreport/popupmenu/showtrackedchanges.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/sw/uiconfig/swriter/popupmenu/showtrackedchanges.xml b/sw/uiconfig/swriter/popupmenu/showtrackedchanges.xml new file mode 100644 index 000000000000..d4d95e28dc27 --- /dev/null +++ b/sw/uiconfig/swriter/popupmenu/showtrackedchanges.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/sw/uiconfig/swxform/popupmenu/showtrackedchanges.xml b/sw/uiconfig/swxform/popupmenu/showtrackedchanges.xml new file mode 100644 index 000000000000..d4d95e28dc27 --- /dev/null +++ b/sw/uiconfig/swxform/popupmenu/showtrackedchanges.xml @@ -0,0 +1,14 @@ + + + + + + +