[Libreoffice-commits] .: filter/inc

Joseph Powers jpowers at kemper.freedesktop.org
Thu Jun 16 06:53:52 PDT 2011


 filter/inc/filter/msfilter/escherex.hxx |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 864fe2695bdaf04b0c510e80d813f2619b5471c7
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Thu Jun 16 06:53:46 2011 -0700

    Fix a typo in my whitespace cleanup.
    
    Sorry

diff --git a/filter/inc/filter/msfilter/escherex.hxx b/filter/inc/filter/msfilter/escherex.hxx
index c1accfc..a516a93 100644
--- a/filter/inc/filter/msfilter/escherex.hxx
+++ b/filter/inc/filter/msfilter/escherex.hxx
@@ -1088,7 +1088,7 @@ class MSFILTER_DLLPUBLIC EscherGraphicProvider
 
 protected:
 
-    al_uInt32                  ImplInsertBlib( EscherBlibEntry* p_EscherBlibEntry );
+    sal_uInt32              ImplInsertBlib( EscherBlibEntry* p_EscherBlibEntry );
 
 public:
 
@@ -1116,8 +1116,8 @@ public:
 
 class MSFILTER_DLLPUBLIC EscherSolverContainer
 {
-    List                maShapeList;
-    List                maConnectorList;
+    List            maShapeList;
+    List            maConnectorList;
 
 public:
 
@@ -1129,6 +1129,7 @@ public:
                         const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &,
                         sal_uInt32 nId
                     );
+
     void            AddConnector(
                         const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &,
                         const ::com::sun::star::awt::Point& rA,


More information about the Libreoffice-commits mailing list