summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:06:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:06:13 +0000
commitf1a2392721cb47a0757ab7439418ca5c40425b84 (patch)
tree5fc5135829d8184a2e5e8e4d600e5734e17fc346 /sw/source/ui/uno
parente85fc0643df2707e963e65bb2c344b2fbf43fa48 (diff)
INTEGRATION: CWS hr50 (1.125.22); FILE MERGED
2008/04/11 15:54:06 hr 1.125.22.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 0a52fe4cc048..e5dd6ce454a4 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unotxdoc.cxx,v $
- * $Revision: 1.129 $
+ * $Revision: 1.130 $
*
* This file is part of OpenOffice.org.
*
@@ -2562,8 +2562,9 @@ SwDoc * SwXTextDocument::GetRenderDoc( SfxViewShell *&rpView, const uno::Any& rS
rpView = pDoc->GetDocShell()->GetView();
}
}
- else
+ else {
DBG_ERROR( "unexpected ViewShell" );
+ }
}
}
return pDoc;