summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-17 01:02:41 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:34 -0500
commit641922af0aec9c0f923db348fd734da6ff91acde (patch)
tree002e57c7d0f7f03d13666dfff9995d59fd6805d8 /sfx2
parent3d915be3267bfc0db57b692eaa040faa192a732f (diff)
remove vos::OGuard that crept back in during the rebase
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 8f81876e71..f2034824c7 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -888,7 +888,7 @@ void
SfxBaseModel::setDocumentProperties( const uno::Reference< document::XDocumentProperties >& rxNewDocProps )
{
// object already disposed?
- ::vos::OGuard aGuard( Application::GetSolarMutex() );
+ ::SolarMutexGuard aGuard;
if ( impl_isDisposed() )
throw lang::DisposedException();
m_pData->m_xDocumentProperties.set(rxNewDocProps, uno::UNO_QUERY_THROW);