fixed mixed line endings in a few header files
parent
29597ee6d6
commit
5e1f13d169
|
|
@ -32,8 +32,8 @@
|
|||
#include "llavatarpropertiesprocessor.h"
|
||||
#include "llagent.h"
|
||||
#include "lltooldraganddrop.h"
|
||||
// [SL:KB] - Patch : UI-ProfileGroupFloater | Checked: 2010-09-08 (Catznip-2.1.2c) | Added: Catznip-2.1.2c
|
||||
#include "llfloater.h"
|
||||
// [SL:KB] - Patch : UI-ProfileGroupFloater | Checked: 2010-09-08 (Catznip-2.1.2c) | Added: Catznip-2.1.2c
|
||||
#include "llfloater.h"
|
||||
// [/SL:KB]
|
||||
|
||||
class LLAvatarName;
|
||||
|
|
@ -67,11 +67,11 @@ public:
|
|||
void *cargo_data, EAcceptance *accept,
|
||||
std::string& tooltip_msg)
|
||||
{
|
||||
// LLToolDragAndDrop::handleGiveDragAndDrop(getAvatarId(), gAgent.getSessionID(), drop,
|
||||
// cargo_type, cargo_data, accept);
|
||||
// [SL:KB] - Patch : UI-ProfileGroupFloater
|
||||
LLToolDragAndDrop::handleGiveDragAndDrop(getAvatarId(), LLUUID::null, drop, cargo_type, cargo_data, accept);
|
||||
// [/SL:KB]
|
||||
// LLToolDragAndDrop::handleGiveDragAndDrop(getAvatarId(), gAgent.getSessionID(), drop,
|
||||
// cargo_type, cargo_data, accept);
|
||||
// [SL:KB] - Patch : UI-ProfileGroupFloater
|
||||
LLToolDragAndDrop::handleGiveDragAndDrop(getAvatarId(), LLUUID::null, drop, cargo_type, cargo_data, accept);
|
||||
// [/SL:KB]
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
@ -111,20 +111,20 @@ private:
|
|||
AvatarStatusObserver* mAvatarStatusObserver;
|
||||
};
|
||||
|
||||
// [SL:KB] - Patch : UI-ProfileGroupFloater
|
||||
class LLFloaterProfileView : public LLFloater
|
||||
{
|
||||
public:
|
||||
LLFloaterProfileView(const LLSD& seed) : LLFloater(seed) {}
|
||||
~LLFloaterProfileView() {}
|
||||
|
||||
void onOpen(const LLSD& key)
|
||||
{
|
||||
LLPanel* panel = findChild<LLPanel>("panel_profile_view");
|
||||
if(panel)
|
||||
panel->onOpen(key);
|
||||
}
|
||||
|
||||
};
|
||||
// [SL:KB] - Patch : UI-ProfileGroupFloater
|
||||
class LLFloaterProfileView : public LLFloater
|
||||
{
|
||||
public:
|
||||
LLFloaterProfileView(const LLSD& seed) : LLFloater(seed) {}
|
||||
~LLFloaterProfileView() {}
|
||||
|
||||
void onOpen(const LLSD& key)
|
||||
{
|
||||
LLPanel* panel = findChild<LLPanel>("panel_profile_view");
|
||||
if(panel)
|
||||
panel->onOpen(key);
|
||||
}
|
||||
|
||||
};
|
||||
// [/SL:KB]
|
||||
#endif //LL_LLPANELPROFILEVIEW_H
|
||||
|
|
|
|||
|
|
@ -98,4 +98,4 @@ protected:
|
|||
|
||||
// ============================================================================
|
||||
|
||||
#endif // RLV_FLOATERS_H
|
||||
#endif // RLV_FLOATERS_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue