diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/odata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index f671572dc18f..e03ae4471787 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -1161,7 +1161,7 @@ Sequence<OUString> OObjectOutputStream_getSupportedServiceNames(void) // XServiceInfo OUString OObjectOutputStream::getImplementationName() throw (std::exception) { - return ODataInputStream_getImplementationName(); + return OObjectOutputStream_getImplementationName(); } // XServiceInfo |