diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-19 10:54:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-19 12:56:36 +0100 |
commit | 4bc44490f51f7cc4a36cc7131137018da986c293 (patch) | |
tree | 38670025e05b151b2e9e464427556c79d13626eb /extensions/source | |
parent | d7dbc5fd426a7f2dfda74e281bef7d3a87598203 (diff) |
loplugin:stringliteraldefine in tools
Change-Id: I348b9a844c009f9c19301baa76d31b12f67c6130
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125535
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index e53d2b0392b9..24dd48de477e 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -1119,7 +1119,7 @@ Reference< awt::XControlModel > BibDataManager::createGridModel(const OUString& if (xPropInfo->hasPropertyByName(uProp)) { xPropSet->setPropertyValue( - uProp, makeAny<OUString>(INET_HID_SCHEME HID_BIB_DB_GRIDCTRL)); + uProp, makeAny<OUString>(INET_HID_SCHEME + HID_BIB_DB_GRIDCTRL)); } } catch (const Exception&) |