diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:45:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:45:41 +0000 |
commit | a2aba5ab02b88d8c46bce7e72433e3cb107f51f4 (patch) | |
tree | ab451f55ad6934d376d5139e086c5edc9f72908f /fpicker/source | |
parent | 198cd1f1983318a0403814a028985155d962bb05 (diff) |
INTEGRATION: CWS vcl87 (1.11.38); FILE MERGED
2008/03/12 09:35:55 pl 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED
2008/02/26 16:54:33 pl 1.11.38.1: #i86358# remove unused code
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFilePicker.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.hxx b/fpicker/source/unx/gnome/SalGtkFilePicker.hxx index 90f322e299d1..6f27c83651ac 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.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2008-03-07 16:13:46 $ + * last change: $Author: kz $ $Date: 2008-04-03 16:45:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -279,7 +279,6 @@ class SalGtkFilePicker : void SAL_CALL directoryChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); rtl::OUString SAL_CALL helpRequested( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ) const; void SAL_CALL controlStateChanged( ::com::sun::star::ui::dialogs::FilePickerEvent aEvent ); - void SAL_CALL dialogSizeChanged( ); private: // prevent copy and assignment |