diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-15 11:23:14 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-12-17 06:59:50 +0000 |
commit | c9f6e12e7eb6a49389360626d206191147a174fb (patch) | |
tree | e74c709a59b6350afe77134bbac5561dda1d875a /sal/rtl | |
parent | 15614c847dde4c52a4974022e5523c9c4fea856b (diff) |
OString/OUString: move constructors and operator=
Change-Id: Icdc5f7137cca8360f116d5d4c7b0bf4a4c526e1d
Reviewed-on: https://gerrit.libreoffice.org/20712
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/strimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/strimp.hxx b/sal/rtl/strimp.hxx index b7589cde2f28..5583a82f2249 100644 --- a/sal/rtl/strimp.hxx +++ b/sal/rtl/strimp.hxx @@ -33,7 +33,7 @@ /* ======================================================================= */ /* - * refCount is opaqueincludes 2 bit-fields; + * refCount is opaque and includes 2 bit-fields; * MSB: 'interned' - is stored in the intern hash * MSB-1: 'static' - is a const / static string, * do no ref counting |