svx/source/sdr/properties/pageproperties.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be2638603b85974cc452e3d453f4adb9d9f5d97f
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri May 31 11:58:53 2024 +0500
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri May 31 10:57:30 2024 +0200

    tdf#161354: drop incorrect assertion
    
    Change-Id: I49eb5c52ef843f4615f1cf1549cd59c365e5ce1c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168277
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/svx/source/sdr/properties/pageproperties.cxx 
b/svx/source/sdr/properties/pageproperties.cxx
index 011ab2192d70..79129497efdd 100644
--- a/svx/source/sdr/properties/pageproperties.cxx
+++ b/svx/source/sdr/properties/pageproperties.cxx
@@ -99,7 +99,7 @@ namespace sdr::properties
 
         void PageProperties::SetObjectItemSet(const SfxItemSet& /*rSet*/)
         {
-            assert(!"PageProperties::SetObjectItemSet() should never be 
called");
+            // This can be called e.g. when positioning the slide using dialog 
in Notes view
         }
 } // end of namespace
 

Reply via email to