diff options
author | Mohit Marathe <mohitmarathe@proton.me> | 2024-05-17 14:00:18 +0530 |
---|---|---|
committer | Sarper Akdemir <sarper.akdemir@allotropia.de> | 2024-09-13 12:35:45 +0200 |
commit | be16c6cf5c14c17ec3e7d860636e5c7b2cd7f654 (patch) | |
tree | d7aba0c7ef50b98209b4bdaaee0177573c434fac /sw/Library_sw.mk | |
parent | 59c123d62a7d155e0b5715e5d1804f2a0cee77fa (diff) |
sw: add Comments Panel in sidebar
This commit adds a sidebar deck for comments.
It has all the functionalities of the old comments
shown via annotation window.
Change-Id: Ibab0e21a54c097d0f42bddb1d07da74319970135
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167840
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir@allotropia.de>
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 872ae8812286..fd0c261c1878 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -735,6 +735,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/uibase/sidebar/ThemePanel \ sw/source/uibase/sidebar/SwPanelFactory \ sw/source/uibase/sidebar/WriterInspectorTextPanel \ + sw/source/uibase/sidebar/CommentsPanel \ sw/source/uibase/sidebar/A11yCheckIssuesPanel \ sw/source/uibase/sidebar/QuickFindPanel \ sw/source/uibase/table/chartins \ |