diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:33:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:33:26 +0000 |
commit | 057a1fd618fae83dfadef75e918f41d53c00cdd0 (patch) | |
tree | 76c426e5d7c3dec32333104e2f3aec36293bd826 /sfx2/source/control/ctrlitem.cxx | |
parent | 0c075faaefbdb63fae70cb3183d02b3ae438ceea (diff) |
INTEGRATION: CWS docking1 (1.3.410); FILE MERGED
2004/05/01 22:23:43 cd 1.3.410.2: RESYNC: (1.3-1.4); FILE MERGED
2004/04/25 05:34:42 cd 1.3.410.1: #i24937# Prepare sfx2 to use framework based UNO API
Diffstat (limited to 'sfx2/source/control/ctrlitem.cxx')
-rw-r--r-- | sfx2/source/control/ctrlitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/ctrlitem.cxx b/sfx2/source/control/ctrlitem.cxx index ffcfe6987260..00739ee0fd3a 100644 --- a/sfx2/source/control/ctrlitem.cxx +++ b/sfx2/source/control/ctrlitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ctrlitem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 13:08:17 $ + * last change: $Author: obo $ $Date: 2004-07-06 13:33:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -196,7 +196,7 @@ void SfxControllerItem::ReBind() { DBG_MEMTEST(); - DBG_CHKTHIS(SfxControllerItem, 0); +DBG_CHKTHIS(SfxControllerItem, 0); DBG_ASSERT(pBindings, "Keine Bindings"); DBG_ASSERT( !IsBound(), "bindings rebound SfxControllerItem" ); |