summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appopen.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-03-26 11:09:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-03-26 11:09:54 +0000
commit2735521ee4aff6ea3369d30f36ed3bc501a76b27 (patch)
tree1727721ed8521bb811e74d586b575c4fde9fa669 /sfx2/source/appl/appopen.cxx
parente3a7574b1aeded8b49fc25f5c158544ce14c663d (diff)
INTEGRATION: CWS fwk61 (1.109.70); FILE MERGED
2007/02/14 07:33:30 mav 1.109.70.1: #i73716# fix versions access in password protected file
Diffstat (limited to 'sfx2/source/appl/appopen.cxx')
-rw-r--r--sfx2/source/appl/appopen.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index c7de093837..a62fb86c69 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appopen.cxx,v $
*
- * $Revision: 1.109 $
+ * $Revision: 1.110 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:54:44 $
+ * last change: $Author: ihi $ $Date: 2007-03-26 12:09:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -397,6 +397,9 @@ ULONG CheckPasswd_Impl
::comphelper::OStorageHelper::SetCommonStoragePassword(
xStorage,
pPasswordRequest->getPassword() );
+
+ // update the version list of the medium using the new password
+ pFile->GetVersionList();
}
catch( uno::Exception& )
{