include/svl/poolitem.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e2ac814cbd165541f902177731093c9d9050453
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Jan 15 18:17:30 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Tue Jan 16 23:25:18 2024 +0100

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

diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 7dca8f2fb707..e83cba61cc20 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -141,7 +141,7 @@ class SVL_DLLPUBLIC SfxPoolItem
     //     these are not really 'static', but should be)
     //     -> needs cleanup
     //   m_bPoolDefault: set by user using SetPoolDefaultItem
-    //     tho should be better called 'UserDefault'
+    //     those should be better called 'UserDefault'
     bool        m_bStaticDefault : 1;       // bit 1
     bool        m_bPoolDefault : 1;         // bit 2
 

Reply via email to