[Libreoffice-commits] .: sw/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Oct 13 21:08:15 PDT 2010
sw/source/ui/app/docsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 201fc6423bd950b35a9fa6e279394b9ef857a0a2
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Oct 14 00:07:28 2010 -0400
Don't forget a ';' at the end of OSL_ENSURE.
Fixed a build break.
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx
index 5f87e7c..a3deda5 100644
--- a/sw/source/ui/app/docsh.cxx
+++ b/sw/source/ui/app/docsh.cxx
@@ -960,7 +960,7 @@ sal_uInt16 SwDocShell::GetHiddenInformationState( sal_uInt16 nStates )
}
if ( nStates & HIDDENINFORMATION_NOTES )
{
- OSL_ENSURE( GetWrtShell(), "No SwWrtShell, no information" )
+ OSL_ENSURE( GetWrtShell(), "No SwWrtShell, no information" );
if ( GetWrtShell() )
{
SwFieldType* pType = GetWrtShell()->GetFldType( RES_POSTITFLD, aEmptyStr );
More information about the Libreoffice-commits
mailing list