WaE: unused variable
This commit is contained in:
parent
9803697b7f
commit
f371dc6d95
1 changed files with 1 additions and 1 deletions
|
@ -204,13 +204,13 @@ namespace connectivity
|
|||
}
|
||||
if (profileName.getLength() != 0 || profilePath.getLength() != 0)
|
||||
{
|
||||
#ifndef MINIMAL_PROFILEDISCOVER
|
||||
sal_Int32 isRelative = 0;
|
||||
if (sIsRelative.getLength() != 0)
|
||||
{
|
||||
isRelative = sIsRelative.toInt32();
|
||||
}
|
||||
|
||||
#ifndef MINIMAL_PROFILEDISCOVER
|
||||
nsCOMPtr<nsILocalFile> rootDir;
|
||||
rv = NS_NewLocalFile(EmptyString(), PR_TRUE,
|
||||
getter_AddRefs(rootDir));
|
||||
|
|
Loading…
Reference in a new issue