You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2012/06/18 15:35:06 UTC

svn commit: r1351337 - /incubator/ooo/trunk/main/vcl/unx/generic/printer/cupsmgr.cxx

Author: hdu
Date: Mon Jun 18 13:35:06 2012
New Revision: 1351337

URL: http://svn.apache.org/viewvc?rev=1351337&view=rev
Log:
#c708666# remove unused member m_aThread from GetPPDAttribs struct

Modified:
    incubator/ooo/trunk/main/vcl/unx/generic/printer/cupsmgr.cxx

Modified: incubator/ooo/trunk/main/vcl/unx/generic/printer/cupsmgr.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/unx/generic/printer/cupsmgr.cxx?rev=1351337&r1=1351336&r2=1351337&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/unx/generic/printer/cupsmgr.cxx (original)
+++ incubator/ooo/trunk/main/vcl/unx/generic/printer/cupsmgr.cxx Mon Jun 18 13:35:06 2012
@@ -240,7 +240,6 @@ struct GetPPDAttribs
     osl::Condition		m_aCondition;
     OString			    m_aParameter;
     OString			    m_aResult;
-    oslThread			m_aThread;
     int                 m_nRefs;
     bool*               m_pResetRunning;
     osl::Mutex*         m_pSyncMutex;