summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 18:05:13 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:34 -0500
commit71e9e0829dbc6d1f0c8aa4ff7096bc72c44d3489 (patch)
tree37508844f9ff5f1b77f73565cd1ac0cd18d4f8da
parent52113b67715c77fc6a8f8416095fe67bbc99972b (diff)
remove a vos:::Guard that crept up during rebase of the vos-removal branch
-rw-r--r--sfx2/source/dialog/about.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx
index 5ded4c660d..e35e327f18 100644
--- a/sfx2/source/dialog/about.cxx
+++ b/sfx2/source/dialog/about.cxx
@@ -304,7 +304,7 @@ IMPL_LINK( AboutDialog, HandleHyperlink, svt::FixedHyperlink*, pHyperlink )
{
uno::Any exc( ::cppu::getCaughtException() );
rtl::OUString msg( ::comphelper::anyToString( exc ) );
- const ::vos::OGuard guard( Application::GetSolarMutex() );
+ const SolarMutexGuard guard;
ErrorBox aErrorBox( NULL, WB_OK, msg );
aErrorBox.SetText( sTitle );
aErrorBox.Execute();