diff options
Diffstat (limited to 'vcl/inc/svimpbox.hxx')
-rw-r--r-- | vcl/inc/svimpbox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/svimpbox.hxx b/vcl/inc/svimpbox.hxx index 9f3f12505899..df25a63ed42c 100644 --- a/vcl/inc/svimpbox.hxx +++ b/vcl/inc/svimpbox.hxx @@ -181,8 +181,8 @@ private: SvLBoxTab* NextTab( SvLBoxTab const * ); bool SetMostRight( SvTreeListEntry* pEntry ); - void FindMostRight( SvTreeListEntry* pParent, SvTreeListEntry* EntryToIgnore ); - void FindMostRight_Impl( SvTreeListEntry* pParent,SvTreeListEntry* EntryToIgnore ); + void FindMostRight( SvTreeListEntry* pParent ); + void FindMostRight_Impl( SvTreeListEntry* pParent ); void NotifyTabsChanged(); // if element at cursor can be expanded in general @@ -233,7 +233,7 @@ protected: void BeginScroll(); void EndScroll(); void PositionScrollBars( Size& rOSize, sal_uInt16 nMask ); - void FindMostRight( SvTreeListEntry const * EntryToIgnore ); + void FindMostRight(); void FillView(); void ShowVerSBar(); void StopUserEvent(); |