diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-27 11:26:18 -0700 |
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-27 11:26:18 -0700 |
| commit | 29477353f9ac936a5269302b76179ae0b1feec3a (patch) | |
| tree | a31e475665b7524c1df46745c816fbef0ade2486 /indra/newview/llfloatersocial.cpp | |
| parent | 173b4ec4561793ca5913c7ec89bc8b83a71b2702 (diff) | |
ACME-628 Removing unneeeded headers files and used forward declarations for llfloatersnapshot.h, llfloatersocial.h and llsnapshotlivepreview.h.
Diffstat (limited to 'indra/newview/llfloatersocial.cpp')
| -rw-r--r-- | indra/newview/llfloatersocial.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index 80cdd3a0cb..ea69a60887 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -31,12 +31,16 @@ #include "llagent.h" #include "llagentui.h" +#include "llcheckboxctrl.h" #include "llcombobox.h" #include "llfacebookconnect.h" #include "llfloaterreg.h" #include "lliconctrl.h" +#include "llresmgr.h" // LLLocale +#include "llsdserialize.h" #include "llloadingindicator.h" #include "llslurl.h" +#include "llsnapshotlivepreview.h" #include "llviewerregion.h" #include "llviewercontrol.h" @@ -201,7 +205,7 @@ void LLSocialPhotoPanel::updateResolution(LLUICtrl* ctrl, void* data, BOOL do_up previewp->setSize(width, height); } - checkAspectRatio(view, width) ; + checkAspectRatio(width); previewp->getSize(width, height); @@ -230,7 +234,7 @@ void LLSocialPhotoPanel::setNeedRefresh(bool need) mNeedRefresh = need; } -void LLSocialPhotoPanel::checkAspectRatio(LLFloaterSnapshot *view, S32 index) +void LLSocialPhotoPanel::checkAspectRatio(S32 index) { LLSnapshotLivePreview *previewp = getPreviewView() ; |
