summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-18 11:16:51 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-18 11:16:51 -0700
commitf9c068462f379a4678e59090a066cfa173504c6b (patch)
tree1e52dc01a20a440cfc07f617ad90e04f16f85c5b /indra/newview/llchathistory.cpp
parentec9260701feaa9ae1453c57f0f70449bb9b60af2 (diff)
parent86c3a45b6749387991064df6a42b1d046bd9d4d8 (diff)
CHUI-431 : Merge of VITA changes
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r--indra/newview/llchathistory.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index 3636f9e9d2..c61a8c8562 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -596,6 +596,14 @@ LLChatHistory::LLChatHistory(const LLChatHistory::Params& p)
mEditor = LLUICtrlFactory::create<LLTextEditor>(editor_params, this);
}
+LLSD LLChatHistory::getValue() const
+{
+ LLSD* text=new LLSD();
+ text->assign(mEditor->getText());
+ return *text;
+
+}
+
LLChatHistory::~LLChatHistory()
{
this->clear();