From 3223c551c37c6b10b5b7de23ffa4520d720338b6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 14 Oct 2016 14:35:04 +0200 Subject: loplugin:mergeclasses merge TextView with ExtTextView Change-Id: If7e11dd8f6b2cb6dc19c6aa3f7e50e2e88861eac Reviewed-on: https://gerrit.libreoffice.org/29828 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/texteng.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/texteng.hxx') diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx index 5a13c2390f6f..f9d3e1980f47 100644 --- a/include/vcl/texteng.hxx +++ b/include/vcl/texteng.hxx @@ -79,7 +79,6 @@ class VCL_DLLPUBLIC TextEngine : public SfxBroadcaster friend class TextView; friend class TextSelFunctionSet; friend class ExtTextEngine; - friend class ExtTextView; friend class TextUndo; friend class TextUndoManager; -- cgit