summaryrefslogtreecommitdiff
path: root/include/vcl/salnativewidgets.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-13 10:06:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-13 12:49:01 +0100
commitb1a9498a1415ca42e4d13f3e56daff0ebffc0ccf (patch)
tree8f93312b3fdb31c78bed1fce61f38664362bb87b /include/vcl/salnativewidgets.hxx
parent47ac1b7445520c04f4c98bac925fe14257fd8098 (diff)
Remove EditBoxValue again and just use the native widgets size request
Change-Id: Ib9d0f06bffc9e9d31149a622350145024a9b8a99
Diffstat (limited to 'include/vcl/salnativewidgets.hxx')
-rw-r--r--include/vcl/salnativewidgets.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index c8370aa50c4e..b61f6e945903 100644
--- a/include/vcl/salnativewidgets.hxx
+++ b/include/vcl/salnativewidgets.hxx
@@ -482,19 +482,6 @@ public:
bool mbSingleLine:1;
};
-/* EditBoxValue:
- *
- * Value container for editbox specifying additional drawing hints
- */
-class VCL_DLLPUBLIC EditBoxValue : public ImplControlValue
-{
-public:
- EditBoxValue(long nTextHeight)
- : ImplControlValue(CTRL_EDITBOX, BUTTONVALUE_DONTKNOW, nTextHeight)
- {
- }
- virtual EditBoxValue* clone() const SAL_OVERRIDE;
-};
#endif