summaryrefslogtreecommitdiff
path: root/touch
diff options
context:
space:
mode:
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";