diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:54:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:42 +0200 |
commit | 5c73677cbd96749e72414b0b507dc8c07820c06c (patch) | |
tree | f617a8371f88e01b273176706d27b695b484e030 | |
parent | b6d7773a12e1bb49068ee9f5330743c9484fb5bc (diff) |
typo: currenct -> current
-rw-r--r-- | sd/source/ui/func/fudraw.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/fupoor.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/futext.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/fudraw.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/fupoor.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/futext.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
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. <p> +/** is called when the current function should be aborted. <p> 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. <p> +/** is called when the current function should be aborted. <p> 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. <p> +/** is called when the current function should be aborted. <p> 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. <p> + /** is called when the current function should be aborted. <p> 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. <p> + /** is called when the current function should be aborted. <p> 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. <p> + /** is called when the current function should be aborted. <p> This is used when a function gets a KEY_ESCAPE but can also be called directly. |