summaryrefslogtreecommitdiff
path: root/include/vcl/edit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/edit.hxx')
-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; }