sw/inc/swtypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0fad4a4a27cfdea59c76d4f729d48a1ce01b16b1 Author: Michael Stahl <[email protected]> AuthorDate: Wed Jul 23 11:22:00 2025 +0200 Commit: Thorsten Behrens <[email protected]> CommitDate: Wed Jul 23 23:53:30 2025 +0200 sw: better type for UNO_TABLE_COLUMN_SUM As Mike Kaganski points out it's not really a size but a unitless value. Change-Id: I0e24a18c3553a3f560a849bc3f8b781c2e94d857 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188211 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Mike Kaganski <[email protected]> (cherry picked from commit 7748d38241c543b468e9d4d1bfaa5cae01a6159d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188245 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index 84c544951788..8f61ef20a63a 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -60,7 +60,7 @@ constexpr SwTwips cMinHdFtHeight = 56; // ~1mm #define MINLAY 23 // Minimal size for other Frames. /// hard-coded value of read-only TableColumnRelativeSum property -constexpr SwTwips UNO_TABLE_COLUMN_SUM{10000}; +constexpr int UNO_TABLE_COLUMN_SUM{10000}; // Default column distance of two text columns corresponds to 0.3 cm. constexpr SwTwips DEF_GUTTER_WIDTH = o3tl::toTwips(3, o3tl::Length::mm);
