summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-20 17:24:33 +0100
committerAndras Timar <atimar@suse.com>2013-02-20 17:25:30 +0100
commitb37a07f2da6c4fcc1a01cc3ea547c558c23edd71 (patch)
tree0fc40179b95c3fb5511afdff378217b3bf4a818b /sd/source/ui/slidesorter
parent28300209604ee1bb8e5050322b29e95a07f679d8 (diff)
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'sd/source/ui/slidesorter')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx2
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index f4ce80af7d41..2decfcb22e86 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -1237,7 +1237,7 @@ bool NormalModeHandler::ProcessButtonDownEvent (
case BUTTON_DOWN | LEFT_BUTTON | DOUBLE_CLICK | OVER_SELECTED_PAGE:
case BUTTON_DOWN | LEFT_BUTTON | DOUBLE_CLICK | OVER_UNSELECTED_PAGE:
- // A double click allways shows the selected slide in the center
+ // A double click always shows the selected slide in the center
// pane in an edit view.
SetCurrentPage(rDescriptor.mpHitDescriptor);
SwitchView(rDescriptor.mpHitDescriptor);
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
index 9604277d27b6..db5fe2319d79 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
@@ -49,7 +49,7 @@ class SlideSorterController;
has to be done explicitly by calling the
CurrentSlideManager::SetCurrentSlide() method.
- Indices of pages relate allways to the number of all pages in the model
+ Indices of pages relate always to the number of all pages in the model
(as returned by GetPageCount()) not just the selected pages.
*/
class PageSelector : private ::boost::noncopyable