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
commitbe1e50e0b76ff537ea02e12527fe98be06c63a86 (patch)
treefd48f7a5131e719544d6fd46948dc5bba25b6c51 /cppu
parent86d202c9b1e7c8063df8396bc19b7088b5561cb3 (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 77b5493ac..0cbe9309e 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; }
};
//__________________________________________________________________________________________________