diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-03-05 14:32:10 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-03-05 14:32:10 +0000 |
commit | 29f1cdb9868149f858b505a7126b073bce306b5e (patch) | |
tree | b40d71fdf9807ddf2d2648cfede2c590c4ae08fc /svtools/source/control/valueacc.cxx | |
parent | 4648266285d1359f79bc6a94176d6832193d151a (diff) |
#65293#: syntax
Diffstat (limited to 'svtools/source/control/valueacc.cxx')
-rw-r--r-- | svtools/source/control/valueacc.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index 33e19995ca53..ee86194c2c9f 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: valueacc.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ka $ $Date: 2002-03-05 15:28:18 $ + * last change: $Author: ka $ $Date: 2002-03-05 15:32:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -919,7 +919,8 @@ sal_Bool SAL_CALL ValueItemAcc::contains( const awt::Point& aPoint ) uno::Reference< accessibility::XAccessible > SAL_CALL ValueItemAcc::getAccessibleAt( const awt::Point& aPoint ) throw (uno::RuntimeException) { - return( uno::Reference< accessibility::XAccessible >() ); + uno::Reference< accessibility::XAccessible > xRet; + return xRet; } // ----------------------------------------------------------------------------- |