summaryrefslogtreecommitdiff
path: root/include/connectivity/dbcharset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/dbcharset.hxx')
-rw-r--r--include/connectivity/dbcharset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/dbcharset.hxx b/include/connectivity/dbcharset.hxx
index 01ce6fa05f96..8c7e9def1ce1 100644
--- a/include/connectivity/dbcharset.hxx
+++ b/include/connectivity/dbcharset.hxx
@@ -105,7 +105,7 @@ namespace dbtools
CharsetIteratorDerefHelper(const CharsetIteratorDerefHelper& _rSource);
rtl_TextEncoding getEncoding() const { return m_eEncoding; }
- OUString getIanaName() const { return m_aIanaName; }
+ const OUString& getIanaName() const { return m_aIanaName; }
protected:
CharsetIteratorDerefHelper( const rtl_TextEncoding _eEncoding, const OUString& _rIanaName );