diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-01-17 13:34:04 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-01-17 15:47:45 +0100 |
commit | 8935f127d1dbe82c10db229d6cda1acfb964456c (patch) | |
tree | e3b12c2f9236c6dd0cca3eeaf7f94a577277d0a9 /svx | |
parent | a63d7020ce55c1b2970ba5a3ddd3f6f7067eac48 (diff) |
DbGridControl::SeekCursor: show exception when seek fails (and debug build)
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 646bf9bba795..9548a81e79ef 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -2470,6 +2470,7 @@ sal_Bool DbGridControl::SeekCursor(long nRow, sal_Bool bAbsolute) catch(Exception&) { OSL_FAIL("DbGridControl::SeekCursor : failed ..."); + DBG_UNHANDLED_EXCEPTION(); m_nSeekPos = -1; // kein Datensatz mehr vorhanden } } |