Kaydet (Commit) 4f286af9 authored tarafından Noel Grandin's avatar Noel Grandin

fix bug in SwCTBWrapper::ImportCustomToolBar

the code structure here and at the callsite indicats that wants true to
mean "successfully imported"

Change-Id: Ibe3242e85ed970494c2ee0deb4b898db0fe85d0d
Reviewed-on: https://gerrit.libreoffice.org/59130
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 87b04949
...@@ -205,7 +205,7 @@ bool SwCTBWrapper::ImportCustomToolBar( SfxObjectShell& rDocSh ) ...@@ -205,7 +205,7 @@ bool SwCTBWrapper::ImportCustomToolBar( SfxObjectShell& rDocSh )
continue; continue;
} }
} }
return false; return true;
} }
Customization::Customization( SwCTBWrapper* wrapper ) Customization::Customization( SwCTBWrapper* wrapper )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment