summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_misc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/dp_misc.cxx')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index d895af86afd3..4186bb1a763d 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -236,7 +236,7 @@ bool needToSyncRepository(OUString const & name)
} // anon namespace
-//==============================================================================
+
namespace {
inline OUString encodeForRcFile( OUString const & str )
@@ -261,7 +261,7 @@ inline OUString encodeForRcFile( OUString const & str )
}
}
-//==============================================================================
+
OUString makeURL( OUString const & baseURL, OUString const & relPath_ )
{
OUStringBuffer buf;
@@ -305,7 +305,7 @@ OUString makeURLAppendSysPathSegment( OUString const & baseURL, OUString const &
-//==============================================================================
+
OUString expandUnoRcTerm( OUString const & term_ )
{
OUString term(term_);
@@ -328,7 +328,7 @@ OUString makeRcTerm( OUString const & url )
return url;
}
-//==============================================================================
+
OUString expandUnoRcUrl( OUString const & url )
{
if (url.match( "vnd.sun.star.expand:" )) {
@@ -346,7 +346,7 @@ OUString expandUnoRcUrl( OUString const & url )
}
}
-//==============================================================================
+
bool office_is_running()
{
//We need to check if we run within the office process. Then we must not use the pipe, because
@@ -384,7 +384,7 @@ bool office_is_running()
return ret;
}
-//==============================================================================
+
oslProcess raiseProcess(
OUString const & appURL, Sequence<OUString> const & args )
{
@@ -420,7 +420,7 @@ oslProcess raiseProcess(
return hProcess;
}
-//==============================================================================
+
OUString generateRandomPipeId()
{
// compute some good pipe id:
@@ -439,7 +439,7 @@ OUString generateRandomPipeId()
return buf.makeStringAndClear();
}
-//==============================================================================
+
Reference<XInterface> resolveUnoURL(
OUString const & connectString,
Reference<XComponentContext> const & xLocalContext,