Kaydet (Commit) 8087ee43 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix typo

üst 5c1f6649
......@@ -109,7 +109,7 @@ namespace {
extern "C" ImplTextEncodingData const * sal_getFullTextEncodingData(
rtl_TextEncoding); // from tables.cxx in sal_textenc library
class FullTextEnocdingData: private boost::noncopyable {
class FullTextEncodingData: private boost::noncopyable {
public:
ImplTextEncodingData const * get(rtl_TextEncoding encoding) {
return sal_getFullTextEncodingData(encoding);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment