summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
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_misc.cxx
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_misc.cxx')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
index 97b32ada28d0..c422e4adce10 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
@@ -66,7 +66,7 @@ OUString toString( OptionInfo const * info )
return buf.makeStringAndClear();
}
-//==============================================================================
+
OptionInfo const * getOptionInfo(
OptionInfo const * list,
OUString const & opt, sal_Unicode copt )
@@ -97,7 +97,7 @@ OptionInfo const * getOptionInfo(
return 0;
}
-//==============================================================================
+
bool isOption( OptionInfo const * option_info, sal_uInt32 * pIndex )
{
OSL_ASSERT( option_info != 0 );
@@ -128,7 +128,7 @@ bool isOption( OptionInfo const * option_info, sal_uInt32 * pIndex )
}
return false;
}
-//==============================================================================
+
bool isBootstrapVariable(sal_uInt32 * pIndex)
{
@@ -144,7 +144,7 @@ bool isBootstrapVariable(sal_uInt32 * pIndex)
return false;
}
-//==============================================================================
+
bool readArgument(
OUString * pValue, OptionInfo const * option_info, sal_uInt32 * pIndex )
{
@@ -186,19 +186,19 @@ struct ProcessWorkingDir : public rtl::StaticWithInit<
};
} // anon namespace
-//==============================================================================
+
OUString const & getExecutableDir()
{
return ExecutableDir::get();
}
-//==============================================================================
+
OUString const & getProcessWorkingDir()
{
return ProcessWorkingDir::get();
}
-//==============================================================================
+
OUString makeAbsoluteFileUrl(
OUString const & sys_path, OUString const & base_url, bool throw_exc )
{
@@ -320,7 +320,7 @@ void printf_unaccepted_licenses(
dp_misc::writeConsole("License not accepted\n\n");
}
-//==============================================================================
+
void printf_packages(
::std::vector< Reference<deployment::XPackage> > const & allExtensions,
::std::vector<bool> const & vecUnaccepted,
@@ -437,7 +437,7 @@ OUString getLockFilePath()
return ret;
}
-//==============================================================================
+
Reference<XComponentContext> getUNO(
bool verbose, bool shared, bool bGui,
Reference<XComponentContext> & out_localContext)