summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/SalAquaFilePicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/SalAquaFilePicker.hxx')
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx
index a9a7564da2b4..26b1ffeaa020 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.hxx
+++ b/fpicker/source/aqua/SalAquaFilePicker.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
@@ -91,14 +91,14 @@ public:
throw( ::com::sun::star::uno::RuntimeException );
virtual void SAL_CALL removeFilePickerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilePickerListener >& xListener )
throw( ::com::sun::star::uno::RuntimeException );
-
+
//------------------------------------------------------------------------------------
// XExecutableDialog functions
//------------------------------------------------------------------------------------
-
+
virtual void SAL_CALL setTitle( const ::rtl::OUString& aTitle )
throw( ::com::sun::star::uno::RuntimeException );
-
+
virtual sal_Int16 SAL_CALL execute( )
throw( ::com::sun::star::uno::RuntimeException );
@@ -205,11 +205,11 @@ public:
// 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( );
-
+
inline AquaFilePickerDelegate * getDelegate() {
return m_pDelegate;
}
-
+
inline rtl::OUString getSaveFileName() {
return m_sSaveFileName;
}
@@ -237,13 +237,13 @@ private:
void updateSaveFileNameExtension();
public:
-
+
virtual ~SalAquaFilePicker();
void filterControlChanged();
void implInitialize();
-
+
};
#endif // _SALAQUAFILEPICKER_HXX_