diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:13:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:13:47 +0000 |
commit | cee4853995c2e602c97ce785c0eb6b19cf20e8d5 (patch) | |
tree | 8e9128fa25e4536ce2b4b14b8ece0c5fd224c681 /fpicker | |
parent | e6b93f7505dc79eaf61e6ac6cfe015328155ec26 (diff) |
INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED
2005/11/16 12:07:43 pl 1.7.18.2: #i55991# removed warnings
2005/10/27 10:43:18 os 1.7.18.1: #i53898# warnings removed
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFilePicker.hxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx index 906da1133b87..0b7cd2100b9f 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:35:03 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:13:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -246,6 +246,7 @@ class SalGtkFilePicker : // XEventListener //------------------------------------------------ + using cppu::WeakComponentImplHelperBase::disposing; virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::uno::RuntimeException); @@ -336,7 +337,14 @@ class SalGtkFilePicker : ::rtl::OUString m_aCurrentFilter; - GtkWidget *getWidget( sal_Int16 nControlId, GType *pType = NULL); + bool bVersionWidthUnset; + sal_Bool mbPreviewState; + gulong mHID_Preview; + GtkWidget* m_pPreview; + sal_Int32 m_PreviewImageWidth; + sal_Int32 m_PreviewImageHeight; + + GtkWidget *getWidget( sal_Int16 nControlId, GType *pType = NULL); void SetCurFilter( const OUString& rFilter ); void SetFilters(); @@ -348,14 +356,6 @@ class SalGtkFilePicker : const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair>& _rFilters ); void updateCurrentFilterFromName(const gchar* filtername); void unselect_type(); - - bool bVersionWidthUnset; - sal_Bool mbPreviewState; - gulong mHID_Preview; - GtkWidget* m_pPreview; - sal_Int32 m_PreviewImageWidth; - sal_Int32 m_PreviewImageHeight; - void InitialMapping(); void HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction, |