diff options
-rw-r--r-- | autodoc/source/display/html/hdimpl.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/autodoc/source/display/html/hdimpl.cxx b/autodoc/source/display/html/hdimpl.cxx index f9d2b0f1636a..c3d5bd84afbd 100644 --- a/autodoc/source/display/html/hdimpl.cxx +++ b/autodoc/source/display/html/hdimpl.cxx @@ -226,12 +226,11 @@ Get_LinkedTypeText( csi::xml::Element & o_rOut, const char * sName = ""; const char * sPostName = ""; - bool bTypeExists = Get_TypeText( sPreName, - sName, - sPostName, - i_nId, - i_rEnv.Gate() ); - if ( NOT bTypeExists ) + if ( NOT Get_TypeText( sPreName, + sName, + sPostName, + i_nId, + i_rEnv.Gate() ) ) return; if ( NOT i_bWithAbsolutifier AND strncmp(sPreName,"::",2) == 0 ) |