diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-02 16:46:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-02 16:46:39 +0100 |
commit | da4aca09720b992a48ea4b98d879555dbdcb8666 (patch) | |
tree | 396bface9f803f40882e240c6570bee7ca3a1b91 /sd | |
parent | 29a2ff580eaa1cfcc3d977b84634e9836856ecc1 (diff) |
fix comment to use our bug-tracking markup syntax
Change-Id: I2cddfc6b36dfef22dc5f17b94b8732e0646eff02
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 14722bbe9299..8a861c2006e5 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -2323,8 +2323,8 @@ void CustomAnimationTextAnimTabPage::update( STLPropertySet* pSet ) pSet->setPropertyValue( nHandleTextGroupingAuto, makeAny( fTextGroupingAuto ) ); } } - //bug 120049 - //[crash] Aoo crash when modify the "Random effects" animation effect's trigger condition to "Start effect on click of" . + //#i120049# impress crashes when modifying the "Random effects" animation + //effect's trigger condition to "Start effect on click of". //If this control is disabled, we should ignore its value if (maCBXAnimateForm.IsEnabled()) { |