summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-25 17:21:42 +0200
commita65ca79f2a3b044f8e920c191445f010e6da255d (patch)
treef93e9d18f27d4a5fe00ccddca185395cef81b24b /ucb
parent6d4a9c5e7c6fcddcfdfc27371d0358495eb9e79d (diff)
parent7fcdb05e4b2166c0190869926dcb5963e920bbea (diff)
CWS-TOOLING: integrate CWS codecleanup02
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/odma/odma_lib.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/odma/odma_lib.cxx b/ucb/source/ucp/odma/odma_lib.cxx
index 774bcf5f6323..cf9da3a2b942 100644
--- a/ucb/source/ucp/odma/odma_lib.cxx
+++ b/ucb/source/ucp/odma/odma_lib.cxx
@@ -78,10 +78,6 @@ namespace odma
if (bLoaded)
return sal_True;
::rtl::OUString sPath;
- #ifdef WIN
- sPath = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ODMA.DLL"));
-
- #endif
#ifdef WNT
sPath = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ODMA32.DLL"));
#endif