summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx2
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx2
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx2
-rw-r--r--sd/source/ui/slidesorter/view/SlsFramePainter.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx b/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
index 01d4bb3795f0..8b37209808cd 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
@@ -168,7 +168,7 @@ private:
*/
sal_Int32 PasteTransferable (sal_Int32 nInsertPosition);
- /** Select a range of pages of the model. Typicall usage is the
+ /** Select a range of pages of the model. Typically usage is the
selection of newly inserted pages.
@param nFirstIndex
The index of the first page to select.
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
index d084044f7a08..5811df235a6a 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
@@ -68,7 +68,7 @@ public:
void GetCoreSelection();
/** Update the selection state of the SdPage objects to be the same as
- that of the correspinding page descriptors.
+ that of the corresponding page descriptors.
*/
void SetCoreSelection();
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx b/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx
index bda279596a98..4d4d9919b90e 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx
@@ -99,7 +99,7 @@ public:
Color GetHighlightColor() const { return maHighlightColor;}
void SetHighlightColor (const Color& rColor);
- /** The UI can be set to be read only indepently from the model status.
+ /** The UI can be set to be read only independently from the model status.
Used for instance in the presenter view.
*/
bool IsUIReadOnly() const { return mbIsUIReadOnly;}
diff --git a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx
index 2c8813c43e0e..638a215e7c95 100644
--- a/sd/source/ui/slidesorter/view/SlsFramePainter.cxx
+++ b/sd/source/ui/slidesorter/view/SlsFramePainter.cxx
@@ -208,7 +208,7 @@ void FramePainter::OffsetBitmap::PaintSide (
}
else
{
- // Diagonal sides indicatee an error.
+ // Diagonal sides indicates an error.
OSL_ASSERT(false);
}
}