[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Mon Mar 10 14:26:23 PDT 2014
sw/source/core/view/viewsh.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 3973ecfe00379e8ed81cee6c4d43601186730065
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Mar 10 23:22:58 2014 +0200
Bin a dead ifdef
Change-Id: Iaebfff208767ce5032f94676f180999720b20fae
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 72ed522..2e7e315 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() )
{
More information about the Libreoffice-commits
mailing list