svx/source/unodraw/unoprov.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 94177c1625445af7bc46b8361b8e69cf013c08d8
Author:     Caolán McNamara <[email protected]>
AuthorDate: Mon Dec 22 09:27:45 2025 +0000
Commit:     Tomaž Vajngerl <[email protected]>
CommitDate: Mon Dec 22 13:42:00 2025 +0100

    stray incorrect ReplacementModel property
    
    Change-Id: I123c3c0a978fa2752ec6285959d9afe68dd15d45
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196077
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <[email protected]>

diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index 3eb154880695..fc376a243dcd 100644
--- a/svx/source/unodraw/unoprov.cxx
+++ b/svx/source/unodraw/unoprov.cxx
@@ -763,7 +763,6 @@ static std::span<SfxItemPropertyMapEntry const> 
ImplGetSvxTableShapePropertyMap(
         { u"UseBandingRowStyle"_ustr,           
OWN_ATTR_TABLETEMPLATE_BANDINGROWS, cppu::UnoType<bool>::get(),0, 0},
         { u"UseBandingColumnStyle"_ustr,        
OWN_ATTR_TABLETEMPLATE_BANDINGCOLUMNS, cppu::UnoType<bool>::get(),0, 0},
         { u"ReplacementGraphic"_ustr,           OWN_ATTR_REPLACEMENT_GRAPHIC, 
cppu::UnoType<css::graphic::XGraphic>::get(), 
css::beans::PropertyAttribute::READONLY, 0},
-        { u"ReplacementModel"_ustr,             OWN_ATTR_REPLACEMENT_MODEL, 
cppu::UnoType<css::lang::XComponent>::get(), 
css::beans::PropertyAttribute::READONLY, 0},
     };
 
     return aTableShapePropertyMap_Impl;

Reply via email to