From 8df23e8bfacb3ed1570aa4e8589040e3beda0395 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Dec 2012 11:12:04 +0200 Subject: fix for my UNO commits that'll teach me to update code I can't compile Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888 --- touch/source/uno/Document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'touch') diff --git a/touch/source/uno/Document.cxx b/touch/source/uno/Document.cxx index d59e4e1e4af1..662771c46a1f 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"; -- cgit