forked from amazingfate/loongoffice
fdo#70285 cleanup generated C++ code
Change-Id: Ic43628de53c5139ef43bb48723fb1e0788af1cd1 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
committed by
Stephan Bergmann
parent
f8d5bd0705
commit
44b96b1d76
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user