summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-15 11:23:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-12-17 06:59:50 +0000
commitc9f6e12e7eb6a49389360626d206191147a174fb (patch)
treee74c709a59b6350afe77134bbac5561dda1d875a /sal
parent15614c847dde4c52a4974022e5523c9c4fea856b (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')
-rw-r--r--sal/rtl/strimp.hxx2
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