summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-14 08:55:52 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-14 08:55:52 +0000
commit9afcf6db223992dccbb28b6730849ab1cc512c50 (patch)
tree9dec408d19bd5cf65d5960ce9a5fdb918b1e908b /svx
parent34cd4a6bed7327b62e552c64c48c170206051825 (diff)
#84040# call OwnerLock(FALSE)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/hldocntp.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/dialog/hldocntp.cxx b/svx/source/dialog/hldocntp.cxx
index e96174019129..e908a8600c9b 100644
--- a/svx/source/dialog/hldocntp.cxx
+++ b/svx/source/dialog/hldocntp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hldocntp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cl $ $Date: 2001-02-12 15:12:27 $
+ * last change: $Author: cl $ $Date: 2001-03-14 09:55:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -608,7 +608,9 @@ void SvxHyperlinkNewDocTp::DoApply ()
if ( pViewFrame && maRbtEditLater.IsChecked() )
{
- BOOL bResult = pViewFrame->GetObjectShell()->DoClose();
+ SfxObjectShell* pObjShell = pViewFrame->GetObjectShell();
+ pObjShell->OwnerLock(FALSE);
+ BOOL bResult = pObjShell->DoClose();
}
LeaveWait();