Author: maxcom
Date: Mon Mar 21 13:41:01 2011
New Revision: 1083781

URL: http://svn.apache.org/viewvc?rev=1083781&view=rev
Log:
XWPFPicture: remove unused POILogger instance

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFPicture.java

Modified: 
poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFPicture.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFPicture.java?rev=1083781&r1=1083780&r2=1083781&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFPicture.java 
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFPicture.java Mon 
Mar 21 13:41:01 2011
@@ -18,8 +18,6 @@ package org.apache.poi.xwpf.usermodel;
 
 import org.apache.poi.POIXMLDocumentPart;
 import org.apache.poi.openxml4j.opc.PackageRelationship;
-import org.apache.poi.util.POILogFactory;
-import org.apache.poi.util.POILogger;
 import org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture;
 
 
@@ -27,8 +25,6 @@ import org.openxmlformats.schemas.drawin
  * @author Philipp Epp
  */
 public class XWPFPicture {
-       private static final POILogger logger = 
POILogFactory.getLogger(XWPFPicture.class);
-       
        protected XWPFParagraph paragraph;
        private CTPicture ctPic;
     private String description;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to