[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/kofficecore
From:       Laurent Montel <montel () kde ! org>
Date:       2006-03-27 16:57:20
Message-ID: 1143478640.390538.2015.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 523223 by mlaurent:

minor fixwq

 M  +1 -1      KoFilterManager.h  
 M  +1 -1      KoQueryTrader.h  


--- trunk/koffice/libs/kofficecore/KoFilterManager.h #523222:523223
@@ -50,7 +50,7 @@
     /**
      * This enum is used to distinguish the import/export cases
      */
-    enum Orientation { Import = 1,  Export = 2 };
+    enum Direction { Import = 1,  Export = 2 };
 
     /**
      * Create a filter manager for a document
--- trunk/koffice/libs/kofficecore/KoQueryTrader.h #523222:523223
@@ -48,7 +48,7 @@
   /**
    * @return TRUE if the service pointer is null
    */
-  bool isEmpty() const { return m_service == 0L; }
+  bool isEmpty() const { return m_service.isNull(); }
 
   /**
    * @return name of the associated service
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic