diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-06-10 10:35:58 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-06-10 11:06:25 +0200 |
commit | c6dab8e7ba427df1cdc25ed4077dc0e443197bba (patch) | |
tree | 4b0727aa74e257151ec4c2772bc33f9a9b8157de /sc | |
parent | 9c947faeae438df99a14e701b12a62b3a250f13d (diff) |
Enablaed -> Enabled.
Change-Id: Ia73ae54068d208d6b2db3439f38402664bfa8d29
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/cctrl/dpcontrol.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/dpcontrol.cxx b/sc/source/ui/cctrl/dpcontrol.cxx index b39a3cf06f69..90d8783cee6d 100644 --- a/sc/source/ui/cctrl/dpcontrol.cxx +++ b/sc/source/ui/cctrl/dpcontrol.cxx @@ -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 |