diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 13:16:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:25:13 +0000 |
commit | 3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 (patch) | |
tree | 62eec9d96f1ebcad33233186636a6bb3244371b9 /sfx2 | |
parent | 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (diff) |
Fix typos
Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e
Reviewed-on: https://gerrit.libreoffice.org/16310
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 3aa700332458..3e5258d82569 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -614,7 +614,7 @@ bool SfxHelp::Start_Impl(const OUString& rURL, const vcl::Window* pWindow, const // check if help window is still open // If not, create a new one and return access directly to the internal sub frame showing the help content - // search must be done here; search one desktop level could return an arbitraty frame + // search must be done here; search one desktop level could return an arbitrary frame Reference< XFrame2 > xHelp( xDesktop->findFrame( "OFFICE_HELP_TASK", FrameSearchFlag::CHILDREN), UNO_QUERY); diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 6e156eb71884..12a77f01cb57 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -332,7 +332,7 @@ void BackingWindow::initControls() mpButtonsBox->SetBackground(aWallpaper); - // thin white rectangle aronud the Help and Extensions buttons + // thin white rectangle around the Help and Extensions buttons mpThinBox1->SetBackground(aButtonsText); mpThinBox2->SetBackground(aButtonsText); |