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

Noel Grandin noel at peralex.com
Mon Mar 4 06:34:48 PST 2013


 sfx2/source/dialog/filedlghelper.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 85871c984b14b7ceb72634095660081ef16054e5
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Mar 4 13:03:49 2013 +0200

    fix missing return statement
    
    ...introduced in my commit dc00ad1e823e3b36619cd04c7e4d169362e199b3
    "fdo#46808, Use service constructor for task::InteractionHandler"
    
    Change-Id: I187702ee5d6c3e653ce08526bb1af80af0b92cb4

diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index 6f707ac..f774b4e 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -2749,6 +2749,7 @@ ErrCode RequestPassword(const SfxFilter* pCurrentFilter, rtl::OUString& aURL, Sf
     }
     else
         return ERRCODE_ABORT;
+    return ERRCODE_NONE;
 }
 
 // ------------------------------------------------------------------------


More information about the Libreoffice-commits mailing list