summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-10-28 07:56:22 +0000
committerOliver Specht <os@openoffice.org>2002-10-28 07:56:22 +0000
commita29aeb546ff8ceee1db6bc145187ce88bcadc508 (patch)
tree8e23773de8983eb398c50feea1cff2069f306b6d /sw/source/ui/uiview
parent6a9f275de07dcf64bf0418db32394f3feceb4400 (diff)
#104378# SID_CLIPBOARD_FORMAT_ITEMS not Volatile, anymore
Diffstat (limited to 'sw/source/ui/uiview')
-rw-r--r--sw/source/ui/uiview/uivwimp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/uivwimp.cxx b/sw/source/ui/uiview/uivwimp.cxx
index 13a813f81abe..4ad6d58f0f35 100644
--- a/sw/source/ui/uiview/uivwimp.cxx
+++ b/sw/source/ui/uiview/uivwimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uivwimp.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: ka $ $Date: 2002-07-04 15:22:46 $
+ * last change: $Author: os $ $Date: 2002-10-28 08:56:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -351,6 +351,7 @@ void SAL_CALL SwClipboardChangeListener::changedContents( const CLIP_NMSPC::Clip
SfxBindings& rBind = pView->GetViewFrame()->GetBindings();
rBind.Invalidate( SID_PASTE );
rBind.Invalidate( FN_PASTESPECIAL );
+ rBind.Invalidate( SID_CLIPBOARD_FORMAT_ITEMS );
}
}