[Libreoffice-commits] .: writerfilter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 7 09:06:53 PST 2012


 writerfilter/source/rtftok/rtfdocumentimpl.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 08d2a6532ece404f12dd5dbc84f0d6122db5abd5
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Fri Dec 7 18:06:08 2012 +0100

    Emacs modeline + whitespace fix.
    
    Change-Id: I89b08c4125495d8d1b06ca9509e31dd5222dee22

diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 78bd105..ef3be2b 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /*
  * Version: MPL 1.1 / GPLv3+ / LGPLv3+
  *
@@ -3409,12 +3410,12 @@ int RTFDocumentImpl::pushState()
     m_nGroupStartPos = Strm().Tell();
 
     if (m_aStates.empty())
-      m_aStates.push(m_aDefaultState);
+        m_aStates.push(m_aDefaultState);
     else
     {
         if (m_aStates.top().nDestinationState == DESTINATION_MR)
             lcl_DestinationToMath(m_aStates.top().aDestinationText, m_aMathBuffer);
-	m_aStates.push(m_aStates.top());
+        m_aStates.push(m_aStates.top());
     }
     m_aStates.top().aDestinationText.setLength(0);
 


More information about the Libreoffice-commits mailing list