sw/source/uibase/config/dbconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9b82824edee44ddaacba91b5c230fc08a43e6080 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Fri Dec 20 14:40:28 2024 +0000 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Fri Dec 20 18:20:47 2024 +0100 stray semicolon Change-Id: Ibe57036e31c704b8866de49934a58b0fa6c47496 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178935 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/sw/source/uibase/config/dbconfig.cxx b/sw/source/uibase/config/dbconfig.cxx index a52b98f83274..faac5dc67fba 100644 --- a/sw/source/uibase/config/dbconfig.cxx +++ b/sw/source/uibase/config/dbconfig.cxx @@ -41,7 +41,7 @@ const Sequence<OUString>& SwDBConfig::GetPropertyNames() SwDBConfig::SwDBConfig() : ConfigItem(u"Office.DataAccess"_ustr, ConfigItemMode::ReleaseTree) { -}; +} SwDBConfig::~SwDBConfig() {