diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-11-20 21:32:16 +0500 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-11-24 08:12:55 +0100 |
commit | f9cac88fc24539eb5f7fa501b2499ddf5a46d7f2 (patch) | |
tree | 4d592009db20b4f5a31a463739a9dcaa656c42cf /vcl/inc/pch | |
parent | 7fce875718687e12df4d7a8b997ca7baea548b91 (diff) |
Let ESelection use EPaM for simplification
And drop EPosition, which duplicates EPaM, except for its default
ctor (used in a single place).
Change-Id: I48bb6dafcba84465d61579df0ec71b815945532a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177075
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'vcl/inc/pch')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 6adbba81df4d..a9bbe3c5e369 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -204,7 +204,6 @@ #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> -#include <editeng/EPosition.hxx> #include <editeng/ESelection.hxx> #include <editeng/editengdllapi.h> #include <font/FontSelectPattern.hxx> |