diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-25 09:32:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-25 09:32:24 +0000 |
commit | 5187c410e16a3d458b99de1ef73e872fc3a127cf (patch) | |
tree | 69e3b9a454d8317e812e9e718a884d881b4ac399 /svx | |
parent | 0a7c8d1a999f2e626dd32bce34cf6652ef8162f3 (diff) |
#i10000# Typo fixed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index b64b36f8ec54..b4b3bb659a5a 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbcontrl.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: rt $ $Date: 2004-05-21 09:47:36 $ + * last change: $Author: rt $ $Date: 2004-05-25 10:32:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1724,7 +1724,7 @@ SvxTbxButtonColorUpdater_Impl::SvxTbxButtonColorUpdater_Impl( USHORT nTbxBtnId, if( nTbxBtnId == SID_BACKGROUND_COLOR ) mnDrawMode = TBX_UPDATER_MODE_CHAR_COLOR_NEW; - DBG_ASSERT( pTbx, "ToolBox not found :-(" ); + DBG_ASSERT( mpTbx, "ToolBox not found :-(" ); mbWasHiContrastMode = mpTbx ? ( mpTbx->GetBackground().GetColor().IsDark() ) : FALSE; Update( nTbxBtnId == SID_ATTR_CHAR_COLOR2 ? COL_BLACK : COL_GRAY ); |