vcl/jsdialog/enabled.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fddade544feaeed62d3c6f7ca990fc9c1e1f5e09
Author:     Hannah Meeks <hmeeks4...@gmail.com>
AuthorDate: Fri Feb 10 22:15:36 2023 +0000
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue Feb 21 11:13:22 2023 +0000

    jsdialog: enable line numbering
    
    Change-Id: I3d188abe79605f88739b0ee17a77c6c7f8ab7754
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147328
    Tested-by: Jenkins
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    (cherry picked from commit d6617bf6f6cebc68018f72ac38bb3dd7a43c766c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147355
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index c11365d6dcbc..d58e08bf32d6 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -76,6 +76,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"modules/swriter/ui/contentcontroldlg.ui"
         || rUIFile == u"modules/swriter/ui/contentcontrollistitemdlg.ui"
         || rUIFile == u"modules/swriter/ui/insertcaption.ui"
+        || rUIFile == u"modules/swriter/ui/linenumbering.ui"
         || rUIFile == u"modules/swriter/ui/splittable.ui"
         || rUIFile == u"modules/swriter/ui/translationdialog.ui"
         || rUIFile == u"modules/swriter/ui/pagenumberdlg.ui"

Reply via email to