diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-10 23:22:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-10 23:25:32 +0200 |
commit | 3973ecfe00379e8ed81cee6c4d43601186730065 (patch) | |
tree | 2576d58bf40dffcf7697828267e28408234e65dc /sw | |
parent | 7c6c1bae378c3b993a1a1010444ae68f26627d33 (diff) |
Bin a dead ifdef
Change-Id: Iaebfff208767ce5032f94676f180999720b20fae
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/view/viewsh.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index 72ed52243c80..2e7e3152c8be 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -864,11 +864,7 @@ void SwViewShell::Reformat() // we go for safe: get rid of the old font information, // when the printer resolution or zoom factor changes. // Init() and Reformat() are the safest locations. -#ifdef FNTMET - aFntMetList.Flush(); -#else pFntCache->Flush( ); -#endif if( GetLayout()->IsCallbackActionEnabled() ) { |