Kaydet (Commit) 70d8b268 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: acess -> access

Change-Id: I8fb5efa49ccd886fa0172fdc59ede0821ecce486
üst 06081018
......@@ -3440,7 +3440,7 @@ void Frame::impl_checkMenuCloser()
ReadGuard aReadLock(m_aLock);
// only top frames, which are part of our desktop hierarchy, can
// do so! By the way - we need the desktop instance to have acess
// do so! By the way - we need the desktop instance to have access
// to all other top level frames too.
css::uno::Reference< css::frame::XDesktop > xDesktop (m_xParent, css::uno::UNO_QUERY);
css::uno::Reference< css::frame::XFramesSupplier > xTaskSupplier(xDesktop , css::uno::UNO_QUERY);
......
......@@ -70,7 +70,7 @@ namespace svt
,public ::comphelper::OPropertyContainer
{
private:
::osl::Mutex m_aExecutionMutex; /// acess safety for execute/cancel
::osl::Mutex m_aExecutionMutex; /// access safety for execute/cancel
protected:
Dialog* m_pDialog; /// the dialog to execute
......
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