From 52cd4cc8ffbe5870b6415b1a29afc45b40b1f307 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Tue, 6 Oct 2009 07:38:24 +0200 Subject: #103496#: move VCL free ConfigItems to unotools --- forms/source/richtext/richtextengine.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'forms/source/richtext') diff --git a/forms/source/richtext/richtextengine.cxx b/forms/source/richtext/richtextengine.cxx index 9d3291253..5ad8fbe52 100644 --- a/forms/source/richtext/richtextengine.cxx +++ b/forms/source/richtext/richtextengine.cxx @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include @@ -111,20 +111,20 @@ namespace frm return pClone; } - DBG_NAME(RichTextEngine) + DBG_NAME(RichTextEngine) //-------------------------------------------------------------------- RichTextEngine::RichTextEngine( SfxItemPool* _pPool ) :EditEngine( _pPool ) ,m_pEnginePool( _pPool ) { - DBG_CTOR(RichTextEngine,NULL); + DBG_CTOR(RichTextEngine,NULL); } //-------------------------------------------------------------------- RichTextEngine::~RichTextEngine( ) { //delete m_pEnginePool; // must be done after the RichTextEngine was deleted - DBG_DTOR(RichTextEngine,NULL); + DBG_DTOR(RichTextEngine,NULL); } //-------------------------------------------------------------------- -- cgit v1.2.3