Bug 116677 - StylePool::createIterator has default paramters,but StylePoolImpl's does not
Summary: StylePool::createIterator has default paramters,but StylePoolImpl's does not
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.1.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-28 09:33 UTC by himajin100000
Modified: 2018-03-28 10:11 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description himajin100000 2018-03-28 09:33:16 UTC
Description:
see acutual result

Steps to Reproduce:
try to make a debug build

Actual Results:  
C:/sources/libo-core/svl/source/items/stylepool.cxx(410): error C2660: 'StylePoolImpl::createIterator': function does not take 0 arguments

Expected Results:
no error


Reproducible: Always


User Profile Reset: No



Additional Info:
sourcecode pointers

https://opengrok.libreoffice.org/xref/core/svl/source/items/stylepool.cxx?r=945a1196#410
https://opengrok.libreoffice.org/xref/core/svl/source/items/stylepool.cxx?r=945a1196#425
https://opengrok.libreoffice.org/xref/core/svl/source/items/stylepool.cxx?r=945a1196#441
https://opengrok.libreoffice.org/xref/core/include/svl/stylepool.hxx?r=b09deb07#65

I will write a patch


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Comment 1 himajin100000 2018-03-28 10:09:29 UTC
Hmmm, I seems I need to revert 778e9a65bf5af07c4caeff969a0324e43a78e66b first
Adding Noel Grandin to CC, who wrote this patch.
Comment 2 Xisco Faulí 2018-03-28 10:11:52 UTC
Hello,
Since this is build issue and not a software issue, would you mind sending an
email to the dev list instead? ->
https://wiki.documentfoundation.org/Development/Mailing_List
Closing as RESOLVED MOVED