CWS-TOOLING: integrate CWS dv12

This commit is contained in:
obo 2010-06-14 15:08:15 +02:00
commit bfda068762
7 changed files with 14 additions and 9 deletions

View file

@ -45,9 +45,11 @@
/** specifies a simple animation control.
<p>The model of an <type>UnoControlSimpleAnimation</type> control must support
the <type>UnoControlSimpleAnimationModel</type> service.
the <type>UnoControlSimpleAnimationModel</type> service.</p>
@since OOo 2.2
*/
service UnoControlSimpleAnimation
published service UnoControlSimpleAnimation
{
service com::sun::star::awt::UnoControl;

View file

@ -45,9 +45,10 @@
<p> </p>
@see UnoControlScrollBarModel
@since OOo 2.2
*/
service UnoControlSimpleAnimationModel
published service UnoControlSimpleAnimationModel
{
service com::sun::star::awt::UnoControlModel;

View file

@ -45,9 +45,11 @@
/** specifies a simple animation control.
<p>The model of an <type>UnoControlThrobber</type> control must support
the <type>UnoControlThrobberModel</type> service.
the <type>UnoControlThrobberModel</type> service.</p>
@since OOo 2.2
*/
service UnoControlThrobber
published service UnoControlThrobber
{
service com::sun::star::awt::UnoControl;

View file

@ -45,9 +45,10 @@
<p> </p>
@see UnoControlScrollBarModel
@since OOo 2.2
*/
service UnoControlThrobberModel
published service UnoControlThrobberModel
{
service com::sun::star::awt::UnoControlModel;
};

View file

@ -43,7 +43,7 @@
/** Controls the animation control.
*/
interface XSimpleAnimation: com::sun::star::uno::XInterface
published interface XSimpleAnimation: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------

View file

@ -43,7 +43,7 @@
/** Controls the animation control.
*/
interface XThrobber: com::sun::star::uno::XInterface
published interface XThrobber: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------

View file

@ -87,7 +87,6 @@ void SAL_CALL osl_trace(const sal_Char* lpszFormat, ...)
if ( IsDebuggerPresent() )
{
sal_Char szMessage[512];
szMessage[sizeof(szMessage)-1] = 0;
written = _vsnprintf( szMessage, sizeof(szMessage) - 2, lpszFormat, args );
if ( written == -1 )
written = sizeof(szMessage) - 2;