diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 14:49:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 14:49:53 +0000 |
commit | 5f9a98d9dd8fc28dd7b0012dc9786dbbe2676707 (patch) | |
tree | 6303e709eda8ee78e9368f6cfe94b2489c1b4029 /svx/source/fmcomp | |
parent | 016930463ac44d0f4365748407706b6918baf418 (diff) |
INTEGRATION: CWS frmcontrols04 (1.64.166); FILE MERGED
2004/06/15 14:47:44 fs 1.64.166.2: RESYNC: (1.64-1.65); FILE MERGED
2004/03/31 11:55:23 dv 1.64.166.1: #i26046# Use PushButton::GetModeImage() instead of GetImage()
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 70565996cf5f..68cdfeaa1032 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: gridctrl.cxx,v $ * - * $Revision: 1.65 $ + * $Revision: 1.66 $ * - * last change: $Author: rt $ $Date: 2004-05-25 10:01:58 $ + * last change: $Author: obo $ $Date: 2004-07-05 15:49:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -463,7 +463,7 @@ DbGridControl::NavigationBar::NavigationBar(Window* pParent, WinBits nStyle) m_aPrevBtn.SetSymbol(SYMBOL_PREV); m_aNextBtn.SetSymbol(SYMBOL_NEXT); m_aLastBtn.SetSymbol(SYMBOL_LAST); - m_aNewBtn.SetImage(((DbGridControl*)pParent)->GetImage(DbGridControl_Base::NEW)); + m_aNewBtn.SetModeImage(((DbGridControl*)pParent)->GetImage(DbGridControl_Base::NEW)); m_aFirstBtn.SetHelpId(HID_GRID_TRAVEL_FIRST); m_aPrevBtn.SetHelpId(HID_GRID_TRAVEL_PREV); |