sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6719369c20600ea9aa2518941a1a9a3f0096473
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue Aug 12 21:33:45 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Wed Aug 13 09:31:22 2025 +0200

    can move this object
    
    Change-Id: I141bd570bfc0b988fb22253a7153d67336d574cd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189456
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx 
b/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
index 2e56bfcb02a4..4e6b905ea2c1 100644
--- a/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
+++ b/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
@@ -617,7 +617,7 @@ static void UpdateTree(SwDocShell& rDocSh, const 
SwEditShell& rEditSh,
         InsertValues(xPropertiesSet, aIsDefined, aCurrentChild, false, 
aHiddenCharacterProperties,
                      aFieldsNode);
 
-        aCharNode.children.push_back(aCurrentChild);
+        aCharNode.children.push_back(std::move(aCurrentChild));
     }
 
     // Collect paragraph direct formatting

Reply via email to