summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2025-04-25 20:22:33 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2025-04-25 20:22:33 +0300
commit1eb34b43fb88a0b7551d9083ab46ba7df2feab14 (patch)
treebb0cc21f163295085f52e1c4454f8476b268791e /indra/llui/llurlentry.h
parentf450b42acfd0ac118b07eaf16a1b4c0298edbeae (diff)
#3758 clean up: move EUnderlineLink
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r--indra/llui/llurlentry.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h
index df3932b2a0..740e99acfd 100644
--- a/indra/llui/llurlentry.h
+++ b/indra/llui/llurlentry.h
@@ -34,7 +34,6 @@
#include "llavatarname.h"
#include "llhost.h" // for resolving parcel name by parcel id
-#include "llurlmatch.h"
#include <boost/signals2.hpp>
#include <boost/regex.hpp>
@@ -97,7 +96,7 @@ public:
/// Return the name of a SL location described by this Url, if any
virtual std::string getLocation(const std::string &url) const { return ""; }
- virtual LLUrlMatch::EUnderlineLink getUnderline(const std::string& string) const { return LLUrlMatch::EUnderlineLink::UNDERLINE_ALWAYS; }
+ virtual LLStyle::EUnderlineLink getUnderline(const std::string& string) const { return LLStyle::EUnderlineLink::UNDERLINE_ALWAYS; }
virtual bool isTrusted() const { return false; }
@@ -233,7 +232,7 @@ public:
/*virtual*/ LLStyle::Params getStyle(const std::string &url) const;
/*virtual*/ LLUUID getID(const std::string &string) const;
- LLUrlMatch::EUnderlineLink getUnderline(const std::string& string) const;
+ LLStyle::EUnderlineLink getUnderline(const std::string& string) const;
protected:
/*virtual*/ void callObservers(const std::string &id, const std::string &label, const std::string& icon);
@@ -253,7 +252,7 @@ public:
LLUrlEntryAgentMention();
LLStyle::Params getStyle(const std::string& url) const;
- LLUrlMatch::EUnderlineLink getUnderline(const std::string& string) const;
+ LLStyle::EUnderlineLink getUnderline(const std::string& string) const;
bool getSkipProfileIcon(const std::string& string) const { return true; };
};
@@ -505,7 +504,7 @@ public:
/*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb);
/*virtual*/ std::string getUrl(const std::string &string) const;
/*virtual*/ std::string getTooltip(const std::string &string) const;
- LLUrlMatch::EUnderlineLink getUnderline(const std::string& string) const;
+ LLStyle::EUnderlineLink getUnderline(const std::string& string) const;
};
///