From e8836a3de860daf97b995f05f02fc30dac8adfbe Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 09:36:34 +0200 Subject: [PATCH] typo: direclty -> directly --- sc/source/core/opencl/formulagroupcl.cxx | 2 +- sd/inc/drawdoc.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index 44187fee911f..3d0658143088 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -1953,7 +1953,7 @@ public: } } /// Generate either a function call to each children - /// or direclty inline it if we are already inside a loop + /// or directly inline it if we are already inside a loop virtual std::string GenSlidingWindowDeclRef(bool nested=false) const SAL_OVERRIDE { std::stringstream ss; diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index b4fe8722d6f1..80f8095ec255 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -471,7 +471,7 @@ public: static SdDrawDocument* pDocLockedInsertingLinks; // static to prevent recursions while resolving links /** Create and insert a set of two new pages: a standard (draw) page and - the associated notes page. The new pages are inserted direclty + the associated notes page. The new pages are inserted directly after the specified page set. @param pCurrentPage This page is used to retrieve the layout for the page to