typo: direclty -> directly

This commit is contained in:
Thomas Arnhold
2014-04-10 09:36:34 +02:00
parent f75aa26620
commit e8836a3de8
2 changed files with 2 additions and 2 deletions

View File

@@ -1953,7 +1953,7 @@ public:
} }
} }
/// Generate either a function call to each children /// 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 virtual std::string GenSlidingWindowDeclRef(bool nested=false) const SAL_OVERRIDE
{ {
std::stringstream ss; std::stringstream ss;

View File

@@ -471,7 +471,7 @@ public:
static SdDrawDocument* pDocLockedInsertingLinks; // static to prevent recursions while resolving links static SdDrawDocument* pDocLockedInsertingLinks; // static to prevent recursions while resolving links
/** Create and insert a set of two new pages: a standard (draw) page and /** 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. after the specified page set.
@param pCurrentPage @param pCurrentPage
This page is used to retrieve the layout for the page to This page is used to retrieve the layout for the page to