diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-06 13:30:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-06 15:30:03 +0200 |
commit | f79da8fa288fbbe4742ad416844aad53ee8d00f5 (patch) | |
tree | 885845f29ed160fa42bbd48017f0f892fce43504 /sal/osl | |
parent | 73090aae235d69e394c56be3f90c8433247c0f48 (diff) |
Bin obsolete comment
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/osxlocale.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/osl/unx/osxlocale.cxx b/sal/osl/unx/osxlocale.cxx index 80ed86d97aba..87b34c153b69 100644 --- a/sal/osl/unx/osxlocale.cxx +++ b/sal/osl/unx/osxlocale.cxx @@ -56,9 +56,6 @@ namespace /* private */ CFStringRef sref = (CFGetTypeID(pref) == CFArrayGetTypeID()) ? (CFStringRef)CFArrayGetValueAtIndex((CFArrayRef)pref, 0) : (CFStringRef)pref; - // NOTE: this API is only available with Mac OS X >=10.3. We need to use it because - // Apple used non-ISO values on systems <10.2 like "German" for instance but didn't - // upgrade those values during upgrade to newer Mac OS X versions. See also #i54337# return CFLocaleCreateCanonicalLocaleIdentifierFromString(kCFAllocatorDefault, sref); } } // namespace private |