Kaydet (Commit) dd4c3f30 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)

Change-Id: I3f1970c3ccf5df32005596bbcca8e09e481a980b
üst f5a1a26d
...@@ -1909,7 +1909,7 @@ TabBarPageBits TabBar::GetPageBits( sal_uInt16 nPageId ) const ...@@ -1909,7 +1909,7 @@ TabBarPageBits TabBar::GetPageBits( sal_uInt16 nPageId ) const
if ( nPos != PAGE_NOT_FOUND ) if ( nPos != PAGE_NOT_FOUND )
return mpImpl->mpItemList[nPos]->mnBits; return mpImpl->mpItemList[nPos]->mnBits;
else else
return sal_False; return 0;
} }
sal_uInt16 TabBar::GetPageCount() const sal_uInt16 TabBar::GetPageCount() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment