sc/inc/dpobject.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b9bdc45a9dd67cfac214d65aa73a8678993dc424
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Dec 5 14:47:29 2025 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Dec 6 12:29:59 2025 +0100

    Fix typo
    
    Change-Id: I4dec49e466c302778756336a07b4d851c022755b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195085
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index c9e298c09836..4cedd7cec460 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -92,7 +92,7 @@ struct PivotTableStyleInfo
     // Style name, which is used to determine how the pivot table is styles
     OUString maName;
 
-    // Shold headers be styled
+    // Should headers be styled
     bool mbShowRowHeaders = false;
     bool mbShowColHeaders = false;
 

Reply via email to