diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 15:32:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 21:25:19 +0100 |
commit | 2c80cf671ead686300ea0ece491435c0c67dfc77 (patch) | |
tree | 7dbb0a54cef79181e6177ce0b85362228bc3570f /svtools/source | |
parent | a504edb024bb2cbe07e98a0df42efdb2f1a2135b (diff) |
svmedit2.hxx doesn't need to be a public header
Change-Id: I8f193478eb74b544a075b477fbeed5dc5b55402e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86781
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/contnr/DocumentInfoPreview.cxx | 2 | ||||
-rw-r--r-- | svtools/source/edit/svmedit2.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/DocumentInfoPreview.cxx b/svtools/source/contnr/DocumentInfoPreview.cxx index dd40b569477a..93b8b27e5790 100644 --- a/svtools/source/contnr/DocumentInfoPreview.cxx +++ b/svtools/source/contnr/DocumentInfoPreview.cxx @@ -28,7 +28,7 @@ #include <comphelper/string.hxx> #include <rtl/ustring.hxx> #include <svtools/DocumentInfoPreview.hxx> -#include <svtools/svmedit2.hxx> +#include <svmedit2.hxx> #include <vcl/txtattr.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/edit/svmedit2.cxx b/svtools/source/edit/svmedit2.cxx index 4687d2535867..fde13f6c7f51 100644 --- a/svtools/source/edit/svmedit2.cxx +++ b/svtools/source/edit/svmedit2.cxx @@ -18,7 +18,7 @@ */ -#include <svtools/svmedit2.hxx> +#include <svmedit2.hxx> #include <vcl/xtextedt.hxx> #include <vcl/textview.hxx> |