summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-06-18 22:27:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-06-18 23:16:13 +0200
commit097de810da9ade4d25bb0c65de8269485b83ef3e (patch)
tree0f6af373ce655e6b3130260a540897b6f898c873 /sw/inc
parent86bc372bf9c161ac7d17b356f8f14aeed11d5dd0 (diff)
Typo: existance->existance
Change-Id: If6927f3b9e983d41ec957997a26d235b8be378a5 Reviewed-on: https://gerrit.libreoffice.org/38934 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/PostItMgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index df2a2842fe5a..98055cf451cd 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -167,7 +167,7 @@ class SwPostItMgr: public SfxListener
typedef std::list<sw::annotation::SwAnnotationWin*>::iterator SwAnnotationWin_iterator;
- void AddPostIts(bool bCheckExistance = true,bool bFocus = true);
+ void AddPostIts(bool bCheckExistence = true,bool bFocus = true);
void RemoveSidebarWin();
void PreparePageContainer();
void Scroll(const long lScroll,const unsigned long aPage );
@@ -190,7 +190,7 @@ class SwPostItMgr: public SfxListener
sw::annotation::SwAnnotationWin* GetSidebarWin(const SfxBroadcaster* pBroadcaster) const;
- SwSidebarItem* InsertItem( SfxBroadcaster* pItem, bool bCheckExistance, bool bFocus);
+ SwSidebarItem* InsertItem( SfxBroadcaster* pItem, bool bCheckExistence, bool bFocus);
void RemoveItem( SfxBroadcaster* pBroadcast );
public: