summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-06-26 17:54:11 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:53:15 +0200
commit0b2ec9b1b32eac9d99c4ea7aa9401168a8cd5da2 (patch)
tree6f56d428173970a243aaf98943cdeeeb33aa4965 /ucb
parent3daae54d268d8770508f61cd7545f96a9df1ce49 (diff)
PlaceEditDialog: temporary error box (showing when auth failed)
Change-Id: I614c62df60e4da4f6bb36438cbd3360484cd518c
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/cmis/cmis_repo_content.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/cmis/cmis_repo_content.cxx b/ucb/source/ucp/cmis/cmis_repo_content.cxx
index 86be92cd8865..5128b701d079 100644
--- a/ucb/source/ucp/cmis/cmis_repo_content.cxx
+++ b/ucb/source/ucp/cmis/cmis_repo_content.cxx
@@ -202,6 +202,7 @@ namespace cmis
catch (const libcmis::Exception& e)
{
SAL_INFO( "ucb.ucp.cmis", "Error getting repositories: " << e.what() );
+ throw uno::Exception( );
}
}
else