summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-09-26 12:43:33 +0100
committerNoel Power <noel.power@novell.com>2011-09-26 12:44:09 +0100
commitc1f24be00088c223cd2d0fc579d5bc0a659aa2be (patch)
tree6d0f72dfcd2bc5c9d67c2221bff94a4f1995aa85 /oox/source
parentb5024e8ce967a119adbd522ff48223bff97fa7b7 (diff)
blind fix for macos tinderbox error
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/ole/olehelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx
index 6e6fa671b2d7..fd4672ab5943 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