summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 11:20:43 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 11:20:43 +0000
commit346b40089e56ab91057c3b21cb5c57edcfd8db87 (patch)
tree93b32b81cd0abb3a12be12aa6a7b31a0fba899aa
parentf43ac34a71c23080e8b31df07caa606fc85bc151 (diff)
INTEGRATION: CWS xmlsec05 (1.27.28); FILE MERGED
2004/08/13 18:22:45 mt 1.27.28.2: RESYNC: (1.27-1.28); FILE MERGED 2004/07/21 06:57:04 mt 1.27.28.1: #i21596# Digital Signatures...
-rw-r--r--basctl/source/basicide/basobj3.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx
index 72bfaf74d41f..14d38f369eef 100644
--- a/basctl/source/basicide/basobj3.cxx
+++ b/basctl/source/basicide/basobj3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basobj3.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kz $ $Date: 2004-07-23 12:03:28 $
+ * last change: $Author: kz $ $Date: 2004-08-31 12:20:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -757,6 +757,7 @@ void BasicIDE::MarkDocShellModified( SfxObjectShell* pShell )
SfxBindings* pBindings = BasicIDE::GetBindingsPtr();
if ( pBindings )
{
+ pBindings->Invalidate( SID_SIGNATURE );
pBindings->Invalidate( SID_SAVEDOC );
pBindings->Update( SID_SAVEDOC );
}