summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/mork/mork_helper.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mork/mork_helper.cxx b/connectivity/source/drivers/mork/mork_helper.cxx
index 103cc474779a..9674f5ab2deb 100644
--- a/connectivity/source/drivers/mork/mork_helper.cxx
+++ b/connectivity/source/drivers/mork/mork_helper.cxx
@@ -35,11 +35,8 @@ bool openAddressBook(const std::string& path)
return true;
}
-int main( int argc, const char* argv[] )
+int main(void)
{
- int x = argc;
- x++;
- argv++;
ProfileAccess* access = new ProfileAccess();
OUString defaultProfile = access->getDefaultProfile(::com::sun::star::mozilla::MozillaProductType_Thunderbird);
SAL_INFO("connectivity.mork", "DefaultProfile: " << defaultProfile);