summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-10 23:22:58 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-10 23:25:32 +0200
commit3973ecfe00379e8ed81cee6c4d43601186730065 (patch)
tree2576d58bf40dffcf7697828267e28408234e65dc
parent7c6c1bae378c3b993a1a1010444ae68f26627d33 (diff)
Bin a dead ifdef
Change-Id: Iaebfff208767ce5032f94676f180999720b20fae
-rw-r--r--sw/source/core/view/viewsh.cxx4
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() )
{