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 | abbf7aa3ea690e6e945614989c8c94214c7675c7 (patch) | |
tree | 57b3a029c57901dc8df6bd0c8e6c6c9e5ff114ac /starmath/inc | |
parent | 6ee3e9c8d238b6537260c5372166656e5e0eb55b (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')
-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 de7f1fe836..fbe4e9a3c6 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; |