summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-01-24 15:44:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-01-24 15:44:11 +0000
commita9b82f342a8eafa9147f7a49728deb4d881c1311 (patch)
tree01aa6f34315d8d8761440bcc58281be3238de4ab /cppu
parentfab7a005101de8c16083903c3efecf7de3e3f47c (diff)
INTEGRATION: CWS sb42 (1.8.26); FILE MERGED
2006/01/04 15:48:21 sb 1.8.26.1: #i55137# Made member function const.
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/uno/current_context.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/cppu/inc/uno/current_context.hxx b/cppu/inc/uno/current_context.hxx
index f19e607293ba..b7891007d114 100644
--- a/cppu/inc/uno/current_context.hxx
+++ b/cppu/inc/uno/current_context.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: current_context.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:39:06 $
+ * last change: $Author: hr $ $Date: 2006-01-24 16:44:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -108,7 +108,8 @@ public:
@return the previously set context
*/
- inline Reference< XCurrentContext > SAL_CALL getPreviousContext() SAL_THROW( () )
+ inline Reference< XCurrentContext > SAL_CALL getPreviousContext() const
+ SAL_THROW( () )
{ return m_xPreviousContext; }
};
//__________________________________________________________________________________________________