summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-sal
blob: 25577d2b2b3f2491189e67f730c89672c4be27a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- sal/inc/rtl/string.hxx	2014-01-24 03:32:49.000000000 +0900
+++ sal/inc/rtl/string.hxx	2014-02-04 14:57:30.000000000 +0900
@@ -234,8 +234,9 @@
       @return a pointer to a (not necessarily null-terminated) byte string
       representing the characters of this string object.
     */
-    operator const sal_Char *() const SAL_THROW(()) { return pData->buffer; }
+
 public:
+    operator const sal_Char *() const SAL_THROW(()) { return pData->buffer; }
     /** Returns a reference to a character of this string. */
     sal_Char& operator[]( int n ) { return pData->buffer[n]; }
     /** Returns a const reference to a character of this string. */