diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 10:00:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 13:58:43 +0100 |
commit | 72fad7a18d9967d35a68ee9f64f469f438a68882 (patch) | |
tree | c94d8b9a2c2c881746e081c1e01c58215f1659ed /include | |
parent | 2b635e6de85a9364ec9159a0d827de40bff4a0b9 (diff) |
remove some unused getters
Change-Id: Iaa556491add4a7674f90ecfbf8e44f0b1d6583ee
Reviewed-on: https://gerrit.libreoffice.org/82198
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/edit.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx index 2ebb5e903f0f..5958f124ae51 100644 --- a/include/vcl/edit.hxx +++ b/include/vcl/edit.hxx @@ -181,7 +181,6 @@ public: virtual bool IsReadOnly() const { return mbReadOnly; } void SetSelectAllSingleClick( bool bSelectAllSingleClick ); - bool IsSelectAllSingleClick() const { return mbSelectAllSingleClick; } void SetInsertMode( bool bInsert ); bool IsInsertMode() const; @@ -213,7 +212,6 @@ public: void SetCursorAtLast(); void SetPlaceholderText( const OUString& rStr ); - OUString GetPlaceholderText() const; void SaveValue() { maSaveValue = GetText(); } const OUString& GetSavedValue() const { return maSaveValue; } |