Kaydet (Commit) 5c73677c authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: currenct -> current

üst b6d7773a
...@@ -983,7 +983,7 @@ sal_Bool FuDraw::SetHelpText(SdrObject* pObj, const Point& rPosPixel, const SdrV ...@@ -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 This is used when a function gets a KEY_ESCAPE but can also
be called directly. be called directly.
......
...@@ -1121,7 +1121,7 @@ void FuPoor::SwitchLayer (sal_Int32 nOffset) ...@@ -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 This is used when a function gets a KEY_ESCAPE but can also
be called directly. be called directly.
......
...@@ -1346,7 +1346,7 @@ SdrObject* FuText::CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rR ...@@ -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 This is used when a function gets a KEY_ESCAPE but can also
be called directly. be called directly.
......
...@@ -55,7 +55,7 @@ public: ...@@ -55,7 +55,7 @@ public:
void SetPermanent(sal_Bool bSet) { bPermanent = bSet; } 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 This is used when a function gets a KEY_ESCAPE but can also
be called directly. be called directly.
......
...@@ -95,7 +95,7 @@ public: ...@@ -95,7 +95,7 @@ public:
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle); 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 This is used when a function gets a KEY_ESCAPE but can also
be called directly. be called directly.
......
...@@ -61,7 +61,7 @@ public: ...@@ -61,7 +61,7 @@ public:
virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle) SAL_OVERRIDE; 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 This is used when a function gets a KEY_ESCAPE but can also
be called directly. be called directly.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment