diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llui/llclipboard.cpp | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llclipboard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llclipboard.cpp b/linden/indra/llui/llclipboard.cpp index eaf7798..31d02a4 100644 --- a/linden/indra/llui/llclipboard.cpp +++ b/linden/indra/llui/llclipboard.cpp | |||
@@ -61,7 +61,7 @@ void LLClipboard::copyFromSubstring(const LLWString &src, S32 pos, S32 len, cons | |||
61 | } | 61 | } |
62 | 62 | ||
63 | 63 | ||
64 | LLWString LLClipboard::getPasteWString( LLUUID* source_id ) | 64 | const LLWString& LLClipboard::getPasteWString( LLUUID* source_id ) |
65 | { | 65 | { |
66 | if( mSourceID.notNull() ) | 66 | if( mSourceID.notNull() ) |
67 | { | 67 | { |
@@ -88,7 +88,7 @@ LLWString LLClipboard::getPasteWString( LLUUID* source_id ) | |||
88 | } | 88 | } |
89 | 89 | ||
90 | 90 | ||
91 | BOOL LLClipboard::canPasteString() | 91 | BOOL LLClipboard::canPasteString() const |
92 | { | 92 | { |
93 | return LLView::getWindow()->isClipboardTextAvailable(); | 93 | return LLView::getWindow()->isClipboardTextAvailable(); |
94 | } | 94 | } |