WaE: unused variable

This commit is contained in:
David Tardon 2011-02-17 07:29:51 +01:00
parent 9803697b7f
commit f371dc6d95

View file

@ -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));