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

typo: candiate -> candidate

üst 90f80fd6
...@@ -123,7 +123,7 @@ public: ...@@ -123,7 +123,7 @@ public:
void PrepareSpelling (void); void PrepareSpelling (void);
/** Initialize a spell check but do not start it yet. This method /** Initialize a spell check but do not start it yet. This method
is a better candiate for the name PrepareSpelling. is a better candidate for the name PrepareSpelling.
*/ */
void StartSpelling (void); void StartSpelling (void);
......
...@@ -761,7 +761,7 @@ sal_Bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt) ...@@ -761,7 +761,7 @@ sal_Bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
} }
else if (pWaterCanCandidate != NULL) else if (pWaterCanCandidate != NULL)
{ {
// Is the candiate object still under the mouse? // Is the candidate object still under the mouse?
if (pickObject (aPnt) == pWaterCanCandidate) if (pickObject (aPnt) == pWaterCanCandidate)
{ {
SdStyleSheetPool* pPool = static_cast<SdStyleSheetPool*>( SdStyleSheetPool* pPool = static_cast<SdStyleSheetPool*>(
......
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