diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 13:09:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 13:09:43 +0000 |
commit | eac72064249458c588fe90aa0180d6eeeed2154f (patch) | |
tree | 19c678b19c87b5399eddbe9307ededac64644990 /dbaccess/source | |
parent | 98b466188702bb5c21e5e5ed9059c1c62ae3ef7b (diff) |
INTEGRATION: CWS dba30c (1.196.16); FILE MERGED
2008/05/09 08:24:18 oj 1.196.16.3: RESYNC: (1.198-1.200); FILE MERGED
2008/04/16 06:51:33 fs 1.196.16.2: RESYNC: (1.196-1.198); FILE MERGED
2008/04/12 20:23:39 fs 1.196.16.1: #i88201#
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index 09a6f0d97710..ac05ed742b32 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodatbr.cxx,v $ - * $Revision: 1.200 $ + * $Revision: 1.201 $ * * This file is part of OpenOffice.org. * @@ -2860,7 +2860,7 @@ namespace { DBG_UNHANDLED_EXCEPTION(); } - return xDataSource; + return xDataSource.get(); } } |