diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-23 16:22:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-23 16:23:41 +0200 |
commit | 6a80adb094d87cddc103d84d5616e1ecae899889 (patch) | |
tree | b9c54271ceadf398179128b7aa7cf7698a84eb74 /desktop | |
parent | 9cb75ccaa7d529d0469e70229ad511bc2bc12abb (diff) |
Unused sDataFolderURL
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/registry/dp_backend.cxx | 1 |
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(); |