[Libreoffice-commits] .: sw/source

David Tardon dtardon at kemper.freedesktop.org
Fri Nov 12 23:23:54 PST 2010


 sw/source/core/text/txtio.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5adc8640fbde3418bb62994599c0cd3d07d9c62
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Nov 13 08:23:31 2010 +0100

    want #endif, not #else

diff --git a/sw/source/core/text/txtio.cxx b/sw/source/core/text/txtio.cxx
index ec7eb6f..434e2b0 100644
--- a/sw/source/core/text/txtio.cxx
+++ b/sw/source/core/text/txtio.cxx
@@ -294,7 +294,7 @@ sal_Bool IsDbg( const SwTxtFrm *pFrm )
     if( pFrm && pFrm->GetShell() )
         return pFrm->GetShell()->GetViewOptions()->IsTest4();
     else
-#else
+#endif
         return sal_False;
 }
 


More information about the Libreoffice-commits mailing list