diff options
author | Christian Lippka <cl@openoffice.org> | 2001-02-01 14:53:56 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-02-01 14:53:56 +0000 |
commit | 638e43d00c55348edd785f883fccf323f79e5a25 (patch) | |
tree | 5f8a7cfb494f62d5f4de2497996b3f04886b4dbb /svx/source/dialog/hldocntp.cxx | |
parent | 4332a536b0f310145237fb22b694ab371405e1fb (diff) |
#81816# call DoClose on ObjectShell, not ViewShell
Diffstat (limited to 'svx/source/dialog/hldocntp.cxx')
-rw-r--r-- | svx/source/dialog/hldocntp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/hldocntp.cxx b/svx/source/dialog/hldocntp.cxx index 1f1e28636e7b..7441524486c1 100644 --- a/svx/source/dialog/hldocntp.cxx +++ b/svx/source/dialog/hldocntp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hldocntp.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dl $ $Date: 2000-12-04 11:18:44 $ + * last change: $Author: cl $ $Date: 2001-02-01 15:53:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -559,7 +559,7 @@ void SvxHyperlinkNewDocTp::DoApply () if ( maRbtEditLater.IsChecked() ) { - BOOL bResult = pViewFrame->DoClose(); + BOOL bResult = pViewFrame->GetObjectShell()->DoClose(); } } } |