From bf03ccae15f05de7cc6003ecd7ed3a442d55bf8f Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 20 Aug 2019 15:41:28 -0400 Subject: Namespace doesn't need a semicolon. Change-Id: I0f34f02ea7827cddb842e2d2ce466fe61e6fd95a Reviewed-on: https://gerrit.libreoffice.org/77863 Tested-by: Jenkins Reviewed-by: Kohei Yoshida --- sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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 getReferenceEntry(const weld::TreeView& rTree, w return xCurEntry; } -}; +} void ScXMLSourceDlg::TreeItemSelected() { -- cgit