diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2010-01-15 09:58:18 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2010-01-15 09:58:18 +0100 |
commit | 9805f6087a6510c8624edc2c616c820c3f3f99c4 (patch) | |
tree | e0142c88e4179e3c29addfda3f874c3ea79db3a5 /forms/source | |
parent | 6e2fe72a96b5a6d3a3a3985bb85087a5223122d8 (diff) | |
parent | d8da951461a9d25dfb373f7d105c1e5e324c0072 (diff) |
dba33b: merge
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/Currency.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 4 | ||||
-rw-r--r-- | forms/source/component/FormattedField.cxx | 4 | ||||
-rw-r--r-- | forms/source/component/ImageControl.cxx | 2 | ||||
-rw-r--r-- | forms/source/inc/frm_resource.hrc | 2 | ||||
-rw-r--r-- | forms/source/resource/frm_resource.cxx | 2 | ||||
-rw-r--r-- | forms/source/richtext/parametrizedattributedispatcher.cxx | 4 | ||||
-rw-r--r-- | forms/source/richtext/richtextcontrol.cxx | 4 | ||||
-rw-r--r-- | forms/source/richtext/richtextengine.cxx | 14 | ||||
-rw-r--r-- | forms/source/richtext/richtextimplcontrol.cxx | 4 | ||||
-rw-r--r-- | forms/source/richtext/richtextvclcontrol.cxx | 6 | ||||
-rw-r--r-- | forms/source/richtext/rtattributehandler.cxx | 4 | ||||
-rw-r--r-- | forms/source/richtext/rtattributes.hxx | 2 |
13 files changed, 27 insertions, 27 deletions
diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index 05c4675f3..1ff384ce6 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -34,7 +34,7 @@ #include <tools/debug.hxx> #include <unotools/localedatawrapper.hxx> #include <vcl/svapp.hxx> -#include <svtools/syslocale.hxx> +#include <unotools/syslocale.hxx> //......................................................................... namespace frm diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 574a10382..43e2fb0ac 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -81,8 +81,8 @@ #include <osl/mutex.hxx> #include <rtl/math.hxx> #include <rtl/tencinfo.h> -#include <svtools/inetstrm.hxx> -#include <svtools/inettype.hxx> +#include <svl/inetstrm.hxx> +#include <svl/inettype.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/fsys.hxx> diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx index 0947b9aa7..fb1c64b3b 100644 --- a/forms/source/component/FormattedField.cxx +++ b/forms/source/component/FormattedField.cxx @@ -42,8 +42,8 @@ #include <comphelper/numbers.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbconversion.hxx> -#include <svtools/zforlist.hxx> -#include <svtools/numuno.hxx> +#include <svl/zforlist.hxx> +#include <svl/numuno.hxx> #include <vcl/svapp.hxx> #include <tools/debug.hxx> #include <vcl/wintypes.hxx> diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index 93b4ff376..d9bd0f736 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -65,7 +65,7 @@ #include <comphelper/extract.hxx> #include <comphelper/guarding.hxx> #include <unotools/ucbstreamhelper.hxx> -#include <svtools/urihelper.hxx> +#include <svl/urihelper.hxx> #include <memory> diff --git a/forms/source/inc/frm_resource.hrc b/forms/source/inc/frm_resource.hrc index 25eeda440..c30b9a5d4 100644 --- a/forms/source/inc/frm_resource.hrc +++ b/forms/source/inc/frm_resource.hrc @@ -32,7 +32,7 @@ #define _FRM_RESOURCE_HRC_ #ifndef _SOLAR_HRC -#include <svtools/solar.hrc> +#include <svl/solar.hrc> #endif //------------------------------------------------------------------------------ diff --git a/forms/source/resource/frm_resource.cxx b/forms/source/resource/frm_resource.cxx index 1429f249a..d67a8d013 100644 --- a/forms/source/resource/frm_resource.cxx +++ b/forms/source/resource/frm_resource.cxx @@ -39,7 +39,7 @@ //--------------------------------------------------- #ifndef _SOLAR_HRC -#include <svtools/solar.hrc> +#include <svl/solar.hrc> #endif //......................................................................... diff --git a/forms/source/richtext/parametrizedattributedispatcher.cxx b/forms/source/richtext/parametrizedattributedispatcher.cxx index 7d81ba6da..6c5d48991 100644 --- a/forms/source/richtext/parametrizedattributedispatcher.cxx +++ b/forms/source/richtext/parametrizedattributedispatcher.cxx @@ -32,8 +32,8 @@ #include "precompiled_forms.hxx" #include "parametrizedattributedispatcher.hxx" #include <svx/editview.hxx> -#include <svtools/itemset.hxx> -#include <svtools/itempool.hxx> +#include <svl/itemset.hxx> +#include <svl/itempool.hxx> #ifndef _SVX_SVXIDS_HRC #include <svx/svxids.hrc> diff --git a/forms/source/richtext/richtextcontrol.cxx b/forms/source/richtext/richtextcontrol.cxx index 37b5830d7..51bb65c7a 100644 --- a/forms/source/richtext/richtextcontrol.cxx +++ b/forms/source/richtext/richtextcontrol.cxx @@ -53,8 +53,8 @@ #include <svx/svxids.hrc> #include <svx/editview.hxx> -#include <svtools/itemset.hxx> -#include <svtools/itempool.hxx> +#include <svl/itemset.hxx> +#include <svl/itempool.hxx> #include <sfx2/msgpool.hxx> //-------------------------------------------------------------------------- diff --git a/forms/source/richtext/richtextengine.cxx b/forms/source/richtext/richtextengine.cxx index 9d3291253..b87d6260b 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 @@ -31,7 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_forms.hxx" #include "richtextengine.hxx" -#include <svtools/itempool.hxx> +#include <svl/itempool.hxx> #include <svx/eeitem.hxx> #include <svx/editobj.hxx> #define ITEMID_FONTHEIGHT EE_CHAR_FONTHEIGHT @@ -44,8 +44,8 @@ #include <vcl/mapunit.hxx> #include <vcl/mapmod.hxx> #include <vcl/outdev.hxx> -#include <svtools/lingucfg.hxx> -#include <svtools/undo.hxx> +#include <unotools/lingucfg.hxx> +#include <svl/undo.hxx> #include <vos/mutex.hxx> #include <algorithm> @@ -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); } //-------------------------------------------------------------------- diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx index a240d9170..f144a269e 100644 --- a/forms/source/richtext/richtextimplcontrol.cxx +++ b/forms/source/richtext/richtextimplcontrol.cxx @@ -43,8 +43,8 @@ #include <svx/scripttypeitem.hxx> #include <svx/editobj.hxx> -#include <svtools/itempool.hxx> -#include <svtools/itemset.hxx> +#include <svl/itempool.hxx> +#include <svl/itemset.hxx> #include <vcl/mapunit.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> diff --git a/forms/source/richtext/richtextvclcontrol.cxx b/forms/source/richtext/richtextvclcontrol.cxx index 33d31a8db..77837e439 100644 --- a/forms/source/richtext/richtextvclcontrol.cxx +++ b/forms/source/richtext/richtextvclcontrol.cxx @@ -32,9 +32,9 @@ #include "precompiled_forms.hxx" #include "richtextvclcontrol.hxx" #include "richtextimplcontrol.hxx" -#include <svtools/itempool.hxx> -#include <svtools/itemset.hxx> -#include <svtools/languageoptions.hxx> +#include <svl/itempool.hxx> +#include <svl/itemset.hxx> +#include <svl/languageoptions.hxx> #if OSL_DEBUG_LEVEL > 0 #ifndef _TOOLS_TEMPFILE_HXX #include <tools/tempfile.hxx> diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx index b4e94628d..159e5cf0d 100644 --- a/forms/source/richtext/rtattributehandler.cxx +++ b/forms/source/richtext/rtattributehandler.cxx @@ -36,8 +36,8 @@ #include <svx/svxids.hrc> #endif #include <svx/eeitem.hxx> -#include <svtools/itemset.hxx> -#include <svtools/itempool.hxx> +#include <svl/itemset.hxx> +#include <svl/itempool.hxx> #include <vcl/mapunit.hxx> #include <vcl/mapmod.hxx> #include <vcl/outdev.hxx> diff --git a/forms/source/richtext/rtattributes.hxx b/forms/source/richtext/rtattributes.hxx index 16d515030..f36a343b7 100644 --- a/forms/source/richtext/rtattributes.hxx +++ b/forms/source/richtext/rtattributes.hxx @@ -33,7 +33,7 @@ #include <tools/solar.h> #include <sal/types.h> -#include <svtools/poolitem.hxx> +#include <svl/poolitem.hxx> //........................................................................ namespace frm |