summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorMalte Timmermann <Malte.Timmermann@sun.com>2010-07-01 09:13:15 +0200
committerMalte Timmermann <Malte.Timmermann@sun.com>2010-07-01 09:13:15 +0200
commit0b4c76684c479dd5766f6aef96eda8c45704aef9 (patch)
tree3abd3a8dc0b5eb515f57a326b84f9b2e9f58957f /soldep
parent8d8a4abe42338b9d956e508e4661bdb51478dd41 (diff)
codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly
Diffstat (limited to 'soldep')
-rw-r--r--soldep/inc/soldep/prj.hxx2
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;