diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-18 08:56:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 21:11:01 +0000 |
commit | 705e5fe94769415cfca60c73eebb8232464645b2 (patch) | |
tree | 9934c6afc11c237b1bc4627d813925c8985940cd /unotools/source | |
parent | fd094baaf79e391f99da9c8259b13144e8de7847 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/bootstrap.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index 157f869460de..d3ca6358ed2f 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -675,24 +675,7 @@ PathStatus Bootstrap::locateUserInstallation(OUString& _rURL) _rURL = aPathData.path; return aPathData.status; } -// --------------------------------------------------------------------------------------- - -PathStatus Bootstrap::locateSharedData(OUString& _rURL) -{ - OUString const csShareDirItem(RTL_CONSTASCII_USTRINGPARAM(BOOTSTRAP_ITEM_SHAREDIR)); - rtl::Bootstrap aData( data().getImplName() ); - - if ( aData.getFrom(csShareDirItem, _rURL) ) - { - return checkStatusAndNormalizeURL(_rURL); - } - else - { - OUString const csShareDir(RTL_CONSTASCII_USTRINGPARAM(BOOTSTRAP_DIRNAME_SHAREDIR)); - return getDerivedPath(_rURL, data().aBaseInstall_, csShareDir, aData, csShareDirItem); - } -} // --------------------------------------------------------------------------------------- PathStatus Bootstrap::locateUserData(OUString& _rURL) |