diff options
author | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-07-01 09:13:15 +0200 |
---|---|---|
committer | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-07-01 09:13:15 +0200 |
commit | 0b4c76684c479dd5766f6aef96eda8c45704aef9 (patch) | |
tree | 3abd3a8dc0b5eb515f57a326b84f9b2e9f58957f /soldep | |
parent | 8d8a4abe42338b9d956e508e4661bdb51478dd41 (diff) |
codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly
Diffstat (limited to 'soldep')
-rw-r--r-- | soldep/inc/soldep/prj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soldep/inc/soldep/prj.hxx b/soldep/inc/soldep/prj.hxx index 53feb3c03cf5..e5582301a9e4 100644 --- a/soldep/inc/soldep/prj.hxx +++ b/soldep/inc/soldep/prj.hxx @@ -382,7 +382,7 @@ private: ByteString aStarName; // no idee what this should be protected: - NAMESPACE_VOS( OMutex ) aMutex; + vos:: OMutex aMutex; USHORT nStarMode; SolarFileList aFileList; |