diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-15 12:33:10 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-15 12:33:10 +0000 |
commit | 3e3d3a05229a1c49d8d273d5ba99081d0541cd81 (patch) | |
tree | a5da4fcec19bdde750ca9000b07467a644c94c3a /sw/source/ui/uno | |
parent | 628fa70abdb40da726138c9b5c4338261b535cb8 (diff) |
#ifdef DBG_UTIL needed
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r-- | sw/source/ui/uno/unotxdoc.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 2d28757e9efe..9c23d9d5bc82 100644 --- a/sw/source/ui/uno/unotxdoc.cxx +++ b/sw/source/ui/uno/unotxdoc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unotxdoc.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: os $ $Date: 2001-03-13 14:39:53 $ + * last change: $Author: os $ $Date: 2001-03-15 13:33:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3011,7 +3011,9 @@ Reference<XInterface> SwXDocumentPropertyHelper::GetDrawTable(short nWhich) xDrawDefaults = (cppu::OWeakObject*)new SwSvxUnoDrawPool(m_pDoc); xRet = xDrawDefaults; break; +#ifdef DBG_UTIL default: DBG_ERROR("which table?") +#endif } } return xRet; |