summaryrefslogtreecommitdiff
path: root/forms/source/richtext
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-06 07:38:24 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-06 07:38:24 +0200
commit52cd4cc8ffbe5870b6415b1a29afc45b40b1f307 (patch)
tree7431ac560dddc37c0321c07fbebbda1f0eff5165 /forms/source/richtext
parentd88a241861a06e13916865b19e2e03040ee208b0 (diff)
#103496#: move VCL free ConfigItems to unotools
Diffstat (limited to 'forms/source/richtext')
-rw-r--r--forms/source/richtext/richtextengine.cxx10
1 files changed, 5 insertions, 5 deletions
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 <vcl/mapunit.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/outdev.hxx>
-#include <svtools/lingucfg.hxx>
+#include <unotools/lingucfg.hxx>
#include <svtools/undo.hxx>
#include <vos/mutex.hxx>
@@ -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);
}
//--------------------------------------------------------------------