[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 Jacek Frączek changed: What|Removed |Added Assignee|libreoffice-b...@lists.free

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 --- Comment #8 from Stephan Bergmann --- (In reply to Jacek Frączek from comment #7) > Hi, since this is not assinged to anyone I have started working on it. Can > removal of > >T * operator &() const { return

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 --- Comment #7 from Jacek Frączek --- Hi, since this is not assinged to anyone I have started working on it. Can removal of >T * operator &() const { return pObj; } also be included here? -- You are

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 --- Comment #6 from Stephan Bergmann --- The problematic operator is the (non-explicit) conversion operator >operator T *()const { return pObj; } not the dereference operator >T & operator *() const {

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 --- Comment #5 from Alexander Zaitsev --- If i correctly understood task, i should: 1) Remove all using SvRef::operator*() in LO sourcebase and replace to SvRef::get() 2) Remove from SvRef operator*() or mark it as

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 --- Comment #4 from Alexander Zaitsev --- Hello. Can i try to assign this bug to me? It will be my first bug. And i hope, that i can solve it. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 Stephan Bergmann changed: What|Removed |Added Status|NEEDINFO|NEW ---

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 jan iversen changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 89307] remove SvRef::operator T*() replacing use with explicit access through SvRef::get()

2016-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89307 raal changed: What|Removed |Added CC||j...@documentfoundation.org