summaryrefslogtreecommitdiff
path: root/svx/source/form/fmobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmobj.cxx')
-rw-r--r--svx/source/form/fmobj.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx
index abb18c7f2f98..b589077068e7 100644
--- a/svx/source/form/fmobj.cxx
+++ b/svx/source/form/fmobj.cxx
@@ -495,7 +495,8 @@ Reference< XInterface > FmFormObj::ensureModelEnv(const Reference< XInterface >
}
catch(Exception&)
{
- OSL_FAIL("FmFormObj::ensureModelEnv : exception while getting a sibling's DSS !");
+ TOOLS_WARN_EXCEPTION("svx.form",
+ "exception while getting a sibling's DSS !");
}
}
@@ -526,7 +527,8 @@ Reference< XInterface > FmFormObj::ensureModelEnv(const Reference< XInterface >
}
catch(Exception&)
{
- OSL_FAIL("FmFormObj::ensureModelEnv : exception while getting a destination DSS !");
+ TOOLS_WARN_EXCEPTION("svx.form",
+ "exception while getting a destination DSS !");
}
}