summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:21:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:12 +0200
commit5047891d0419efd49d4e344b8b0dfd39d9b78849 (patch)
tree1884136d36d44559da83b29e8c70ca738178099a /extensions
parenttypo: synch -> sync (diff)
downloadcore-5047891d0419efd49d4e344b8b0dfd39d9b78849.tar.gz
core-5047891d0419efd49d4e344b8b0dfd39d9b78849.zip
typo: positon -> position
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index eb19f8366873..ef8a814a3e2f 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -714,7 +714,7 @@ IMPL_LINK( UpdateCheckUI, WindowEventHdl, VclWindowEvent*, pEvent )
Point aWinPos = aIconRect.BottomCenter();
mpBubbleWin->SetTipPosPixel( aWinPos );
if ( mpBubbleWin->IsVisible() )
- mpBubbleWin->Show(); // This will recalc the screen positon of the bubble
+ mpBubbleWin->Show(); // This will recalc the screen position of the bubble
}
}