sw/source/core/doc/docnew.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 3b47edcc762681773e059577d62f34cd8a7bef99
Author: Tor Lillqvist <t...@collabora.com>
Date:   Mon Apr 7 12:12:40 2014 +0300

    This IOS ifdef has no visible effect nowadays
    
    So bin it then.
    
    Change-Id: Id8b073cffb4043793e91a06662ecea1c147a771f

diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 27d333ba..00e4d3a 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -705,11 +705,7 @@ SwDoc::~SwDoc()
 
 VirtualDevice& SwDoc::CreateVirtualDevice_() const
 {
-#ifdef IOS
-    VirtualDevice* pNewVir = new VirtualDevice( 8 );
-#else
     VirtualDevice* pNewVir = new VirtualDevice( 1 );
-#endif
 
     pNewVir->SetReferenceDevice( VirtualDevice::REFDEV_MODE_MSO1 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to