summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-04-18 20:15:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-04-20 19:48:49 +0200
commit5dbb5f7266a8af21544fdd795adbc01e14cfe219 (patch)
tree62abd5b2fc15319b9123f0ad0bd049d3eeace364 /include
parenta1e897a46f2ada5e93ccd52d3ac382ee1a54c41c (diff)
drop EnableSelectAll
Change-Id: I57dcca28daf7fe8544ee524b8b41bbc1fe591fac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92489 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/combobox.hxx1
-rw-r--r--include/vcl/edit.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index 45d59dc35156..562072baa9ef 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -89,7 +89,6 @@ public:
void RemoveEntryAt(sal_Int32 nPos);
void Clear();
- void EnableSelectAll();
sal_Int32 GetEntryPos( const OUString& rStr ) const;
Image GetEntryImage( sal_Int32 nPos ) const;
OUString GetEntry( sal_Int32 nPos ) const;
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index a5f12d44f7b0..1f59b7382a77 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -71,7 +71,6 @@ private:
sal_Int32 mnMaxWidthChars;
sal_Unicode mcEchoChar;
bool mbModified:1,
- mbSelectAllSingleClick:1,
mbInternModified:1,
mbReadOnly:1,
mbInsertMode:1,
@@ -179,8 +178,6 @@ public:
virtual void SetReadOnly( bool bReadOnly = true );
virtual bool IsReadOnly() const { return mbReadOnly; }
- void SetSelectAllSingleClick( bool bSelectAllSingleClick );
-
void SetInsertMode( bool bInsert );
bool IsInsertMode() const;