summaryrefslogtreecommitdiff
path: root/fpicker/source/office/asyncfilepicker.cxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-23 16:22:33 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-24 12:29:08 +0200
commit3eee31157a320181c9d5c70681e62a085212c22e (patch)
treeb6098d9532ca66d3b39c3ef9ff7c408e40ec7bda /fpicker/source/office/asyncfilepicker.cxx
parentdb33c7853e12e9593a530ce2327e9662bcab1480 (diff)
RemoteFilesDialog integration with AsyncPickerAction
Change-Id: If6ded1c2f2b056ce864589649b08ed19a73dc5dd
Diffstat (limited to 'fpicker/source/office/asyncfilepicker.cxx')
-rw-r--r--fpicker/source/office/asyncfilepicker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx
index cf6b17b07c8f..8e4c9e3d2ff6 100644
--- a/fpicker/source/office/asyncfilepicker.cxx
+++ b/fpicker/source/office/asyncfilepicker.cxx
@@ -28,7 +28,7 @@
namespace svt
{
- AsyncPickerAction::AsyncPickerAction( SvtFileDialog* _pDialog, SvtFileView* _pView, const Action _eAction )
+ AsyncPickerAction::AsyncPickerAction( SvtFileDialog_Base* _pDialog, SvtFileView* _pView, const Action _eAction )
:m_eAction ( _eAction )
,m_pView ( _pView )
,m_pDialog ( _pDialog )