summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg/unopkg_shared.h
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:19:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 05:59:38 -0600
commit2991d2d65bf8b99d82d1f7d209332d0c303dff21 (patch)
tree3c2fd5215307bb1547e594f423636ad882594523 /desktop/source/pkgchk/unopkg/unopkg_shared.h
parente74a09929d4771972913a3ebcdd6df042f871fca (diff)
Remove visual noise from desktop
Change-Id: Ib8ca7794ce6f3e96ee3a9b2896b141635665552c Reviewed-on: https://gerrit.libreoffice.org/8252 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/source/pkgchk/unopkg/unopkg_shared.h')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_shared.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h
index e12a9655b5ae..24e0b6b40704 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_shared.h
+++ b/desktop/source/pkgchk/unopkg/unopkg_shared.h
@@ -53,23 +53,23 @@ struct LockFileException : public css::uno::Exception
css::uno::Exception(sMessage, css::uno::Reference< css::uno::XInterface > ()) {}
};
-//==============================================================================
+
OUString toString( OptionInfo const * info );
-//==============================================================================
+
OptionInfo const * getOptionInfo(
OptionInfo const * list,
OUString const & opt, sal_Unicode copt = '\0' );
-//==============================================================================
+
bool isOption( OptionInfo const * option_info, sal_uInt32 * pIndex );
-//==============================================================================
+
bool readArgument(
OUString * pValue, OptionInfo const * option_info,
sal_uInt32 * pIndex );
-//==============================================================================
+
inline bool readOption(
bool * flag, OptionInfo const * option_info, sal_uInt32 * pIndex )
{
@@ -80,33 +80,33 @@ inline bool readOption(
}
return false;
}
-//==============================================================================
+
/** checks if an argument is a bootstrap variable. These start with -env:. For example
-env:UNO_JAVA_JFW_USER_DATA=file:///d:/user
*/
bool isBootstrapVariable(sal_uInt32 * pIndex);
-//==============================================================================
+
OUString const & getExecutableDir();
-//==============================================================================
+
OUString const & getProcessWorkingDir();
-//==============================================================================
+
OUString makeAbsoluteFileUrl(
OUString const & sys_path, OUString const & base_url,
bool throw_exc = true );
-//##############################################################################
-//==============================================================================
+
+
css::uno::Reference<css::ucb::XCommandEnvironment> createCmdEnv(
css::uno::Reference<css::uno::XComponentContext> const & xContext,
OUString const & logFile,
bool option_force_overwrite,
bool option_verbose,
bool option_suppressLicense);
-//==============================================================================
+
void printf_packages(
::std::vector<
css::uno::Reference<css::deployment::XPackage> > const & allExtensions,
@@ -114,9 +114,9 @@ void printf_packages(
css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv,
sal_Int32 level = 0 );
-//##############################################################################
-//==============================================================================
+
+
css::uno::Reference<css::uno::XComponentContext> getUNO(
bool verbose, bool shared, bool bGui,
css::uno::Reference<css::uno::XComponentContext> & out_LocalComponentContext);