Commit Graph

8 Commits

Author SHA1 Message Date
Julien Nabet
2a65bf32ec Revert "Typo: iff->if"
This reverts commit cf92da3d6e.

iff can mean "if and only if" so not a typo
2015-06-23 20:42:27 +02:00
Julien Nabet
cf92da3d6e Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
2015-06-23 20:30:11 +02:00
Bjoern Michaelsen
a2c467a58a use UnoCursorPointer in SwNavigationMgr
Change-Id: I7c7431edd79cf4527f97c7dc0695d49174b61e2c
2015-06-09 12:54:59 +02:00
Bjoern Michaelsen
1ef03cad1a now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is gone
Change-Id: I82f8ed0560750d4f7bec71ea8bd3c8089b884da7
2015-05-26 00:51:13 +02:00
Bjoern Michaelsen
ada20978a4 make SwNavigationMgr use the shared_ptr
- also make it listen to at least one of the SwUnoCrsr it keeps on the
  heap for document disposing.
- as the SwNavigationMgr lives longer than the document this was actually a
  double free before: first from SwUnoCrsrTbl dtor an then from the
  shared_ptr in SwNavigationMgr

Change-Id: Ia75ad81a978ca37ed2a94fd221427b62e99e1bb3
2015-05-26 00:51:05 +02:00
Bjoern Michaelsen
20c235df44 remove unconditionally dead code
Change-Id: Idf092ad98ac029eda11fa9b925cf7a99bf3c5167
2015-05-26 00:51:04 +02:00
Julien Nabet
fa0725ca55 Fix paths
Change-Id: Idc756bc1b224952b9283fd15b3313b70ea3828a3
2014-06-22 15:39:25 +02:00
Michael Stahl
35029b2503 sw: move sw/source/core/uibase to sw/source/uibase
It's too confusing to have UI code inside of core; the important part is
that it's separated from the optional UI code in swui library.

Change-Id: I640a52723d5802faf08f3b8eaa03cd937fd93449
2014-05-27 11:13:02 +02:00