diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 08:10:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 08:10:42 +0100 |
commit | 5637e56cc68b36c9a9484580e9053cca5c04a771 (patch) | |
tree | 0cc926f12e186b8d97f72d1e01b3b7f704d636d5 /sd/qa/unit | |
parent | 0999f6469ee5ce148f2f81b26fc703a3ff65a101 (diff) |
New loplugin:conststringvar: sd
Change-Id: I7aa74260f1456a22bae368738e3947ead1ecc7be
Diffstat (limited to 'sd/qa/unit')
-rw-r--r-- | sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx index 7eb13a8e60f9..58dc9e62c802 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx @@ -45,7 +45,7 @@ using namespace css; -static const char* DATA_DIRECTORY = "/sd/qa/unit/tiledrendering/data/"; +static const char* const DATA_DIRECTORY = "/sd/qa/unit/tiledrendering/data/"; class SdTiledRenderingTest : public SdModelTestBase, public XmlTestTools { |