summaryrefslogtreecommitdiffstats
path: root/toolkit/source/controls/unocontrolbase.cxx
diff options
context:
space:
mode:
authorOliver Günther <mail@oliverguenther.de>2012-08-09 14:47:19 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-10 21:57:26 +0200
commitbe88027c327b5f09d134f235db100ec54afdc30d (patch)
tree40687f89c0a6c9fa8a686e5f66863618ecfa6c46 /toolkit/source/controls/unocontrolbase.cxx
parentfdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections (diff)
downloadcore-be88027c327b5f09d134f235db100ec54afdc30d.tar.gz
core-be88027c327b5f09d134f235db100ec54afdc30d.zip
fdo#39468: Translate German comments in toolkit,unotools, & xmloff
Also checked the following with bin/find-german-comments (all false positives): - sysui - xml2cmp - udm - ucb Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e
Diffstat (limited to 'toolkit/source/controls/unocontrolbase.cxx')
-rw-r--r--toolkit/source/controls/unocontrolbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrolbase.cxx b/toolkit/source/controls/unocontrolbase.cxx
index 1de88494be63..12b2b14ed7d7 100644
--- a/toolkit/source/controls/unocontrolbase.cxx
+++ b/toolkit/source/controls/unocontrolbase.cxx
@@ -90,7 +90,7 @@ void UnoControlBase::ImplSetPropertyValues( const ::com::sun::star::uno::Sequenc
void UnoControlBase::ImplSetPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue, sal_Bool bUpdateThis )
{
- // Model ggf. schon abgemeldet, aber ein Event schlaegt noch zu...
+ // Model might be logged off already but an event still fires
if ( mxModel.is() )
{
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPSet( mxModel, ::com::sun::star::uno::UNO_QUERY );