Kaydet (Commit) 1c610909 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oj14 (1.5.4); FILE MERGED

2006/11/07 09:34:25 oj 1.5.4.6: RESYNC: (1.7-1.8); FILE MERGED
2006/07/04 08:12:48 oj 1.5.4.5: RESYNC: (1.6-1.7); FILE MERGED
2006/04/25 13:03:15 oj 1.5.4.4: new include
2006/03/20 14:01:16 oj 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED
2006/03/20 07:48:44 oj 1.5.4.2: use of module client helper
2006/01/03 07:49:18 oj 1.5.4.1: changed module client
üst ba5d78c2
......@@ -4,9 +4,9 @@
*
* $RCSfile: ToolBoxHelper.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: obo $ $Date: 2006-09-17 07:13:47 $
* last change: $Author: rt $ $Date: 2007-07-06 08:34:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -53,9 +53,6 @@
#ifndef _SVTOOLS_IMGDEF_HXX
#include <svtools/imgdef.hxx>
#endif
#ifndef _DBAUI_MODULE_DBU_HXX_
#include "moduledbu.hxx"
#endif
#include <vcl/event.hxx>
namespace dbaui
......@@ -93,7 +90,7 @@ namespace dbaui
m_bIsHiContrast = m_pToolBox->GetBackground().GetColor().IsDark();
m_pToolBox->SetImageList( ModuleRes( getImageListId(m_nSymbolsSize,m_bIsHiContrast) ) );
m_pToolBox->SetImageList( getImageList(m_nSymbolsSize,m_bIsHiContrast) );
Size aTbOldSize = m_pToolBox->GetSizePixel();
adjustToolBoxSize(m_pToolBox);
Size aTbNewSize = m_pToolBox->GetSizePixel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment