summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/SalAquaFolderPicker.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:51:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 04:35:19 -0600
commit2a09751d51332aa413e769d0f7916aca0cf4e742 (patch)
tree7e0b53c491ec182ca48e794cbafcbe0c2eb3a9d3 /fpicker/source/aqua/SalAquaFolderPicker.hxx
parente23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 (diff)
Remove visual noise from fpicker
Change-Id: I58ae70cc71853e17e638ef64aaded87615e37986 Reviewed-on: https://gerrit.libreoffice.org/8264 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source/aqua/SalAquaFolderPicker.hxx')
-rw-r--r--fpicker/source/aqua/SalAquaFolderPicker.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx
index 1849fee82563..699291ddd680 100644
--- a/fpicker/source/aqua/SalAquaFolderPicker.hxx
+++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx
@@ -31,9 +31,9 @@
#include <rtl/ustring.hxx>
-//----------------------------------------------------------
+
// class declaration
-//----------------------------------------------------------
+
class SalAquaFolderPicker :
public SalAquaPicker,
@@ -47,9 +47,9 @@ public:
// constructor
SalAquaFolderPicker( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceMgr );
- //------------------------------------------------------------------------------------
+
// XExecutableDialog functions
- //------------------------------------------------------------------------------------
+
virtual void SAL_CALL setTitle( const OUString& aTitle )
throw( ::com::sun::star::uno::RuntimeException );
@@ -57,9 +57,9 @@ public:
virtual sal_Int16 SAL_CALL execute( )
throw( ::com::sun::star::uno::RuntimeException );
- //------------------------------------------------------------------------------------
+
// XFolderPicker functions
- //------------------------------------------------------------------------------------
+
virtual void SAL_CALL setDisplayDirectory( const OUString& rDirectory )
throw( com::sun::star::lang::IllegalArgumentException, com::sun::star::uno::RuntimeException );
@@ -73,9 +73,9 @@ public:
virtual void SAL_CALL setDescription( const OUString& rDescription )
throw( com::sun::star::uno::RuntimeException );
- //------------------------------------------------
+
// XServiceInfo
- //------------------------------------------------
+
virtual OUString SAL_CALL getImplementationName( )
throw(::com::sun::star::uno::RuntimeException);
@@ -86,16 +86,16 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( )
throw(::com::sun::star::uno::RuntimeException);
- //------------------------------------------------
+
// XCancellable
- //------------------------------------------------
+
virtual void SAL_CALL cancel( )
throw( ::com::sun::star::uno::RuntimeException );
- //------------------------------------------------
+
// XEventListener
- //------------------------------------------------
+
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aEvent )
throw(::com::sun::star::uno::RuntimeException);