diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-06-24 00:22:42 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-06-24 04:46:07 +0200 |
commit | 01ffaa6e02ebb0fc3aba75aafc56988127ade3ab (patch) | |
tree | 6c50e8ca3e95469a7068339ac4cbb1978476af76 /vcl/source/edit/textdata.cxx | |
parent | 9a89eea4c3c58d2efce8afe709c0317869839ff9 (diff) |
Delete copy ctors/assignments for DLLEXPORT class
... instead of including <vcl/window.hxx> where it is not directly
used. For details, see commit ee405fb2ef36337851801f1bd34411c606d55988.
This reverts commits 6aa6b6c814b0353768fa7276d1f11d69a0ebedba and
beeb19b361213d22247e5cb776dc522cbf190ca8.
Change-Id: Ia91f3c303e1df0a698d06cdef1d8e64e99d781ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117751
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/source/edit/textdata.cxx')
-rw-r--r-- | vcl/source/edit/textdata.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/edit/textdata.cxx b/vcl/source/edit/textdata.cxx index d9d4452ae0d9..b0a919b1698e 100644 --- a/vcl/source/edit/textdata.cxx +++ b/vcl/source/edit/textdata.cxx @@ -24,7 +24,6 @@ #include <cstddef> #include <vcl/textdata.hxx> -#include <vcl/window.hxx> #include "textdat2.hxx" |