summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg/unopkg_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/pkgchk/unopkg/unopkg_shared.h')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_shared.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h
index e263b6119028..a11a29beda43 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_shared.h
+++ b/desktop/source/pkgchk/unopkg/unopkg_shared.h
@@ -59,7 +59,7 @@ OUString toString( OptionInfo const * info );
OptionInfo const * getOptionInfo(
OptionInfo const * list,
- OUString const & opt, sal_Unicode copt = '\0' );
+ OUString const & opt );
bool isOption( OptionInfo const * option_info, sal_uInt32 * pIndex );
@@ -94,8 +94,7 @@ OUString const & getProcessWorkingDir();
OUString makeAbsoluteFileUrl(
- OUString const & sys_path, OUString const & base_url,
- bool throw_exc = true );
+ OUString const & sys_path, OUString const & base_url );