[Libreoffice-commits] .: Branch 'libreoffice-3-3-0' - binfilter/bf_so3

Fridrich Strba fridrich at kemper.freedesktop.org
Tue Jan 18 02:15:53 PST 2011


 binfilter/bf_so3/source/ole/socli.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1bb7279e81ebce7617e10a4fb63198c25b11c0ab
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Jan 18 11:12:52 2011 +0100

    Fix a typo SolarMuexGuard -> SolarMutexGuard
    
    signoff: Jan Holesovsky <kendy at suse.cz>
    signoff: Thorsten Behrens <thb at documentfoundation.org>
    signoff: Tor Lillqvist <tlillqvist at novell.com>
    signoff: Petr Mladek <pmladek at suse.cz>

diff --git a/binfilter/bf_so3/source/ole/socli.cxx b/binfilter/bf_so3/source/ole/socli.cxx
index af79348..b6e2a93 100644
--- a/binfilter/bf_so3/source/ole/socli.cxx
+++ b/binfilter/bf_so3/source/ole/socli.cxx
@@ -107,7 +107,7 @@ STDMETHODIMP_(ULONG) CImpIOleClientSite::Release(void)
 
 STDMETHODIMP CImpIOleClientSite::SaveObject(void)
 {
-    ::SolarMuexGuard aGuard;
+    ::SolarMutexGuard aGuard;
 
     m_pTen->Update();
 


More information about the Libreoffice-commits mailing list