summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/folderpicker/WinFOPImpl.hxx')
-rw-r--r--fpicker/source/win32/folderpicker/WinFOPImpl.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
index d88531629d03..0dcf37b1abf2 100644
--- a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
+++ b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
#include "MtaFop.hxx"
//------------------------------------------------------------------------
-// forward
+// forward
//------------------------------------------------------------------------
class CFolderPicker;
@@ -52,16 +52,16 @@ class CWinFolderPickerImpl : public CMtaFolderPicker
{
public:
CWinFolderPickerImpl( CFolderPicker* aFolderPicker );
-
+
//-----------------------------------------------------------------------------------------
// XExecutableDialog
//-----------------------------------------------------------------------------------------
-
- virtual sal_Int16 SAL_CALL execute( )
+
+ virtual sal_Int16 SAL_CALL execute( )
throw( com::sun::star::uno::RuntimeException );
//-----------------------------------------------------
- // XFolderPicker
+ // XFolderPicker
//-----------------------------------------------------
virtual void SAL_CALL setDisplayDirectory( const rtl::OUString& aDirectory )
@@ -75,10 +75,10 @@ public:
protected:
virtual void SAL_CALL onSelChanged( const rtl::OUString& aNewPath );
-
+
private:
- CFolderPicker* m_pFolderPicker;
- sal_Int16 m_nLastDlgResult;
+ CFolderPicker* m_pFolderPicker;
+ sal_Int16 m_nLastDlgResult;
};
#endif