Kaydet (Commit) 8df23e8b authored tarafından Noel Grandin's avatar Noel Grandin

fix for my UNO commits

that'll teach me to update code I can't compile

Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888
üst 40e526e4
...@@ -147,7 +147,7 @@ public: ...@@ -147,7 +147,7 @@ public:
if ( arguments[0] >>= m_sURI ) if ( arguments[0] >>= m_sURI )
{ {
// create( [in] string uri ); // 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); beans::PropertyValues loadProps(3);
loadProps[0].Name = "Hidden"; loadProps[0].Name = "Hidden";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment