https://bugs.documentfoundation.org/show_bug.cgi?id=138682
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #4 from Julien Nabet <[email protected]> ---
I may be wrong but I don't think the change of name has an impact here.
Here's a research of bCheckExistence in all LO code:
git grep -n bCheckExistence
sal/osl/w32/file_url.cxx:402: bool bCheckExistence )
sal/osl/w32/file_url.cxx:435: if ( !GetCaseCorrectPathNameEx(
lpszPath, cchBuffer, nSkipLevels, bCheckExistence ) )
sal/osl/w32/file_url.cxx:443: if ( bCheckExistence )
sal/osl/w32/file_url.cxx:497: bool bCheckExistence
sal/osl/w32/file_url.cxx:518: return GetCaseCorrectPathNameEx(
lpszLongPath, cchBuffer, 0, bCheckExistence );
sal/osl/w32/file_url.hxx:59: bool bCheckExistence
sw/inc/PostItMgr.hxx:147: void AddPostIts(bool
bCheckExistence = true,bool bFocus = true);
sw/inc/PostItMgr.hxx:170: SwSidebarItem* InsertItem( SfxBroadcaster*
pItem, bool bCheckExistence, bool bFocus);
sw/source/uibase/docvw/PostItMgr.cxx:278:SwSidebarItem*
SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistence, bool
bFocus)
sw/source/uibase/docvw/PostItMgr.cxx:280: if (bCheckExistence)
sw/source/uibase/docvw/PostItMgr.cxx:1299:void SwPostItMgr::AddPostIts(const
bool bCheckExistence, const bool bFocus)
sw/source/uibase/docvw/PostItMgr.cxx:1307: InsertItem(pFormatField,
bCheckExistence, bFocus);
It's only used as name parameter. Now I know that sometimes C++ may be tricky,
so...
Do you build sources or do you use a package?
I mean, if you build sources, you may revert locally and give it a try to
confirm the commit has indeed an impact.
Mike: any C++ "trick" I would have missed here on Windows part? My typo patch
was quite straightforward. I didn't change some idl attribute or things like
this.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs