diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
commit | 25d3c618d831036c08194610f188e4781c135cfc (patch) | |
tree | ff5adadb16effa6262ce65a030b7c673fe180a91 /sd | |
parent | 5584d73f2db413889347b4b3a1fcaf124db02b21 (diff) |
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/sdmod2.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/app/sdmod2.cxx b/sd/source/ui/app/sdmod2.cxx index fc01b4a96cb0..fa5f4a018dda 100644 --- a/sd/source/ui/app/sdmod2.cxx +++ b/sd/source/ui/app/sdmod2.cxx @@ -119,7 +119,7 @@ static SdPage* GetCurrentPage( sd::ViewShell* pViewSh, EditFieldInfo* pInfo, boo // which all use the new possibility of setting the visualized page at the SdrOutliner. // if all else failed, geht the current page from the object that is - // currently formated from the document + // currently formatted from the document if(!pPage) { const SdrTextObj* pTextObj = (pViewSh && pViewSh->GetDoc()) ? pViewSh->GetDoc()->GetFormattingTextObj() : NULL; diff --git a/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx b/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx index 5c1111f5e06b..34b921477edd 100644 --- a/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx +++ b/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx @@ -150,7 +150,7 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible>&rxParent); - /** Add a listener that will be informated in the future about state + /** Add a listener that will be informatted in the future about state changes of the tree node. This includes adding and removing children as well as focus, visibility, and expansion state. Multiple calls are ignored. Each listener is added only once. |