[Libreoffice-commits] .: automation/inc

Joseph Powers jpowers at kemper.freedesktop.org
Mon Feb 14 06:46:37 PST 2011


 automation/inc/automation/simplecm.hxx |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

New commits:
commit 85add01f882a537e1c9a8497d6098edf6c4e15e7
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Mon Feb 14 06:46:28 2011 -0800

    Removed some commented out code
    
    It referenced PRV_SV_DECL_REF_SIGNATURE which I'm looking at removing; thus,
    it was showing up in my reports.

diff --git a/automation/inc/automation/simplecm.hxx b/automation/inc/automation/simplecm.hxx
index 65da5a0..2958304 100644
--- a/automation/inc/automation/simplecm.hxx
+++ b/automation/inc/automation/simplecm.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -99,15 +99,6 @@ typedef USHORT CM_InfoType;
 
 class CommunicationLink;
 
-/*#undef  PRV_SV_DECL_REF_LOCK
-#define PRV_SV_DECL_REF_LOCK(ClassName, Ref)	\
-protected:										\
-    ClassName * pObj;							\
-public:											\
-PRV_SV_DECL_REF_SIGNATURE(ClassName, Ref)		\
-    inline               ClassName##Ref( void * pObjP ){ClassName##Ref ((ClassName *) pObjP);}			\
-*/
-
 SV_DECL_REF( CommunicationLink )
 
 class InfoString : public ByteString


More information about the Libreoffice-commits mailing list