diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-16 21:23:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-17 08:12:01 +0100 |
commit | a93dd64747f21ff35ff0fde287f691ab23de6ccc (patch) | |
tree | 1ec59fa0fec48a55165b295e8f1b53c594afd4e0 /idl | |
parent | 8383c3b1126d5e22b343bb9ef7b43cf6a19c56f2 (diff) |
Manual extended loplugin:ostr change
Change-Id: Ic0418ba78851183deba2555943cf26934b982378
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159521
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/globals.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index cf8d2ad44dcf..316d43d832d7 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -40,7 +40,7 @@ static SvStringHashEntry * INS( const OString& rName ) GetIdlApp().pHashTable->Insert( rName, &nIdx ); return GetIdlApp().pHashTable->Get( nIdx ); } -#define A_ENTRY( Name ) , MM_##Name( INS( #Name ) ) +#define A_ENTRY( Name ) , MM_##Name( INS( #Name ""_ostr ) ) SvGlobalHashNames::SvGlobalHashNames() : MM_module( INS( "module" ) ) |