Kaydet (Commit) c6dab8e7 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Enablaed -> Enabled.

Change-Id: Ia73ae54068d208d6b2db3439f38402664bfa8d29
üst 9c947fae
......@@ -95,7 +95,7 @@ void ScDPFieldButton::setPopupLeft(bool b)
void ScDPFieldButton::draw()
{
bool bOldMapEnablaed = mpOutDev->IsMapModeEnabled();
bool bOldMapEnabled = mpOutDev->IsMapModeEnabled();
if (mpOutDev->GetMapMode().GetMapUnit() != MAP_PIXEL )
mpOutDev->EnableMapMode(false);
......@@ -147,7 +147,7 @@ void ScDPFieldButton::draw()
if (mbPopupButton)
drawPopupButton();
mpOutDev->EnableMapMode(bOldMapEnablaed);
mpOutDev->EnableMapMode(bOldMapEnabled);
}
void ScDPFieldButton::getPopupBoundingBox(Point& rPos, Size& rSize) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment