diff options
Diffstat (limited to 'sd/source/ui/func/fuoutl.cxx')
-rw-r--r-- | sd/source/ui/func/fuoutl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuoutl.cxx b/sd/source/ui/func/fuoutl.cxx index a02bf5f9c887..8ff096feb0f5 100644 --- a/sd/source/ui/func/fuoutl.cxx +++ b/sd/source/ui/func/fuoutl.cxx @@ -58,7 +58,7 @@ sal_Bool FuOutline::Command(const CommandEvent& rCEvt) OutlinerView* pOlView = static_cast<OutlineView*>(mpView)->GetViewByWindow(mpWindow); - DBG_ASSERT (pOlView, "keine OutlinerView gefunden"); + DBG_ASSERT (pOlView, "no OutlineView found"); if (pOlView) { |