summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-08 08:57:43 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-08 08:57:43 +0000
commit846e21792b24765bd214430c6d67bda9b796e10e (patch)
tree40cc8c1b02b12459a895ef1b738aaf9fd37ded4a /dbaccess/source/ui/inc
parent#92786# refcount implemented for connectiondata and sqlexception catched (diff)
downloadcore-846e21792b24765bd214430c6d67bda9b796e10e.tar.gz
core-846e21792b24765bd214430c6d67bda9b796e10e.zip
#92786# refcount implemented
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/RefFunctor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/RefFunctor.hxx b/dbaccess/source/ui/inc/RefFunctor.hxx
index 782816e91566..1c6d83b87af8 100644
--- a/dbaccess/source/ui/inc/RefFunctor.hxx
+++ b/dbaccess/source/ui/inc/RefFunctor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RefFunctor.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-10-08 07:30:51 $
+ * last change: $Author: oj $ $Date: 2001-10-08 09:57:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ namespace dbaui
public:
OUnaryRefFunctor(const ::std::mem_fun_t<bool,T>& _aFunc) : m_aFunction(_aFunc)
{}
- inline typename result_type operator()(const typename argument_type& _aType) const
+ inline result_type operator()(const argument_type& _aType) const
{
m_aFunction(_aType.getBodyPtr());
}