diff options
Diffstat (limited to 'linden/indra/llui/lllineeditor.h')
-rw-r--r-- | linden/indra/llui/lllineeditor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llui/lllineeditor.h b/linden/indra/llui/lllineeditor.h index 09a240b..bc9e406 100644 --- a/linden/indra/llui/lllineeditor.h +++ b/linden/indra/llui/lllineeditor.h | |||
@@ -82,7 +82,7 @@ public: | |||
82 | virtual LLXMLNodePtr getXML(bool save_children = true) const; | 82 | virtual LLXMLNodePtr getXML(bool save_children = true) const; |
83 | void setColorParameters(LLXMLNodePtr node); | 83 | void setColorParameters(LLXMLNodePtr node); |
84 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); | 84 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); |
85 | static void cleanupClass(); | 85 | static void cleanupLineEditor(); |
86 | 86 | ||
87 | // mousehandler overrides | 87 | // mousehandler overrides |
88 | /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); | 88 | /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); |
@@ -194,7 +194,6 @@ public: | |||
194 | void setMaxTextLength(S32 max_text_length); | 194 | void setMaxTextLength(S32 max_text_length); |
195 | void setTextPadding(S32 left, S32 right); // Used to specify room for children before or after text. | 195 | void setTextPadding(S32 left, S32 right); // Used to specify room for children before or after text. |
196 | 196 | ||
197 | static BOOL isPartOfWord(llwchar c); | ||
198 | // Prevalidation controls which keystrokes can affect the editor | 197 | // Prevalidation controls which keystrokes can affect the editor |
199 | void setPrevalidate( BOOL (*func)(const LLWString &) ); | 198 | void setPrevalidate( BOOL (*func)(const LLWString &) ); |
200 | static BOOL prevalidateFloat(const LLWString &str ); | 199 | static BOOL prevalidateFloat(const LLWString &str ); |