summaryrefslogtreecommitdiff
path: root/registry/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 11:04:56 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 11:04:56 +0000
commit74f0998a81ea4db6f2d358ba83a449ac4cecce30 (patch)
tree9fa7cf0b7bb83dae685cb65f803f256e3d29e358 /registry/inc
parent5cc650037e556e9df3e18050eea3554bb7dec684 (diff)
INTEGRATION: CWS jsc8 (1.7.18); FILE MERGED
2006/05/31 13:19:20 jsc 1.7.18.1: #i65292# return s with SAL_NO_AQUIRE to avoid leak
Diffstat (limited to 'registry/inc')
-rw-r--r--registry/inc/registry/reader.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/inc/registry/reader.hxx b/registry/inc/registry/reader.hxx
index 7995d059c024..df7e3dae8be6 100644
--- a/registry/inc/registry/reader.hxx
+++ b/registry/inc/registry/reader.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: reader.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:11:52 $
+ * last change: $Author: obo $ $Date: 2006-07-13 12:04:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -556,7 +556,7 @@ public:
if (s == 0) {
throw std::bad_alloc();
}
- return s;
+ return rtl::OUString(s, SAL_NO_ACQUIRE);
}
/**