[Libreoffice-commits] .: oox/source

Noel Power noelp at kemper.freedesktop.org
Mon Sep 26 04:41:13 PDT 2011


 oox/source/ole/olehelper.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c1f24be00088c223cd2d0fc579d5bc0a659aa2be
Author: Noel Power <noel.power at novell.com>
Date:   Mon Sep 26 12:43:33 2011 +0100

    blind fix for macos tinderbox error

diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx
index 6e6fa67..fd4672a 100644
--- a/oox/source/ole/olehelper.cxx
+++ b/oox/source/ole/olehelper.cxx
@@ -129,8 +129,6 @@ struct GUIDCNamePair
 {
     const char* sGUID;
     const char* sName;
-    GUIDCNamePair( const char* psId, const char* psName ) : sGUID( psId ), sName( psName ) {}
-    GUIDCNamePair() : sGUID( NULL ), sName( NULL ) {}
 };
 
 struct IdCntrlData


More information about the Libreoffice-commits mailing list