diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-05-31 11:58:53 +0500 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-05-31 10:57:30 +0200 |
commit | be2638603b85974cc452e3d453f4adb9d9f5d97f (patch) | |
tree | c77794b6d0de0bd3e66c6b14e99cf530acd01bce /svx/source/sdr/properties/pageproperties.cxx | |
parent | 15160b7af066579b7600ecf6b28c2099d2553563 (diff) |
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.kaganski@collabora.com>
Diffstat (limited to 'svx/source/sdr/properties/pageproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/pageproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |