Kaydet (Commit) b2cc8263 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix "may be used uninitialized" warning

Change-Id: I6d2ac90177bd3194e0e3c23ee7c8dd634bb64228
üst dc00ad1e
......@@ -3083,7 +3083,7 @@ Content::ResourceType Content::getResourceType(
}
}
ResourceType eResourceType;
ResourceType eResourceType = UNKNOWN;
const rtl::OUString & rURL = rResAccess->getURL();
const rtl::OUString aScheme(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment