diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 08:10:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 08:10:58 +0100 |
commit | 243ab6d5583bdc02de38d62753e1b31ca8c0d162 (patch) | |
tree | b604bcfa3c919b59e8a50ef6c6306e26490d90c4 /sc/qa/unit/tiledrendering | |
parent | 86215f8c6ba6bc3a83375ea362a608f4f1bcfbe5 (diff) |
New loplugin:conststringvar: sc
Change-Id: I5f353f8aaaa82f0f9dcb5af33320dbd7e4a8abb8
Diffstat (limited to 'sc/qa/unit/tiledrendering')
-rw-r--r-- | sc/qa/unit/tiledrendering/tiledrendering.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx index b6e8b4092bfc..c3e67418509d 100644 --- a/sc/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx @@ -42,7 +42,7 @@ using namespace css; namespace { -const char* DATA_DIRECTORY = "/sc/qa/unit/tiledrendering/data/"; +const char* const DATA_DIRECTORY = "/sc/qa/unit/tiledrendering/data/"; class ScTiledRenderingTest : public test::BootstrapFixture, public unotest::MacrosTest, public XmlTestTools { |