summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 15:45:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 15:45:26 +0000
commit198cd1f1983318a0403814a028985155d962bb05 (patch)
tree005768d3899e550ce68d6f25390eee4e84a6b8b0 /fpicker
parent56d069fd47a5938ef2aa611f855d41fee30f3538 (diff)
INTEGRATION: CWS vcl87 (1.25.38); FILE MERGED
2008/03/12 09:35:58 pl 1.25.38.2: RESYNC: (1.25-1.26); FILE MERGED 2008/02/26 16:54:32 pl 1.25.38.1: #i86358# remove unused code
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/unx/gnome/SalGtkFilePicker.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
index ec1c480d20ec..a4273959f1c4 100644
--- a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
+++ b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SalGtkFilePicker.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: kz $ $Date: 2008-03-07 16:13:16 $
+ * last change: $Author: kz $ $Date: 2008-04-03 16:45:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -432,14 +432,6 @@ void SAL_CALL SalGtkFilePicker::controlStateChanged( FilePickerEvent aEvent )
if (m_xListener.is()) m_xListener->controlStateChanged( aEvent );
}
-void SAL_CALL SalGtkFilePicker::dialogSizeChanged()
-{
- OSL_TRACE("dialog size changed");
- /*
- if (m_xListener.is()) m_xListener->dialogSizeChanged( aEvent );
- */
-}
-
//-----------------------------------------------------------------------------------------
// If there are more then one listener the return value of the last one wins
//-----------------------------------------------------------------------------------------