diff options
author | Oliver Specht <os@openoffice.org> | 2002-05-08 13:14:00 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-05-08 13:14:00 +0000 |
commit | 235a98ec77cd2f0a501c54634a9c906007898f93 (patch) | |
tree | 14424d040688d47eb233078bddf622dca2a7682f /sw/source/ui/utlui/navipi.cxx | |
parent | 4ff3939eecfbfbafb8f924202720739bd424f0b9 (diff) |
#98312# High contrast ImageList added (Navigation controller)
Diffstat (limited to 'sw/source/ui/utlui/navipi.cxx')
-rw-r--r-- | sw/source/ui/utlui/navipi.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/utlui/navipi.cxx b/sw/source/ui/utlui/navipi.cxx index be63daa32e..d9f04aedb2 100644 --- a/sw/source/ui/utlui/navipi.cxx +++ b/sw/source/ui/utlui/navipi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: navipi.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: os $ $Date: 2002-05-06 10:11:29 $ + * last change: $Author: os $ $Date: 2002-05-08 14:14:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -608,7 +608,6 @@ void SwNavigationPI::CreateNavigationTool(const Rectangle& rRect, BOOL bSetFocus rBind.ENTERREGISTRATIONS(); SwScrollNaviPopup* pPopup = new SwScrollNaviPopup(FN_SCROLL_NAVIGATION, - SW_RES(RID_SCROLL_NAVIGATION_WIN), rBind); rBind.LEAVEREGISTRATIONS(); |