diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-16 16:36:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-16 16:36:09 +0200 |
commit | 998f1c23a0a0b54bfb1182d2da0306e18aaae68c (patch) | |
tree | f34aee946c678b95e1e9521ed67aa5f08abb3b28 /cui/source/options | |
parent | 5173d1821152e6449e4b8573247e46a4c5c30bbb (diff) |
-Werror,-Wunused-variable
Change-Id: Iefddde5ceb37e4489222dec1114110e587cccdaf
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/personalization.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index f1a1235f6641..6e14757e2858 100644 --- a/cui/source/options/personalization.cxx +++ b/cui/source/options/personalization.cxx @@ -745,7 +745,6 @@ void SearchAndParseThread::execute() } std::vector<OUString> vLearnmoreURLs; - std::vector<OUString>::iterator it; sal_Int32 nIndex = 0; GraphicFilter aFilter; Graphic aGraphic; |