From 6207a1c02c42f7f942d6cabc256a945043ca4f30 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Dec 2013 09:29:05 +0200 Subject: convert SidebarWinKey from xub_StrLen->sal_Int32 Change-Id: Ie0e9176d4f8bbe5bdada5fea848ca9638fc55c91 --- sw/source/ui/docvw/frmsidebarwincontainer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/docvw') diff --git a/sw/source/ui/docvw/frmsidebarwincontainer.cxx b/sw/source/ui/docvw/frmsidebarwincontainer.cxx index 0426de9dd441..cf64e176528f 100644 --- a/sw/source/ui/docvw/frmsidebarwincontainer.cxx +++ b/sw/source/ui/docvw/frmsidebarwincontainer.cxx @@ -28,9 +28,9 @@ namespace { struct SidebarWinKey { - const xub_StrLen mnIndex; + const sal_Int32 mnIndex; - explicit SidebarWinKey( const xub_StrLen nIndex ) + explicit SidebarWinKey( const sal_Int32 nIndex ) : mnIndex( nIndex ) {} -- cgit