dbaccess/source/ui/tabledesign/TableController.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c78694530453c9d0947596dcf94921cb212111fc
Author:     Daniel Lee <[email protected]>
AuthorDate: Sat Nov 8 11:50:17 2025 -0600
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Thu Nov 13 14:39:55 2025 +0100

    tdf#145614 Replace define macro with constexpr
    
    Change-Id: Idf930fdf8cf2710c9f6d6d180f7b1aec58206fb5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193634
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx 
b/dbaccess/source/ui/tabledesign/TableController.cxx
index 90ba1ac4da2a..7d704b1cc8b1 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -81,7 +81,7 @@ using namespace ::dbaui;
 using namespace ::comphelper;
 
 // number of columns when creating it from scratch
-#define NEWCOLS        128
+constexpr sal_Int32 NEWCOLS = 128;
 
 namespace
 {

Reply via email to