summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-02 16:46:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-02 16:46:39 +0100
commitda4aca09720b992a48ea4b98d879555dbdcb8666 (patch)
tree396bface9f803f40882e240c6570bee7ca3a1b91
parent29a2ff580eaa1cfcc3d977b84634e9836856ecc1 (diff)
fix comment to use our bug-tracking markup syntax
Change-Id: I2cddfc6b36dfef22dc5f17b94b8732e0646eff02
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx4
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())
{