[Libreoffice-commits] .: Branch 'feature/vos-removal' - sfx2/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Oct 16 23:09:51 PDT 2010


 sfx2/source/doc/sfxbasemodel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fac38deb1b8ebe78e48f987ec608ae55198f44aa
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Oct 17 01:02:41 2010 -0500

    remove vos::OGuard that crept back in during the rebase

diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index ab939cb..204cb9d 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);


More information about the Libreoffice-commits mailing list