summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authormwarner <michael.warner.ut@gmail.com>2021-11-25 16:47:47 -0500
committerStephan Bergmann <sbergman@redhat.com>2021-11-26 08:53:30 +0100
commitf32b7faf33778282a9519d75fc0a130aa93b3144 (patch)
treee495fa3227595c00ecd5acecffa7fabcd7244b71 /lingucomponent
parentb30c68faacd8f970a8df8cd4283a3121f5d7fe53 (diff)
Unused Import of Carbon.h in macspellimp.hxx
The macspellimp.hxx file was needlessly importing Carbon/Carbon.h Change-Id: I22ee6bf5c39b52fb09409983f52803e58459f2e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125853 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
index dc9ad055d3bc..0967ecaef685 100644
--- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
+++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
@@ -24,7 +24,6 @@
#include <premac.h>
#ifdef MACOSX
-#include <Carbon/Carbon.h>
#import <Cocoa/Cocoa.h>
#else
#include <UIKit/UIKit.h>