[Libreoffice-commits] .: Branch 'libreoffice-3-3' - patches/dev300
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Nov 3 12:48:58 PDT 2010
patches/dev300/fields-table-formula.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fbdce9268de2553b087d92d55520e5246c14a530
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Nov 3 20:47:08 2010 +0100
vos removal in fields-table-formula.diff
diff --git a/patches/dev300/fields-table-formula.diff b/patches/dev300/fields-table-formula.diff
index 3c7a01c..b00fdab 100644
--- a/patches/dev300/fields-table-formula.diff
+++ b/patches/dev300/fields-table-formula.diff
@@ -659,7 +659,7 @@ index 9dd21a4..5abce43 100644
+
+sal_Bool SwXCell::isWWFormula( ) throw( uno::RuntimeException )
+{
-+ vos::OGuard aGuard(Application::GetSolarMutex());
++ SolarMutexGuard aGuard;
+ sal_Bool sRet = sal_False;
+ if(IsValid())
+ {
More information about the Libreoffice-commits
mailing list