[Libreoffice-commits] .: touch/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 21 01:12:56 PST 2012


 touch/source/uno/Document.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8df23e8bfacb3ed1570aa4e8589040e3beda0395
Author: Noel Grandin <noel at peralex.com>
Date:   Fri Dec 21 11:12:04 2012 +0200

    fix for my UNO commits
    
    that'll teach me to update code I can't compile
    
    Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888

diff --git a/touch/source/uno/Document.cxx b/touch/source/uno/Document.cxx
index d59e4e1..662771c 100644
--- a/touch/source/uno/Document.cxx
+++ b/touch/source/uno/Document.cxx
@@ -147,7 +147,7 @@ public:
         if ( arguments[0] >>= m_sURI )
         {
             // create( [in] string uri );
-            uno::Reference< frame::XDesktop2 > desktop = frame::Desktop::Create( m_rContext );
+            uno::Reference< frame::XDesktop2 > desktop = frame::Desktop::create( m_rContext );
 
             beans::PropertyValues loadProps(3);
             loadProps[0].Name = "Hidden";


More information about the Libreoffice-commits mailing list