diff options
author | Kohei Yoshida <kohei@libreoffice.org> | 2019-08-20 15:41:28 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei@libreoffice.org> | 2019-08-21 00:01:51 +0200 |
commit | bf03ccae15f05de7cc6003ecd7ed3a442d55bf8f (patch) | |
tree | ffca7996858a62006e6ca1b0d3a6dbaa6a14fe4b | |
parent | e51bf749af8b881d6a0df214b84642f093471c54 (diff) |
Namespace doesn't need a semicolon.
Change-Id: I0f34f02ea7827cddb842e2d2ce466fe61e6fd95a
Reviewed-on: https://gerrit.libreoffice.org/77863
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
-rw-r--r-- | sc/source/ui/xmlsource/xmlsourcedlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |