diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-10 16:41:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-10 21:01:05 +0100 |
commit | 117ecc9870f57c3c211b4bfd35728503e1875743 (patch) | |
tree | 2d23e9fb370fb7943099b0aa1fcb6b0d41ebdedc /sfx2 | |
parent | f2254f11e5e381b959dcaab53a7ddb101a83b561 (diff) |
fix coverity parse errors
Change-Id: I4884bfb67a061b865e8cf38b2fea6de0cb1bc3d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109057
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/cppunit/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/cppunit/view.cxx b/sfx2/qa/cppunit/view.cxx index 5df7ffa18c37..70bb5fd4f54b 100644 --- a/sfx2/qa/cppunit/view.cxx +++ b/sfx2/qa/cppunit/view.cxx @@ -24,7 +24,7 @@ using namespace com::sun::star; -OUStringLiteral const DATA_DIRECTORY = u"/sfx2/qa/cppunit/data/"; +constexpr OUStringLiteral DATA_DIRECTORY = u"/sfx2/qa/cppunit/data/"; /// Covers sfx2/source/view/ fixes. class Sfx2ViewTest : public test::BootstrapFixture, public unotest::MacrosTest |