summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-23 16:22:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-23 16:23:41 +0200
commit6a80adb094d87cddc103d84d5616e1ecae899889 (patch)
treeb9c54271ceadf398179128b7aa7cf7698a84eb74 /desktop
parentremoved unused static data (diff)
downloadcore-6a80adb094d87cddc103d84d5616e1ecae899889.tar.gz
core-6a80adb094d87cddc103d84d5616e1ecae899889.zip
Unused sDataFolderURL
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx
index fef95a8215ce..7b654d309f8e 100644
--- a/desktop/source/deployment/registry/dp_backend.cxx
+++ b/desktop/source/deployment/registry/dp_backend.cxx
@@ -233,7 +233,6 @@ OUString PackageRegistryBackend::createFolder(
ucbhelper::Content dataContent;
::dp_misc::create_folder(&dataContent, sDataFolder, xCmdEnv);
- const OUString sDataFolderURL = dp_misc::expandUnoRcUrl(sDataFolder);
const String baseDir(sDataFolder);
const ::utl::TempFile aTemp(&baseDir, sal_True);
const OUString url = aTemp.GetURL();