summaryrefslogtreecommitdiff
path: root/sw/source/core/model/ModelTraverser.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-08-24 21:29:16 +1000
committerTomaž Vajngerl <quikee@gmail.com>2021-08-26 04:27:39 +0200
commit0484630164275e2828f1420b055f05e94b8c73ee (patch)
tree3284d1aba51f5b9903b3ac4eb6587cb41c339439 /sw/source/core/model/ModelTraverser.cxx
parent9ea129b49259231565d18f965a57c5fefb4ccc7a (diff)
vcl: make OutDevState constructor default, no need for destructor
There is no value of having the OutDevState constructor and destructor being in its own file, so move to header. Also, resetting the variables in the destructor is rather pointless as they are destroyed in the next step anyhow. This removes the need to define an empty destructor. Use C++11 magic to make a default constructor - many thanks to Mike Kaganski for the tip on this one. Change-Id: I9561b311d8752fa12802b5ae8e11123aedabe8be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115460 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sw/source/core/model/ModelTraverser.cxx')
0 files changed, 0 insertions, 0 deletions