summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Deck.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-10 08:10:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-10 08:10:31 +0100
commit92b58a275341a1696257804cac85a2c33a71c1d5 (patch)
tree9a02489a28c76e5c57daffef3d673bdca0e38d6a /sfx2/source/sidebar/Deck.cxx
parent172257062881dab61b71367c8be31460e9b26cc9 (diff)
New loplugin:conststringvar: sfx2
Change-Id: I287d338711a15fb53f4653b6475191099b8379e1
Diffstat (limited to 'sfx2/source/sidebar/Deck.cxx')
-rw-r--r--sfx2/source/sidebar/Deck.cxx2
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(