summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-18 08:56:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-19 21:11:01 +0000
commit705e5fe94769415cfca60c73eebb8232464645b2 (patch)
tree9934c6afc11c237b1bc4627d813925c8985940cd /unotools/inc
parentFix --with-max-jobs description (diff)
downloadcore-705e5fe94769415cfca60c73eebb8232464645b2.tar.gz
core-705e5fe94769415cfca60c73eebb8232464645b2.zip
callcatcher: remove some unused code
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/bootstrap.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/inc/unotools/bootstrap.hxx b/unotools/inc/unotools/bootstrap.hxx
index 2c9d17ff607a..5a98181457c4 100644
--- a/unotools/inc/unotools/bootstrap.hxx
+++ b/unotools/inc/unotools/bootstrap.hxx
@@ -80,9 +80,6 @@ namespace utl
/// get a file URL to the user installation [${userurl}]
static PathStatus locateUserInstallation(rtl::OUString& _rURL);
- /// get a file URL to the shared data directory [default is ${insturl}/share]
- static PathStatus locateSharedData(rtl::OUString& _rURL);
-
/// get a file URL to the user data directory [default is ${userurl}/user]
static PathStatus locateUserData(rtl::OUString& _rURL);