summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/pushbuttonnavigation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/pushbuttonnavigation.cxx')
-rw-r--r--extensions/source/propctrlr/pushbuttonnavigation.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/pushbuttonnavigation.cxx b/extensions/source/propctrlr/pushbuttonnavigation.cxx
index 721d7d95c22d..ed546e700ae2 100644
--- a/extensions/source/propctrlr/pushbuttonnavigation.cxx
+++ b/extensions/source/propctrlr/pushbuttonnavigation.cxx
@@ -103,7 +103,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PushButtonNavigation::PushButtonNavigation: caught an exception!" );
+ OSL_FAIL( "PushButtonNavigation::PushButtonNavigation: caught an exception!" );
}
}
@@ -142,7 +142,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PushButtonNavigation::getCurrentButtonType: caught an exception!" );
+ OSL_FAIL( "PushButtonNavigation::getCurrentButtonType: caught an exception!" );
}
return aReturn;
}
@@ -174,7 +174,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PushButtonNavigation::setCurrentButtonType: caught an exception!" );
+ OSL_FAIL( "PushButtonNavigation::setCurrentButtonType: caught an exception!" );
}
}
@@ -206,7 +206,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PushButtonNavigation::getCurrentButtonTypeState: caught an exception!" );
+ OSL_FAIL( "PushButtonNavigation::getCurrentButtonTypeState: caught an exception!" );
}
return eState;
@@ -237,7 +237,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PushButtonNavigation::getCurrentTargetURL: caught an exception!" );
+ OSL_FAIL( "PushButtonNavigation::getCurrentTargetURL: caught an exception!" );
}
return aReturn;
}
@@ -254,7 +254,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PushButtonNavigation::setCurrentTargetURL: caught an exception!" );
+ OSL_FAIL( "PushButtonNavigation::setCurrentTargetURL: caught an exception!" );
}
}
@@ -273,7 +273,7 @@ namespace pcr
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "PushButtonNavigation::setCurrentTargetURL: caught an exception!" );
+ OSL_FAIL( "PushButtonNavigation::setCurrentTargetURL: caught an exception!" );
}
return eState;