diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index 42f457d60b0c..f8b7e8ae3794 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -983,7 +983,7 @@ sal_Bool FuDraw::SetHelpText(SdrObject* pObj, const Point& rPosPixel, const SdrV } -/** is called when the currenct function should be aborted.

+/** is called when the current function should be aborted.

This is used when a function gets a KEY_ESCAPE but can also be called directly. diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx index 2ddef94e02cf..fdf2086953cb 100644 --- a/sd/source/ui/func/fupoor.cxx +++ b/sd/source/ui/func/fupoor.cxx @@ -1121,7 +1121,7 @@ void FuPoor::SwitchLayer (sal_Int32 nOffset) } } -/** is called when the currenct function should be aborted.

+/** is called when the current function should be aborted.

This is used when a function gets a KEY_ESCAPE but can also be called directly. diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index e0690f631b06..9c48716478bf 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -1346,7 +1346,7 @@ SdrObject* FuText::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rR -/** is called when the currenct function should be aborted.

+/** is called when the current function should be aborted.

This is used when a function gets a KEY_ESCAPE but can also be called directly. diff --git a/sd/source/ui/inc/fudraw.hxx b/sd/source/ui/inc/fudraw.hxx index 142976d39579..2bd87360b40e 100644 --- a/sd/source/ui/inc/fudraw.hxx +++ b/sd/source/ui/inc/fudraw.hxx @@ -55,7 +55,7 @@ public: void SetPermanent(sal_Bool bSet) { bPermanent = bSet; } - /** is called when the currenct function should be aborted.

+ /** is called when the current function should be aborted.

This is used when a function gets a KEY_ESCAPE but can also be called directly. diff --git a/sd/source/ui/inc/fupoor.hxx b/sd/source/ui/inc/fupoor.hxx index a41464d5b91e..4f0c5140b9e2 100644 --- a/sd/source/ui/inc/fupoor.hxx +++ b/sd/source/ui/inc/fupoor.hxx @@ -95,7 +95,7 @@ public: virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle); - /** is called when the currenct function should be aborted.

+ /** is called when the current function should be aborted.

This is used when a function gets a KEY_ESCAPE but can also be called directly. diff --git a/sd/source/ui/inc/futext.hxx b/sd/source/ui/inc/futext.hxx index 5c27032545e6..015b89fbfdc9 100644 --- a/sd/source/ui/inc/futext.hxx +++ b/sd/source/ui/inc/futext.hxx @@ -61,7 +61,7 @@ public: virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle) SAL_OVERRIDE; - /** is called when the currenct function should be aborted.

+ /** is called when the current function should be aborted.

This is used when a function gets a KEY_ESCAPE but can also be called directly.