summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationDialog.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx
index bb5e9890a61c..831f990f64e6 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.cxx
@@ -376,7 +376,7 @@ void DropdownMenuBox::Resize()
bool DropdownMenuBox::PreNotify( NotifyEvent& rNEvt )
{
- bool nResult = true;
+ bool bResult = true;
MouseNotifyEvent nSwitch=rNEvt.GetType();
if (nSwitch==MouseNotifyEvent::KEYINPUT)
@@ -390,13 +390,13 @@ bool DropdownMenuBox::PreNotify( NotifyEvent& rNEvt )
}
else
{
- nResult=Edit::PreNotify(rNEvt);
+ bResult=Edit::PreNotify(rNEvt);
}
}
else
- nResult=Edit::PreNotify(rNEvt);
+ bResult=Edit::PreNotify(rNEvt);
- return nResult;
+ return bResult;
}
class CharHeightPropertyBox : public PropertySubControl