diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 09:16:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 11:59:53 +0100 |
commit | 7d943c1c572d463ebd0a997973383a579b60951f (patch) | |
tree | 07cd8583769faa5629fcf88281f384a4294f7969 /include/vcl | |
parent | fae7447283142b359c9f9ea80c3cc79ceab52e2c (diff) |
remove unused MoreButtons apis pieces
Change-Id: I087a45684041b6d816fbd09ebb24f727dd02d8be
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/morebtn.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/morebtn.hxx b/include/vcl/morebtn.hxx index 7b5399f41eb1..3cf4a4a7319c 100644 --- a/include/vcl/morebtn.hxx +++ b/include/vcl/morebtn.hxx @@ -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 ) |