summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_version.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/dp_version.cxx')
-rw-r--r--desktop/source/deployment/misc/dp_version.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/deployment/misc/dp_version.cxx b/desktop/source/deployment/misc/dp_version.cxx
index 99da2f128d96..14179da27d40 100644
--- a/desktop/source/deployment/misc/dp_version.cxx
+++ b/desktop/source/deployment/misc/dp_version.cxx
@@ -36,8 +36,6 @@
namespace {
-namespace css = ::com::sun::star;
-
::rtl::OUString getElement(::rtl::OUString const & version, ::sal_Int32 * index)
{
while (*index < version.getLength() && version[*index] == '0') {