diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:27:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:27:57 +0000 |
commit | 9f747761daf7749c508e7a30fbc2b237cfcb8c84 (patch) | |
tree | 81e18ffd600f4d05046f0697eb9d394a54a9ed38 /svx/inc | |
parent | 4cd8cfd3739e3edb924c427d2e8fa31a41a515ee (diff) |
INTEGRATION: CWS toolbars4 (1.4.66); FILE MERGED
2005/02/11 12:01:14 cd 1.4.66.1: #i39698# Don't remove dropdown button when controller is disabled
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/clipboardctl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/clipboardctl.hxx b/svx/inc/clipboardctl.hxx index 7d00a8ce67de..df0eabd533f3 100644 --- a/svx/inc/clipboardctl.hxx +++ b/svx/inc/clipboardctl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: clipboardctl.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2005-01-21 14:13:43 $ + * last change: $Author: obo $ $Date: 2005-03-15 09:27:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,10 +83,10 @@ class SvxClipboardFmtItem; class SVX_DLLPUBLIC SvxClipBoardControl : public SfxToolBoxControl { -// SfxStatusForwarder aForwarder; SfxPoolItem* pClipboardFmtItem; PopupMenu* pPopup; USHORT nItemId; + BOOL bDisabled; void DelPopup(); |