[Libreoffice-commits] core.git: sc/source
Kohei Yoshida (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 20 22:02:51 UTC 2019
sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf03ccae15f05de7cc6003ecd7ed3a442d55bf8f
Author: Kohei Yoshida <kohei at libreoffice.org>
AuthorDate: Tue Aug 20 15:41:28 2019 -0400
Commit: Kohei Yoshida <kohei at libreoffice.org>
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 <kohei at libreoffice.org>
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()
{
More information about the Libreoffice-commits
mailing list