diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-13 00:32:23 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-11-13 00:32:23 -0800 |
commit | e0d9d4d4a4f77d0fbb680c2f96b1cc9a912238d2 (patch) | |
tree | fb5bfed379b617e1811aa58e3d78200a604a885f /sc/source/ui/pagedlg/scuitphfedit.cxx | |
parent | 3be54d3b78e0a65f65a11dc053a6e03b9c50cf81 (diff) |
Purged BmpColorMode from libs-gui - calc
Diffstat (limited to 'sc/source/ui/pagedlg/scuitphfedit.cxx')
-rw-r--r-- | sc/source/ui/pagedlg/scuitphfedit.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx index 5ea90ef0d77d..067c43c55a7e 100644 --- a/sc/source/ui/pagedlg/scuitphfedit.cxx +++ b/sc/source/ui/pagedlg/scuitphfedit.cxx @@ -140,14 +140,6 @@ ScHFEditPage::ScHFEditPage( Window* pParent, aBtnFile .SetClickHdl( LINK( this, ScHFEditPage, ClickHdl ) ); aBtnTable .SetClickHdl( LINK( this, ScHFEditPage, ClickHdl ) ); - aBtnText .SetModeImage( Image( ScResId( IMG_TEXT_H ) ), BMP_COLOR_HIGHCONTRAST ); - aBtnFile .SetModeImage( Image( ScResId( IMG_FILE_H ) ), BMP_COLOR_HIGHCONTRAST ); - aBtnTable .SetModeImage( Image( ScResId( IMG_TABLE_H ) ), BMP_COLOR_HIGHCONTRAST ); - aBtnPage .SetModeImage( Image( ScResId( IMG_PAGE_H ) ), BMP_COLOR_HIGHCONTRAST ); - aBtnLastPage.SetModeImage( Image( ScResId( IMG_PAGES_H ) ), BMP_COLOR_HIGHCONTRAST ); - aBtnDate .SetModeImage( Image( ScResId( IMG_DATE_H ) ), BMP_COLOR_HIGHCONTRAST ); - aBtnTime .SetModeImage( Image( ScResId( IMG_TIME_H ) ), BMP_COLOR_HIGHCONTRAST ); - if(!bHeader) { maFtDefinedHF.SetText(ScGlobal::GetRscString( STR_FOOTER )); |