summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-04-30 01:33:36 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-04-29 18:38:09 +0200
commitad3e1afe5969d6c53b1ed285b7c36685bd457b1c (patch)
tree3a474dabeaeb593ce876073b2fe93df940697a6f /include/unotools
parentd1ac762cd6c60d5fe8ffaf335c6358651c969567 (diff)
Move getProcessWorkingDir from tools to unotools
Change-Id: Ifd86ab3c89c285ad5329fc86cc57967ebd1af91a Reviewed-on: https://gerrit.libreoffice.org/37100 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/bootstrap.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/unotools/bootstrap.hxx b/include/unotools/bootstrap.hxx
index f00c7b1de8f7..6c6663c588bb 100644
--- a/include/unotools/bootstrap.hxx
+++ b/include/unotools/bootstrap.hxx
@@ -108,6 +108,10 @@ namespace utl
static Status checkBootstrapStatus(OUString& _rDiagnosticMessage, FailureCode& _rErrCode);
public:
+ /// get the working directory of the process
+ static bool getProcessWorkingDir(OUString &rUrl);
+
+ public:
// singleton impl-class
class Impl;
static const Impl& data(); // the data related to the bootstrap.ini file