Kaydet (Commit) 7d943c1c authored tarafından Caolán McNamara's avatar Caolán McNamara

remove unused MoreButtons apis pieces

Change-Id: I087a45684041b6d816fbd09ebb24f727dd02d8be
üst fae74472
......@@ -73,8 +73,6 @@ public:
void SetMoreText( const OUString& rNewText );
void SetLessText( const OUString& rNewText );
OUString GetMoreText() const;
OUString GetLessText() const;
};
inline void MoreButton::SetState( sal_Bool bNewState )
......
......@@ -206,14 +206,6 @@ void MoreButton::SetMoreText( const OUString& rText )
SetText( rText );
}
OUString MoreButton::GetMoreText() const
{
if ( mpMBData )
return mpMBData->maMoreText;
else
return PushButton::GetText();
}
void MoreButton::SetLessText( const OUString& rText )
{
if ( mpMBData )
......@@ -223,12 +215,4 @@ void MoreButton::SetLessText( const OUString& rText )
SetText( rText );
}
OUString MoreButton::GetLessText() const
{
if ( mpMBData )
return mpMBData->maLessText;
else
return PushButton::GetText();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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