diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-13 22:27:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-15 12:18:45 +0100 |
commit | cdbd93e9a548d48109f2227bff1d94743e46949b (patch) | |
tree | b34dc51998493cb3b359ee440b029ebe42726d0e /unotools/source | |
parent | a5aef9544429319cd0c0cfa0631571c8a46ae70f (diff) |
callcatcher: some unused code
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/bootstrap.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index aa0d1b4996a7..d5959cd53c28 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -682,17 +682,6 @@ OUString Bootstrap::getBuildIdData(OUString const& _sDefault) // --------------------------------------------------------------------------------------- -OUString Bootstrap::getAllUsersValue(OUString const& _sDefault) -{ - OUString const csAllUsersItem(RTL_CONSTASCII_USTRINGPARAM(SETUP_ITEM_ALLUSERS)); - - rtl::Bootstrap aData( getExecutableDirectory() + OUString( RTL_CONSTASCII_USTRINGPARAM( "/"SETUP_DATA_NAME ) ) ); - OUString sResult; - aData.getFrom( csAllUsersItem, sResult, _sDefault ); - return sResult; -} -// --------------------------------------------------------------------------------------- - Bootstrap::PathStatus Bootstrap::locateBaseInstallation(OUString& _rURL) { Impl::PathData const& aPathData = data().aBaseInstall_; @@ -765,14 +754,6 @@ PathStatus Bootstrap::locateVersionFile(OUString& _rURL) } // --------------------------------------------------------------------------------------- -Bootstrap::Status Bootstrap::checkBootstrapStatus(OUString& _rDiagnosticMessage) -{ - FailureCode eDummyCode(NO_FAILURE); - - return checkBootstrapStatus(_rDiagnosticMessage,eDummyCode); -} -// --------------------------------------------------------------------------------------- - Bootstrap::Status Bootstrap::checkBootstrapStatus(rtl::OUString& _rDiagnosticMessage, FailureCode& _rErrCode) { Impl const& aData = data(); |