diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-12-20 14:40:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-12-20 18:20:47 +0100 |
commit | 9b82824edee44ddaacba91b5c230fc08a43e6080 (patch) | |
tree | f7d635f2f4dfcbafd41d1e85a2699d217a0fc45a | |
parent | c0149f76729ba0f13997134b3663f44c532fe828 (diff) |
stray semicolon
Change-Id: Ibe57036e31c704b8866de49934a58b0fa6c47496
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178935
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
-rw-r--r-- | sw/source/uibase/config/dbconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |