diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-06 10:26:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-06 15:00:43 +0100 |
commit | 9c015c0bd1df0ab4be999fe244ced998002cb0f6 (patch) | |
tree | bd68ff99ba8ebc659b41ee9cf012fef192a5afeb /sal/textenc/context.cxx | |
parent | 2e15fcf9240abd80be770e74634068fe12b79741 (diff) |
Further clean up.
Diffstat (limited to 'sal/textenc/context.cxx')
-rw-r--r-- | sal/textenc/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/context.cxx b/sal/textenc/context.cxx index 4770727b45e6..5faf813a1526 100644 --- a/sal/textenc/context.cxx +++ b/sal/textenc/context.cxx @@ -44,7 +44,7 @@ void ImplResetUnicodeToTextContext(void * pContext) 0; } -void ImplDestroyContext(void * pContext) +void ImplDestroyUnicodeToTextContext(void * pContext) { delete static_cast< ImplUnicodeToTextContext * >(pContext); } |