[Libreoffice-commits] .: vcl/aqua
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Mon Oct 25 20:23:36 PDT 2010
vcl/aqua/source/app/salinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e2cb893be5e51489e23771a8bfbf27127580388
Author: Joseph Powers <jpower27 at cox.net>
Date: Mon Oct 25 22:17:56 2010 -0500
compile error inducing typo in aqua salinst.cxx
diff --git a/vcl/aqua/source/app/salinst.cxx b/vcl/aqua/source/app/salinst.cxx
index 0834514..c6f573d 100644
--- a/vcl/aqua/source/app/salinst.cxx
+++ b/vcl/aqua/source/app/salinst.cxx
@@ -112,7 +112,7 @@ class AquaDelayedSettingsChanged : public Timer
void AquaSalInstance::delayedSettingsChanged( bool bInvalidate )
{
- osl:SolarGuard aGuard( *mpSalYieldMutex );
+ osl::SolarGuard aGuard( *mpSalYieldMutex );
AquaDelayedSettingsChanged* pTimer = new AquaDelayedSettingsChanged( bInvalidate );
pTimer->SetTimeout( 50 );
pTimer->Start();
More information about the Libreoffice-commits
mailing list