summaryrefslogtreecommitdiff
path: root/include/vcl/vclmedit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 15:13:24 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:45 +0200
commite9b2ee303789c290b392c524e7afcd2ee870de07 (patch)
tree4bcad858d467eb4eb8a5c595054e396ba6181dd9 /include/vcl/vclmedit.hxx
parent4464ea472c5e4af48a95fa55235bfc4f06880790 (diff)
remove unused code vcl/VclMultiLineEdit
VclMultiLineEdit::IsRightToLeft() const VclMultiLineEdit::SetTextSelectable(bool) Change-Id: I430ffd0bac59baf49bac05123f22fa004a90ec40
Diffstat (limited to 'include/vcl/vclmedit.hxx')
-rw-r--r--include/vcl/vclmedit.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx
index c95258ac6e5a..97c77c91dde3 100644
--- a/include/vcl/vclmedit.hxx
+++ b/include/vcl/vclmedit.hxx
@@ -105,7 +105,6 @@ public:
OUString GetTextLines( LineEnd aSeparator ) const;
void SetRightToLeft( bool bRightToLeft );
- bool IsRightToLeft() const;
void SaveValue() { aSaveValue = GetText(); }
const OUString& GetSavedValue() const { return aSaveValue; }
@@ -129,7 +128,6 @@ public:
void DisableSelectionOnFocus();
- void SetTextSelectable( bool bTextSelectable );
void EnableCursor( bool bEnable );
virtual bool set_property(const OString &rKey, const OString &rValue);