summaryrefslogtreecommitdiffstats
path: root/toolkit/workben/unodialog.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-16 03:20:00 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:38 -0500
commitd88b292704957818eff9a348a524b5c90b40031b (patch)
treeeabf039491304b2c13f3bd77ca0b6d58c3dba1b8 /toolkit/workben/unodialog.cxx
parentmerge vosremoval-reference.diff (diff)
downloadcore-d88b292704957818eff9a348a524b5c90b40031b.tar.gz
core-d88b292704957818eff9a348a524b5c90b40031b.zip
merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
Diffstat (limited to 'toolkit/workben/unodialog.cxx')
-rw-r--r--toolkit/workben/unodialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/workben/unodialog.cxx b/toolkit/workben/unodialog.cxx
index d6ad0ab7c74c..d2203bba1384 100644
--- a/toolkit/workben/unodialog.cxx
+++ b/toolkit/workben/unodialog.cxx
@@ -57,7 +57,6 @@
using namespace ::com::sun::star;
using namespace ::com::sun::star::connection;
-using namespace ::vos;
using namespace ::rtl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::registry;
@@ -217,7 +216,8 @@ void Main( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMult
xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "PositionX" ) ), aValue );
MyWin * pWindow;
- ::osl::Guard< vos::IMutex > aVclGuard( Application::GetSolarMutex() );
+ ::SolarMutexGuard aVclGuard;
+
pWindow = new MyWin();
pWindow->Show();