fdo#70285 cleanup generated C++ code

Change-Id: Ic43628de53c5139ef43bb48723fb1e0788af1cd1
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Noel Grandin
2013-10-18 12:15:10 +02:00
committed by Stephan Bergmann
parent f8d5bd0705
commit 44b96b1d76
2 changed files with 95 additions and 106 deletions

View File

@ -79,7 +79,7 @@ OString translateUnoToCppType(
if (sort == codemaker::UnoType::SORT_INTERFACE_TYPE
&& nucleus == "com.sun.star.uno.XInterface")
{
buf.append("::com::sun::star::uno::XInterface");
buf.append("::css::uno::XInterface");
} else {
//TODO: check that nucleus is a valid (UTF-8) identifier
buf.append(u2b(nucleus));