<: is [ under Solaris

This commit is contained in:
Vladimir Glazounov 2001-02-27 13:50:51 +00:00
parent 124913a75e
commit 6916511ed5

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: dlgedobj.cxx,v $ * $RCSfile: dlgedobj.cxx,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: tbe $ $Date: 2001-02-26 10:47:06 $ * last change: $Author: vg $ $Date: 2001-02-27 14:50:51 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -468,7 +468,7 @@ void DlgEdObj::StartPropertyListening()
if (!m_xListener.is() && xControlModel.is()) if (!m_xListener.is() && xControlModel.is())
{ {
// create listener // create listener
m_xListener = static_cast<::com::sun::star::beans::XPropertyChangeListener*>( new DlgEdListenerImpl( (DlgEdObj*)this ) ); m_xListener = static_cast< ::com::sun::star::beans::XPropertyChangeListener*>( new DlgEdListenerImpl( (DlgEdObj*)this ) );
// register listener to properties // register listener to properties
xControlModel->addPropertyChangeListener(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Width")), m_xListener); xControlModel->addPropertyChangeListener(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Width")), m_xListener);