summaryrefslogtreecommitdiff
path: root/touch
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-21 11:12:04 +0200
committerNoel Grandin <noel@peralex.com>2012-12-21 11:12:04 +0200
commit8df23e8bfacb3ed1570aa4e8589040e3beda0395 (patch)
treecf1e43f3b0eba673c3568735ef31e53a5f476b2f /touch
parent40e526e497cb449441149062f9cec4e6f823732c (diff)
fix for my UNO commits
that'll teach me to update code I can't compile Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888
Diffstat (limited to 'touch')
-rw-r--r--touch/source/uno/Document.cxx2
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";