diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 08:10:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 08:10:31 +0100 |
commit | 92b58a275341a1696257804cac85a2c33a71c1d5 (patch) | |
tree | 9a02489a28c76e5c57daffef3d673bdca0e38d6a /sfx2/source/sidebar/Deck.cxx | |
parent | 172257062881dab61b71367c8be31460e9b26cc9 (diff) |
New loplugin:conststringvar: sfx2
Change-Id: I287d338711a15fb53f4653b6475191099b8379e1
Diffstat (limited to 'sfx2/source/sidebar/Deck.cxx')
-rw-r--r-- | sfx2/source/sidebar/Deck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx index acac122d32d6..cc39d0283250 100644 --- a/sfx2/source/sidebar/Deck.cxx +++ b/sfx2/source/sidebar/Deck.cxx @@ -280,7 +280,7 @@ const OUString GetWindowClassification(const vcl::Window* pWindow) void Deck::PrintWindowSubTree(vcl::Window* pRoot, int nIndentation) { - static const char* sIndentation = " "; + static const char* const sIndentation = " "; const Point aLocation (pRoot->GetPosPixel()); const Size aSize (pRoot->GetSizePixel()); SAL_INFO( |