diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 06:35:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 06:35:55 +0000 |
commit | 320f0ef3ab2fd505acbda747365ff2fcc620fb0c (patch) | |
tree | b71fda6df6e75009372157e3e472e75ba863e265 | |
parent | e37b1938b0d04f05f3fa66d9c09ddffa7ce4b05c (diff) |
INTEGRATION: CWS dbadoccloselock (1.21.58); FILE MERGED
2008/09/02 11:08:08 fs 1.21.58.1: #i93381#
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.hxx b/dbaccess/source/core/dataaccess/databasedocument.hxx index f54e2328df24..9b6a3f374a69 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.hxx +++ b/dbaccess/source/core/dataaccess/databasedocument.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: databasedocument.hxx,v $ - * $Revision: 1.21 $ + * $Revision: 1.22 $ * * This file is part of OpenOffice.org. * @@ -366,7 +366,7 @@ private: @raises ::com::sun::star::util::CloseVetoException if the closing was vetoed by any instance */ - void impl_closeControllerFrames( sal_Bool _bDeliverOwnership ); + void impl_closeControllerFrames_nolck_throw( sal_Bool _bDeliverOwnership ); /** disposes the frames of all controllers which are still left in m_aControllers. */ |