summaryrefslogtreecommitdiff
path: root/include/vcl/outdevstate.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-05 12:46:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-06 08:23:06 +0200
commit6469b6134e71f6fc2debd8c8812e2dc9ad8e60c3 (patch)
treef0737df448a342df972947e7e969042e69407bce /include/vcl/outdevstate.hxx
parenta2c665e4dd73007fe7f0eda2de31db8b768f1df9 (diff)
simplify and flatten OutDevStateStack
Change-Id: Ic2ee5c2e122244e11770ab5fb73f65800828439a Reviewed-on: https://gerrit.libreoffice.org/75128 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/outdevstate.hxx')
-rw-r--r--include/vcl/outdevstate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/outdevstate.hxx b/include/vcl/outdevstate.hxx
index d3c469eff513..493855248db0 100644
--- a/include/vcl/outdevstate.hxx
+++ b/include/vcl/outdevstate.hxx
@@ -75,10 +75,10 @@ namespace o3tl {
template<> struct typed_flags<ComplexTextLayoutFlags> : is_typed_flags<ComplexTextLayoutFlags, 0x000f> {};
}
-class OutDevState
+struct OutDevState
{
-public:
OutDevState();
+ OutDevState(OutDevState&&);
~OutDevState();
boost::optional<MapMode> mpMapMode;