diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-21 11:12:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-21 11:12:04 +0200 |
commit | 8df23e8bfacb3ed1570aa4e8589040e3beda0395 (patch) | |
tree | cf1e43f3b0eba673c3568735ef31e53a5f476b2f | |
parent | 40e526e497cb449441149062f9cec4e6f823732c (diff) |
fix for my UNO commits
that'll teach me to update code I can't compile
Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888
-rw-r--r-- | touch/source/uno/Document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |