summaryrefslogtreecommitdiff
path: root/fpicker/source/office/asyncfilepicker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/asyncfilepicker.cxx')
-rw-r--r--fpicker/source/office/asyncfilepicker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/asyncfilepicker.cxx b/fpicker/source/office/asyncfilepicker.cxx
index 26888c76e3..3982ed001f 100644
--- a/fpicker/source/office/asyncfilepicker.cxx
+++ b/fpicker/source/office/asyncfilepicker.cxx
@@ -143,7 +143,7 @@ namespace svt
break;
default:
- DBG_ERROR( "AsyncPickerAction::execute: unknown action!" );
+ OSL_FAIL( "AsyncPickerAction::execute: unknown action!" );
break;
}
@@ -208,7 +208,7 @@ namespace svt
break;
default:
- DBG_ERROR( "AsyncPickerAction::OnActionDone: unknown action!" );
+ OSL_FAIL( "AsyncPickerAction::OnActionDone: unknown action!" );
break;
}