[Libreoffice-commits] core.git: sfx2/source svx/source

Julien Nabet serval2412 at yahoo.fr
Sat Feb 21 02:01:26 PST 2015


 sfx2/source/appl/appmain.cxx      |    2 +-
 svx/source/dialog/docrecovery.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4ea5701ee819de9f28df6dd6ab009e85aa59e975
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 21 11:00:57 2015 +0100

    Typo: "window" not "widow" here
    
    Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39

diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index 2c56d19..9f97c00 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -79,7 +79,7 @@ void SfxApplication::Exit()
     after Execute() has finished and
     - the configuration (SfxConfigManager) was already saved,
     - the window positions etc. in the SfxIniManager were written,
-    - the Application widow still exists, but is hidden
+    - the Application window still exists, but is hidden
     - all Documents and their Views already are closed.
     - Dispatcher, Bindings etc. already destroyed.
 
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index d96a352..f7c8075 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -634,7 +634,7 @@ SaveDialog::SaveDialog(vcl::Window* pParent, RecoveryCore* pCore)
     get(m_pOkBtn, "ok");
 
     // Prepare the office for the following crash save step.
-    // E.g. hide all open widows so the user can't influence our
+    // E.g. hide all open windows so the user can't influence our
     // operation .-)
     m_pCore->doEmergencySavePrepare();
 


More information about the Libreoffice-commits mailing list