summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ListBox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 9d947aa3baf1..2453ebc38612 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -896,9 +896,9 @@ namespace frm
}
}
break;
- default:
- OSL_FAIL( "OListBoxModel::loadData: unreachable!" );
- break;
+ default:
+ OSL_FAIL( "OListBoxModel::loadData: unreachable!" );
+ break;
}
}
catch(const SQLException& eSQL)