From 8087ee43f8c427d3ef3712fe76bbb1e41eb5e6ee Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 23 Sep 2011 23:37:47 +0300 Subject: Fix typo --- sal/textenc/textenc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx index c638cfd3c722..7c71284f3f64 100644 --- a/sal/textenc/textenc.cxx +++ b/sal/textenc/textenc.cxx @@ -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); -- cgit