summaryrefslogtreecommitdiff
path: root/sfx2/source/view/frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/frame.cxx')
-rw-r--r--sfx2/source/view/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index 26c6b5fe539d..283c2119cedb 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -416,7 +416,7 @@ void SfxFrame::UpdateDescriptor( SfxObjectShell *pDoc )
// Here only the fixed properties identified "other adjustable, the
// retrieved by GetViewData (saves time).
- DBG_ASSERT( pDoc, "NULL-Document inserted ?!" );
+ assert(pDoc && "NULL-Document inserted ?!");
GetParentFrame();
const SfxMedium *pMed = pDoc->GetMedium();