diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-04 14:19:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-12-05 11:34:20 +0200 |
commit | 0375504f7be34d857859dfbaa312501e0eaaaad1 (patch) | |
tree | 92e67f8b77e53c343306483bc49f5021283d3519 /vcl/unx | |
parent | 7716243236a047932240de275ecac17b149b88a9 (diff) |
fdo#38835 strip out OString globals
Change-Id: Id2eb27132fd6c1734e50c02617ce1bbb75e294a0
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx index b4f4dbd09ac5..586dff1ab86e 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx @@ -213,8 +213,6 @@ class SalGtkFilePicker : public SalGtkPicker, public SalGtkFilePicker_Base bool mbToggleVisibility[TOGGLE_LAST]; bool mbToggleChecked[TOGGLE_LAST]; - static const OString m_ToggleLabels[TOGGLE_LAST]; - enum { PLAY, BUTTON_LAST }; |