sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bf03ccae15f05de7cc6003ecd7ed3a442d55bf8f Author: Kohei Yoshida <[email protected]> AuthorDate: Tue Aug 20 15:41:28 2019 -0400 Commit: Kohei Yoshida <[email protected]> CommitDate: Wed Aug 21 00:01:51 2019 +0200 Namespace doesn't need a semicolon. Change-Id: I0f34f02ea7827cddb842e2d2ce466fe61e6fd95a Reviewed-on: https://gerrit.libreoffice.org/77863 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <[email protected]> diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index 26b0cbcf4f1a..3a209294cb36 100644 --- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx +++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx @@ -241,7 +241,7 @@ std::unique_ptr<weld::TreeIter> getReferenceEntry(const weld::TreeView& rTree, w return xCurEntry; } -}; +} void ScXMLSourceDlg::TreeItemSelected() { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
