From 0375504f7be34d857859dfbaa312501e0eaaaad1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 Dec 2014 14:19:41 +0200 Subject: fdo#38835 strip out OString globals Change-Id: Id2eb27132fd6c1734e50c02617ce1bbb75e294a0 --- vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/unx') 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 }; -- cgit