summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/strbuf.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:14:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:14:15 +0000
commit338aab8286c22c9ff8db9a4bbd88f72448e55157 (patch)
treeb3d330e5edb3c6918e8e85af9793d21d23a8d50e /sal/inc/rtl/strbuf.hxx
parent8329f390a600eb51eec540b25708d8423920e31d (diff)
INTEGRATION: CWS warnings01 (1.7.234); FILE MERGED
2005/09/23 00:43:16 sb 1.7.234.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/05 12:43:40 sb 1.7.234.1: #i53898# Added missing const to inline functions.
Diffstat (limited to 'sal/inc/rtl/strbuf.hxx')
-rw-r--r--sal/inc/rtl/strbuf.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/strbuf.hxx b/sal/inc/rtl/strbuf.hxx
index 2bff0f9edb1e..0375be40e02b 100644
--- a/sal/inc/rtl/strbuf.hxx
+++ b/sal/inc/rtl/strbuf.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: strbuf.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:41:26 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:14:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -189,7 +189,7 @@ public:
@return the number of characters in this string buffer.
*/
- sal_Int32 getLength()
+ sal_Int32 getLength() const
{
return pData->length;
}
@@ -204,7 +204,7 @@ public:
@return the current capacity of this string buffer.
*/
- sal_Int32 getCapacity()
+ sal_Int32 getCapacity() const
{
return nCapacity;
}