summaryrefslogtreecommitdiff
path: root/chart2/source/tools/OStyle.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:03:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:03:03 +0000
commit06489ee88a2fd850216e844c608133de812f3954 (patch)
treee262129e0c931dc3faad670bbcb49a61a2a41221 /chart2/source/tools/OStyle.cxx
parentae141829ac911d1db3fc1f4cdb460ec56e4764b6 (diff)
INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED
2006/10/18 17:18:36 bm 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/07 12:35:35 bm 1.3.12.1: avoid variables starting with underscores. rMutex is a base-class member so use par_rMutex instead
Diffstat (limited to 'chart2/source/tools/OStyle.cxx')
-rw-r--r--chart2/source/tools/OStyle.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/tools/OStyle.cxx b/chart2/source/tools/OStyle.cxx
index 034c74b46d1c..88406f7024ee 100644
--- a/chart2/source/tools/OStyle.cxx
+++ b/chart2/source/tools/OStyle.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OStyle.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 13:28:04 $
+ * last change: $Author: vg $ $Date: 2007-05-22 19:03:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,11 +57,11 @@ namespace property
{
OStyle::OStyle( const Reference< container::XNameAccess > & xStyleFamily,
- ::osl::Mutex & _rMutex ) :
- OPropertySet( _rMutex ),
+ ::osl::Mutex & par_rMutex ) :
+ OPropertySet( par_rMutex ),
m_xStyleFamily( xStyleFamily ),
m_bUserDefined( false ),
- m_rMutex( _rMutex )
+ m_rMutex( par_rMutex )
{}
OStyle::~OStyle()