typo: currenct -> current

This commit is contained in:
Thomas Arnhold
2014-04-10 10:54:35 +02:00
parent b6d7773a12
commit 5c73677cbd
6 changed files with 6 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.