diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-10 16:19:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-11 05:51:50 +0100 |
commit | 01b3187e0713243c8f71d58197da17ee87c4dbb5 (patch) | |
tree | bbeba0cb2323f37c430470d2b5c2c8f68daae19f /chart2/inc | |
parent | 59460f4e02cc312062d76a8fc315800129bb9219 (diff) |
svx::PropertyChangeNotifier improvements
(*) rename the enum to make it's purpose more obvious
(*) remove the enum header - it belongs to this class, no need to have
it somewhere else
(*) return property name by const&, no need to copy here
(*) use a o3tl::enumarray instead of a std::unordered_map - there are
only 3 entries here, and two of them are ALWAYS used, so just flatten
the data structure.
Change-Id: Ic496bd5220d55be1209a3243c095d461df0a02ae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129788
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/pch/precompiled_chartcontroller.hxx | 1 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartcore.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index cf16b908db70..b2559c3f9769 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.hxx @@ -385,7 +385,6 @@ #include <svx/sdtaitm.hxx> #include <svx/sdtakitm.hxx> #include <svx/selectioncontroller.hxx> -#include <svx/shapeproperty.hxx> #include <svx/svddef.hxx> #include <svx/svddrag.hxx> #include <svx/svdedtv.hxx> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index dd06c9bc8a90..f64e26fa63a7 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.hxx @@ -241,7 +241,6 @@ #include <svl/typedwhich.hxx> #include <svl/zforlist.hxx> #include <svx/DiagramDataInterface.hxx> -#include <svx/shapeproperty.hxx> #include <svx/svdobj.hxx> #include <svx/svdobjkind.hxx> #include <svx/svdtypes.hxx> |