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

Stephan Bergmann sbergman at redhat.com
Fri Feb 22 07:12:51 PST 2013


 sfx2/source/doc/guisaveas.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 555d09b57892389fb0c34510da780f31912e47ef
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 22 16:12:25 2013 +0100

    Better debugging messages
    
    Change-Id: I7c10329f87edfe5d6f801c0aa70e1f6860780c8b

diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index d603ce5..e6fd041 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -595,8 +595,9 @@ sal_Bool ModelData_Impl::ExecuteFilterDialog_Impl( const ::rtl::OUString& aFilte
     {
         throw;
     }
-    catch( const uno::Exception& )
+    catch( const uno::Exception& e )
     {
+        SAL_WARN("sfx2.doc", "ignoring UNO exception " << e.Message);
     }
 
     return bDialogUsed;


More information about the Libreoffice-commits mailing list