include/svl/itemprop.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e3f1b769c56728a0df76d331b04476b09df369ba
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Fri Feb 6 16:19:13 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Sat Feb 7 21:25:40 2026 +0100

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

diff --git a/include/svl/itemprop.hxx b/include/svl/itemprop.hxx
index 0447189e93b9..33816ea9e786 100644
--- a/include/svl/itemprop.hxx
+++ b/include/svl/itemprop.hxx
@@ -122,14 +122,14 @@ public:
     css::uno::Any
         getPropertyValue( const OUString &rName,
                                             const SfxItemSet& rSet ) const;
-    /// @param bIgnoreUnknownProperty if true, dont throw an exception when 
the property is not one we know about
+    /// @param bIgnoreUnknownProperty if true, don't throw an exception when 
the property is not one we know about
     /// @throws css::uno::RuntimeException
     /// @throws css::lang::IllegalArgumentException
     static void setPropertyValue( const SfxItemPropertyMapEntry& rEntry,
                                           const css::uno::Any& aVal,
                                           SfxItemSet& rSet,
                                   bool bIgnoreUnknownProperty = false);
-    /// @param bIgnoreUnknownProperty if true, dont throw an exception when 
the property is not one we know about
+    /// @param bIgnoreUnknownProperty if true, don't throw an exception when 
the property is not one we know about
     /// @throws css::uno::RuntimeException
     /// @throws css::lang::IllegalArgumentException
     /// @throws css::beans::UnknownPropertyException

Reply via email to