summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-04 09:35:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-04 10:11:10 +0100
commitae95f93527c5720caa2f3c48aefb67e1f89ce2d2 (patch)
tree065d737c282fe6086d80978f1cea6805afdca142 /vcl
parentcb859ddcb14414c1f2e520db23b08d2190bd091c (diff)
-Werror,-Wshadow
Change-Id: I1e26a805ac96f1c57d2f7c795b598c4eaa8d2a3e
Diffstat (limited to 'vcl')
-rw-r--r--vcl/opengl/win/blocklist_parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/win/blocklist_parser.cxx b/vcl/opengl/win/blocklist_parser.cxx
index c728bd407a9c..652bb2975880 100644
--- a/vcl/opengl/win/blocklist_parser.cxx
+++ b/vcl/opengl/win/blocklist_parser.cxx
@@ -230,7 +230,7 @@ void WinBlocklistParser::handleEntry(wgl::DriverInfo& rDriver, xmlreader::XmlRea
{
if (name.equals("os"))
{
- xmlreader::Span name = rReader.getAttributeValue(false);
+ name = rReader.getAttributeValue(false);
OString sOS(name.begin, name.length);
rDriver.meOperatingSystem = getOperatingSystem(sOS);
}