diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:51:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 04:35:19 -0600 |
commit | 2a09751d51332aa413e769d0f7916aca0cf4e742 (patch) | |
tree | 7e0b53c491ec182ca48e794cbafcbe0c2eb3a9d3 /fpicker/source/win32/filepicker/WinFileOpenImpl.hxx | |
parent | e23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 (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/win32/filepicker/WinFileOpenImpl.hxx')
-rw-r--r-- | fpicker/source/win32/filepicker/WinFileOpenImpl.hxx | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx index b1be8a1dfbfa..d4b2a3bfc07e 100644 --- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx +++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx @@ -55,15 +55,15 @@ public: virtual ~CWinFileOpenImpl( ); - //----------------------------------------------------------------------------------------- + // XExecutableDialog - //----------------------------------------------------------------------------------------- + virtual sal_Int16 SAL_CALL execute( ) throw( ::com::sun::star::uno::RuntimeException ); - //----------------------------------------------------------------------------------------- + // XFilePicker - //----------------------------------------------------------------------------------------- + virtual void SAL_CALL setDefaultName( const OUString& aName ) throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException ); @@ -76,9 +76,9 @@ public: virtual OUString SAL_CALL getDisplayDirectory( ) throw ( ::com::sun::star::uno::RuntimeException ); - //----------------------------------------------------------------------------------------- + // XFilterManager - //----------------------------------------------------------------------------------------- + virtual void SAL_CALL appendFilter( const OUString& aTitle, const OUString& aFilter ) throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException ); @@ -89,16 +89,16 @@ public: virtual OUString SAL_CALL getCurrentFilter( ) throw( ::com::sun::star::uno::RuntimeException ); - //----------------------------------------------------------------------------------------- + // XFilterGroupManager - //----------------------------------------------------------------------------------------- + virtual void SAL_CALL appendFilterGroup( const OUString& sGroupTitle, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair >& aFilters ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); - //----------------------------------------------------------------------------------------- + // XFilePickerControlAccess - //----------------------------------------------------------------------------------------- + virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::star::uno::Any& aValue ) throw( ::com::sun::star::uno::RuntimeException ); @@ -115,9 +115,9 @@ public: virtual OUString SAL_CALL getLabel( sal_Int16 aControlId ) throw ( ::com::sun::star::uno::RuntimeException); - //------------------------------------------------ + // XFilePreview - //------------------------------------------------ + virtual ::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSupportedImageFormats( ) throw (::com::sun::star::uno::RuntimeException); @@ -140,15 +140,15 @@ public: virtual sal_Bool SAL_CALL getShowState( ) throw (::com::sun::star::uno::RuntimeException); - //------------------------------------------------ + // XCancelable - //------------------------------------------------ + virtual void SAL_CALL cancel( ); - //------------------------------------------------ + // Implementation details - //------------------------------------------------ + protected: sal_Int16 SAL_CALL getFocused( ); |