summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-13 18:36:53 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-14 00:36:42 +0300
commit01da593c51cdea9a9e3ec5a325cc906fce1d8f6e (patch)
tree49b12b63e6cdc8f7430fa1ecac4a21fb4e1ec78d /cppuhelper
parent0ab0d0c9b4a56ad737b570fe8b171177106c0d8a (diff)
Revert "Bypass DLL prefix and extension stuff on iOS for now"
Not needed now with a normal SAL_DLLEXTENSION defined for iOS. This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 95549297b629..544ba8c5d6fc 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -244,7 +244,6 @@ static OUString makeComponentPath(
if (rPath[ rPath.getLength() -1 ] != '/')
buf.append( (sal_Unicode) '/' );
}
-#ifndef IOS
sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) );
if (nEnd < 0) // !endsWith
{
@@ -257,7 +256,6 @@ static OUString makeComponentPath(
buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(SAL_DLLEXTENSION) );
}
else // name is completely pre/postfixed
-#endif
{
buf.append( rLibName );
}