diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-29 07:43:28 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-29 07:56:09 +0300 |
commit | 1b68f71348ecf3983b76b40d7940da8377f049b7 (patch) | |
tree | 2974eddaef130a067c26033d60a59fc790365b3d /indra/newview/llfloaterconversationpreview.h | |
parent | af4ea94efc1999f3b19fd8d643d0331f0b77e265 (diff) |
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed
Diffstat (limited to 'indra/newview/llfloaterconversationpreview.h')
-rw-r--r-- | indra/newview/llfloaterconversationpreview.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/indra/newview/llfloaterconversationpreview.h b/indra/newview/llfloaterconversationpreview.h index 7ca4ee6945..f7f54a318d 100644 --- a/indra/newview/llfloaterconversationpreview.h +++ b/indra/newview/llfloaterconversationpreview.h @@ -29,8 +29,8 @@ #include "llchathistory.h" #include "llfloater.h" -extern const std::string LL_FCP_COMPLETE_NAME; //"complete_name" -extern const std::string LL_FCP_ACCOUNT_NAME; //"user_name" +extern const std::string LL_FCP_COMPLETE_NAME; //"complete_name" +extern const std::string LL_FCP_ACCOUNT_NAME; //"user_name" class LLSpinCtrl; @@ -38,35 +38,35 @@ class LLFloaterConversationPreview : public LLFloater { public: - LLFloaterConversationPreview(const LLSD& session_id); - virtual ~LLFloaterConversationPreview(); + LLFloaterConversationPreview(const LLSD& session_id); + virtual ~LLFloaterConversationPreview(); - virtual BOOL postBuild(); - void setPages(std::list<LLSD>* messages,const std::string& file_name); + virtual BOOL postBuild(); + void setPages(std::list<LLSD>* messages,const std::string& file_name); - virtual void draw(); - virtual void onOpen(const LLSD& key); - virtual void onClose(bool app_quitting); + virtual void draw(); + virtual void onOpen(const LLSD& key); + virtual void onClose(bool app_quitting); private: - void onMoreHistoryBtnClick(); - void showHistory(); + void onMoreHistoryBtnClick(); + void showHistory(); - LLMutex mMutex; - LLSpinCtrl* mPageSpinner; - LLChatHistory* mChatHistory; - LLUUID mSessionID; - int mCurrentPage; - int mPageSize; + LLMutex mMutex; + LLSpinCtrl* mPageSpinner; + LLChatHistory* mChatHistory; + LLUUID mSessionID; + int mCurrentPage; + int mPageSize; - std::list<LLSD>* mMessages; - std::string mAccountName; - std::string mCompleteName; - std::string mChatHistoryFileName; - bool mShowHistory; - bool mHistoryThreadsBusy; - bool mOpened; - bool mIsGroup; + std::list<LLSD>* mMessages; + std::string mAccountName; + std::string mCompleteName; + std::string mChatHistoryFileName; + bool mShowHistory; + bool mHistoryThreadsBusy; + bool mOpened; + bool mIsGroup; }; #endif /* LLFLOATERCONVERSATIONPREVIEW_H_ */ |