diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 15:13:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 15:13:46 +0000 |
commit | 7309b939e007e8a520961148bfdc163b31fe5d79 (patch) | |
tree | f8e02753254fd193422170715b82ba1354984933 | |
parent | 296429d27f525a83bb90ea12e83637ca6dfc9ae8 (diff) |
INTEGRATION: CWS unifysound01_DEV300 (1.10.110); FILE MERGED
2007/12/03 10:02:57 cmc 1.10.110.3: RESYNC: (1.10-1.11); FILE MERGED
2007/08/13 09:58:19 cmc 1.10.110.2: #i80567# provide non-stock play and stop buttons for older gtk releases
2007/08/10 11:03:44 cmc 1.10.110.1: #i80567# Add a play button the gtk fpicker
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFilePicker.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx index 7e22ae946ae9..90f322e299d1 100644 --- a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx +++ b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SalGtkFilePicker.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: ihi $ $Date: 2007-11-19 16:25:22 $ + * last change: $Author: kz $ $Date: 2008-03-07 16:13:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -297,6 +297,7 @@ class SalGtkFilePicker : private: ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilePickerListener > m_xListener; + ::rtl::OUString msPlayLabel; FilterList *m_pFilterList; GtkWidget *m_pVBox; @@ -340,6 +341,7 @@ class SalGtkFilePicker : GtkWidget *m_pLists[ LIST_LAST ]; GtkWidget *m_pListLabels[ LIST_LAST ]; bool mbListVisibility[ LIST_LAST ]; + bool mbButtonVisibility[ BUTTON_LAST ]; gulong mnHID_FolderChange; gulong mnHID_SelectionChange; |