From fbadd85ce22d073c10915c0e0198c031a2c01abf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 20 Mar 2018 09:03:41 +0000 Subject: Werror=misleading-indentation Change-Id: If128194d45a4cf7265d0ca839f062ab70c22bcc1 --- sw/source/core/doc/DocumentFieldsManager.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw') diff --git a/sw/source/core/doc/DocumentFieldsManager.cxx b/sw/source/core/doc/DocumentFieldsManager.cxx index dd91855ff0c9..a8d78988346c 100644 --- a/sw/source/core/doc/DocumentFieldsManager.cxx +++ b/sw/source/core/doc/DocumentFieldsManager.cxx @@ -1072,11 +1072,13 @@ void DocumentFieldsManager::UpdateExpFields( SwTextField* pUpdateField, bool bUp // Modify entry in the hash table pFnd->aSetStr = pSField->GetExpStr(); else + { // insert new entry aHashStrTable[nPos].reset( new HashStr( aNew, pSField->GetExpStr(), aHashStrTable[nPos].release() ) ); pFnd = aHashStrTable[nPos].get(); + } // Extension for calculation with Strings SwSbxValue aValue; -- cgit