summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-07 10:00:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-07 13:58:43 +0100
commit72fad7a18d9967d35a68ee9f64f469f438a68882 (patch)
treec94d8b9a2c2c881746e081c1e01c58215f1659ed /include
parent2b635e6de85a9364ec9159a0d827de40bff4a0b9 (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.hxx2
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; }