[Libreoffice-commits] core.git: sfx2/inc sfx2/source

Andrea Gelmini andrea.gelmini at gelma.net
Wed Mar 29 18:59:53 UTC 2017


 sfx2/inc/guisaveas.hxx        |    2 +-
 sfx2/source/doc/guisaveas.cxx |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9c95a2062ed5088c72189e0bb3e70b1b853de934
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Mar 29 17:50:59 2017 +0200

    Fix typo in method
    
    Change-Id: Ib2b05abaeacd3b8787f938a49a0d9673096b5f42
    Reviewed-on: https://gerrit.libreoffice.org/35857
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx
index eb742e045300..ee044218caad 100644
--- a/sfx2/inc/guisaveas.hxx
+++ b/sfx2/inc/guisaveas.hxx
@@ -65,7 +65,7 @@ public:
                     const OUString& aUserSelectedName,
                     SignatureState nDocumentSignatureState );
 
-    static bool CheckFilterOptionsAppearence(
+    static bool CheckFilterOptionsAppearance(
                     const css::uno::Reference< css::container::XNameAccess >& xFilterCFG,
                     const OUString& aFilterName );
 
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 237821beaee7..8744d1e22f53 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -1078,7 +1078,7 @@ bool ModelData_Impl::OutputFileDialog( sal_Int8 nStoreMode,
     uno::Reference< ui::dialogs::XFilePickerControlAccess > xExtFileDlg( pFileDlg->GetFilePicker(), uno::UNO_QUERY );
     if ( xExtFileDlg.is() )
     {
-        if ( SfxStoringHelper::CheckFilterOptionsAppearence( m_pOwner->GetFilterConfiguration(), aFilterName ) )
+        if ( SfxStoringHelper::CheckFilterOptionsAppearance( m_pOwner->GetFilterConfiguration(), aFilterName ) )
             bUseFilterOptions = true;
 
         if ( ( !( nStoreMode & EXPORT_REQUESTED ) || ( nStoreMode & WIDEEXPORT_REQUESTED ) ) && bUseFilterOptions )
@@ -1698,7 +1698,7 @@ bool SfxStoringHelper::GUIStoreModel( const uno::Reference< frame::XModel >& xMo
 
 
 // static
-bool SfxStoringHelper::CheckFilterOptionsAppearence(
+bool SfxStoringHelper::CheckFilterOptionsAppearance(
                                                     const uno::Reference< container::XNameAccess >& xFilterCFG,
                                                     const OUString& aFilterName )
 {


More information about the Libreoffice-commits mailing list