diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:53:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:53:46 +0000 |
commit | 3e6273d02ce0b7dc97cc4e253ffce89520b5427c (patch) | |
tree | d6deb68b9834aff2cdbfbaf5ea5cf53a97c81a69 /starmath/inc/dialog.hxx | |
parent | dc7c86e9240f3caac7d80a69fcc911294cb6232d (diff) |
INTEGRATION: CWS hcicons (1.17.114); FILE MERGED
2007/07/01 14:00:48 fs 1.17.114.2: RESYNC: (1.17-1.18); FILE MERGED
2007/05/25 11:23:59 tl 1.17.114.1: #146858# adding hi-contrast image for right arrow
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r-- | starmath/inc/dialog.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index e556cfbedaee..426065d0eb98 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dialog.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2007-05-25 12:08:44 $ + * last change: $Author: hr $ $Date: 2007-08-03 13:53:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,8 @@ #ifndef DIALOG_HXX #define DIALOG_HXX +#include <vcl/image.hxx> + #ifndef _SV_DIALOG_HXX //autogen #include <vcl/dialog.hxx> #endif @@ -498,6 +500,8 @@ class SmSymDefineDialog : public ModalDialog PushButton aChangeBtn; PushButton aDeleteBtn; FixedImage aRightArrow; + Image aRigthArrow_Im; + Image aRigthArrow_Im_HC; // hi-contrast version SmSymSetManager aSymSetMgrCopy, &rSymSetMgr; |