summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:12:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:12:17 +0000
commit8505c4230940ef6e877076c719ac4cddd356d975 (patch)
tree82303b38331ccaee17e620ed2a3f1ac047d89cc9 /fpicker/source
parent80e29919f46bf3394d87babf4a5affd494124d3a (diff)
INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED
2006/01/25 20:29:41 sb 1.3.10.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/07 18:55:32 pl 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/27 10:43:16 os 1.3.10.1: #i53898# warnings removed
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/office/asyncfilepicker.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx
index c472f8cd83..537f4aa46e 100644
--- a/fpicker/source/office/asyncfilepicker.cxx
+++ b/fpicker/source/office/asyncfilepicker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: asyncfilepicker.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-11-11 11:39:20 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:12:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,9 +61,9 @@ namespace svt
//--------------------------------------------------------------------
AsyncPickerAction::AsyncPickerAction( SvtFileDialog* _pDialog, SvtFileView* _pView, const Action _eAction )
:m_refCount ( 0 )
- ,m_pDialog ( _pDialog )
- ,m_pView ( _pView )
,m_eAction ( _eAction )
+ ,m_pView ( _pView )
+ ,m_pDialog ( _pDialog )
,m_bRunning ( false )
{
DBG_CTOR( AsyncPickerAction, NULL );