summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-02-17 07:29:51 +0100
committerDavid Tardon <dtardon@redhat.com>2011-02-17 07:29:51 +0100
commitf371dc6d95606c633df9593e32b63f99081ed398 (patch)
tree1c6fd7183347a4212c4e51267c7fc608b604fdd8 /connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
parentTranslation of German comment. (diff)
downloadcore-f371dc6d95606c633df9593e32b63f99081ed398.tar.gz
core-f371dc6d95606c633df9593e32b63f99081ed398.zip
WaE: unused variable
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
index 12735bb85297..60d6b80bdf06 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
@@ -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));