diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-16 14:45:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-16 15:58:34 +0000 |
commit | 7bdccd0cb6890a92b778754a3e77e6f5b49820f6 (patch) | |
tree | 6746acff597e117aaa7eff738f05d6adf374f5ca /sw/source/ui/inc | |
parent | 0b72a3de72cde14715812e8af478e5cf1b1fa4ce (diff) |
fix this up
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/changedb.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/regionsw.hxx | 3 | ||||
-rw-r--r-- | sw/source/ui/inc/utlui.hrc | 8 |
3 files changed, 1 insertions, 12 deletions
diff --git a/sw/source/ui/inc/changedb.hxx b/sw/source/ui/inc/changedb.hxx index de5c57dd9671..47dc19daf945 100644 --- a/sw/source/ui/inc/changedb.hxx +++ b/sw/source/ui/inc/changedb.hxx @@ -60,10 +60,8 @@ class SwChangeDBDlg: public SvxStandardDialog OKButton aOKBT; CancelButton aCancelBT; HelpButton aHelpBT; -// PushButton aChangeBT; ImageList aImageList; - ImageList aImageListHC; SwWrtShell *pSh; SwFldMgr *pMgr; diff --git a/sw/source/ui/inc/regionsw.hxx b/sw/source/ui/inc/regionsw.hxx index 0019b4b1b291..ea6573a60f4f 100644 --- a/sw/source/ui/inc/regionsw.hxx +++ b/sw/source/ui/inc/regionsw.hxx @@ -106,7 +106,6 @@ class SwEditRegionDlg : public SfxModalDialog PushButton aDismiss; HelpButton aHelp; ImageList aImageIL; - ImageList aImageILH; SwWrtShell& rSh; SectReprArr aSectReprArr; @@ -119,7 +118,7 @@ class SwEditRegionDlg : public SfxModalDialog BOOL bWeb :1; - Image BuildBitmap(BOOL bProtect,BOOL bHidden,BOOL bHighContrast); + Image BuildBitmap(BOOL bProtect,BOOL bHidden); void RecurseList( const SwSectionFmt* pFmt, SvLBoxEntry* pEntry); USHORT FindArrPos(const SwSectionFmt* pFmt); diff --git a/sw/source/ui/inc/utlui.hrc b/sw/source/ui/inc/utlui.hrc index dbaa86bc99cf..41655ce860c0 100644 --- a/sw/source/ui/inc/utlui.hrc +++ b/sw/source/ui/inc/utlui.hrc @@ -154,9 +154,7 @@ #define DLG_GLOSSARY_DECIDE_DLG (RC_UTLUI_BEGIN + 3) #define IMG_NAVI_ENTRYBMP (RC_UTLUI_BEGIN + 4) -#define IMG_NAVI_ENTRYBMPH (RC_UTLUI_BEGIN + 5) #define ILIST_DB_DLG (RC_UTLUI_BEGIN + 6) -#define ILIST_DB_DLG_HC (RC_UTLUI_BEGIN + 7) #define IMG_VIEWLAYOUT_AUTOMATIC (RC_UTLUI_BEGIN + 12) #define IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE (RC_UTLUI_BEGIN + 13) @@ -164,12 +162,6 @@ #define IMG_VIEWLAYOUT_BOOKMODE_ACTIVE (RC_UTLUI_BEGIN + 15) #define IMG_VIEWLAYOUT_SINGLECOLUMN (RC_UTLUI_BEGIN + 16) #define IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE (RC_UTLUI_BEGIN + 17) -#define IMG_VIEWLAYOUT_AUTOMATIC_HC (RC_UTLUI_BEGIN + 18) -#define IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC (RC_UTLUI_BEGIN + 19) -#define IMG_VIEWLAYOUT_BOOKMODE_HC (RC_UTLUI_BEGIN + 20) -#define IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC (RC_UTLUI_BEGIN + 21) -#define IMG_VIEWLAYOUT_SINGLECOLUMN_HC (RC_UTLUI_BEGIN + 22) -#define IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC (RC_UTLUI_BEGIN + 23) //local ids of the Database ImageLists |