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

New commits:
commit 4691a05a5ee6373f4a8572b86c431f569ad257b0
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:08 2025 +0100

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

diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index ca67ef523415..e4de02447d68 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