diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-07-22 06:39:28 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-07-22 06:39:28 +0000 |
commit | 741368478c8cd488cc472d9b8c1e42a8f1a0921c (patch) | |
tree | 331b718be9f17e9adb2baf49f316ca9771e3641b /dbaccess/source/ui/dlg/sqlmessage.cxx | |
parent | 318639a0c3a6ec110e0536c846bb21f2d88ec70e (diff) |
#101514# remove resource entries for PLUS and MINUS
Diffstat (limited to 'dbaccess/source/ui/dlg/sqlmessage.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/sqlmessage.cxx | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/dbaccess/source/ui/dlg/sqlmessage.cxx b/dbaccess/source/ui/dlg/sqlmessage.cxx index 597bc3fb6..5c54f70e4 100644 --- a/dbaccess/source/ui/dlg/sqlmessage.cxx +++ b/dbaccess/source/ui/dlg/sqlmessage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sqlmessage.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: oj $ $Date: 2002-04-29 08:27:33 $ + * last change: $Author: oj $ $Date: 2002-07-22 07:38:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -168,15 +168,7 @@ OExceptionChainDialog::OExceptionChainDialog(Window* pParent, const Any& _rStart m_aExceptionList.SetSelectHdl(LINK(this, OExceptionChainDialog, OnExceptionSelected)); sal_Bool bHiContrast = isHiContrast(this); - ModuleRes aPlusButton( bHiContrast ? BMP_PLUSBUTTON_SCH : BMP_PLUSBUTTON); - ModuleRes aMinusButton( bHiContrast ? BMP_MINUSBUTTON_SCH : BMP_MINUSBUTTON); - Bitmap aPlusButtonBitmap(aPlusButton); - Bitmap aMinusButtonBitmap(aMinusButton); - Image aCollapsedImage(aPlusButtonBitmap); - Image aExpandedImage(aMinusButtonBitmap); -// Image aCollapsedImage(Bitmap(ModuleRes(BMP_PLUSBUTTON))); -// Image aExpandedImage(Bitmap(ModuleRes(BMP_MINUSBUTTON))); - m_aExceptionList.SetNodeBitmaps( aCollapsedImage, aExpandedImage); + m_aExceptionList.SetNodeDefaultImages( ); m_aExceptionText.SetReadOnly(sal_True); @@ -580,6 +572,9 @@ IMPL_LINK( OSQLMessageBox, ButtonClickHdl, Button *, pButton ) /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.12 2002/04/29 08:27:33 oj + * #98772# impl toolbox hi contrast + * * Revision 1.11 2001/12/10 11:19:16 fs * #95540# for the 'more' dialog, use the error dialog as direct parent * |