summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2010-03-03 10:11:57 +0100
committerThomas Benisch <tbe@openoffice.org>2010-03-03 10:11:57 +0100
commited1b30ca81d1b33c5466e1b0e9173b8c88b5f146 (patch)
tree640dae4dc3573cf94b48b0b892e7c32bf2a31d10 /chart2/source
parent568a8725aec92ee9aac36d690ef068c458b303c2 (diff)
chartshapes: merge with DEV300_m72
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/dialogs/dlg_ShapeFont.cxx4
-rw-r--r--chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx4
-rw-r--r--chart2/source/controller/drawinglayer/DrawViewWrapper.cxx6
-rw-r--r--chart2/source/controller/inc/MenuResIds.hrc2
-rw-r--r--chart2/source/controller/main/ChartTransferable.cxx6
-rw-r--r--chart2/source/controller/main/DrawCommandDispatch.cxx4
-rw-r--r--chart2/source/controller/main/ShapeController.cxx26
7 files changed, 26 insertions, 26 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ShapeFont.cxx b/chart2/source/controller/dialogs/dlg_ShapeFont.cxx
index 719cea8523f8..280a1adecba2 100644
--- a/chart2/source/controller/dialogs/dlg_ShapeFont.cxx
+++ b/chart2/source/controller/dialogs/dlg_ShapeFont.cxx
@@ -33,11 +33,11 @@
#include "ResId.hxx"
#include "ResourceIds.hrc"
-#include <svtools/intitem.hxx>
+#include <svl/intitem.hxx>
#include <sfx2/objsh.hxx>
#include <svx/dialogs.hrc>
#include <svx/flagsdef.hxx>
-#include <svx/flstitem.hxx>
+#include <editeng/flstitem.hxx>
using ::com::sun::star::uno::Reference;
using namespace ::com::sun::star;
diff --git a/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx b/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx
index e93f8c3482f0..2f0173fc8408 100644
--- a/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx
+++ b/chart2/source/controller/dialogs/dlg_ShapeParagraph.cxx
@@ -32,8 +32,8 @@
#include "ResId.hxx"
#include "ResourceIds.hrc"
-#include <svtools/cjkoptions.hxx>
-#include <svtools/intitem.hxx>
+#include <svl/cjkoptions.hxx>
+#include <svl/intitem.hxx>
#include <svx/dialogs.hrc>
#include <svx/flagsdef.hxx>
diff --git a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
index e8b2ae3fb766..fbcca6a26bde 100644
--- a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
+++ b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
@@ -31,8 +31,8 @@
#include "chartview/DrawModelWrapper.hxx"
#include "ConfigurationAccess.hxx"
-#include <svtools/lingucfg.hxx>
-#include <svx/langitem.hxx>
+#include <unotools/lingucfg.hxx>
+#include <editeng/langitem.hxx>
// header for class SdrPage
#include <svx/svdpage.hxx>
//header for class SdrPageView
@@ -53,7 +53,7 @@
// header for class SvxShape
#include <svx/unoshape.hxx>
-#include <svx/fhgtitem.hxx>
+#include <editeng/fhgtitem.hxx>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
diff --git a/chart2/source/controller/inc/MenuResIds.hrc b/chart2/source/controller/inc/MenuResIds.hrc
index 95f782d39097..38a09ad35ded 100644
--- a/chart2/source/controller/inc/MenuResIds.hrc
+++ b/chart2/source/controller/inc/MenuResIds.hrc
@@ -28,7 +28,7 @@
#define CHART_MENURESIDS_HRC
#ifndef _SOLAR_HRC
-#include <svtools/solar.hrc>
+#include <svl/solar.hrc>
#endif
//-----------------------------------------------------------------------------
diff --git a/chart2/source/controller/main/ChartTransferable.cxx b/chart2/source/controller/main/ChartTransferable.cxx
index 6011af4e47f0..80041d4c3818 100644
--- a/chart2/source/controller/main/ChartTransferable.cxx
+++ b/chart2/source/controller/main/ChartTransferable.cxx
@@ -32,9 +32,9 @@
#include <unotools/streamwrap.hxx>
#include <vcl/graph.hxx>
-#include <svtools/itempool.hxx>
-#include <svx/eeitem.hxx>
-#include <svx/fhgtitem.hxx>
+#include <svl/itempool.hxx>
+#include <editeng/eeitem.hxx>
+#include <editeng/fhgtitem.hxx>
#include <svx/svditer.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdpage.hxx>
diff --git a/chart2/source/controller/main/DrawCommandDispatch.cxx b/chart2/source/controller/main/DrawCommandDispatch.cxx
index 1b1f263197dd..aa28028c4861 100644
--- a/chart2/source/controller/main/DrawCommandDispatch.cxx
+++ b/chart2/source/controller/main/DrawCommandDispatch.cxx
@@ -37,8 +37,8 @@
#include <vos/mutex.hxx>
#include <vcl/svapp.hxx>
-#include <svtools/itempool.hxx>
-#include <svx/adjitem.hxx>
+#include <svl/itempool.hxx>
+#include <editeng/adjitem.hxx>
#include <svx/dialogs.hrc>
#include <svx/dialmgr.hxx>
#include <svx/fmmodel.hxx>
diff --git a/chart2/source/controller/main/ShapeController.cxx b/chart2/source/controller/main/ShapeController.cxx
index 167b1f122167..b6adf9bf7477 100644
--- a/chart2/source/controller/main/ShapeController.cxx
+++ b/chart2/source/controller/main/ShapeController.cxx
@@ -43,15 +43,15 @@
#include <vos/mutex.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/svapp.hxx>
-#include <svx/brkitem.hxx>
+#include <editeng/brkitem.hxx>
#include <svx/dialogs.hrc>
#include <svx/drawitem.hxx>
-#include <svx/eeitem.hxx>
-#include <svx/hyznitem.hxx>
-#include <svx/orphitem.hxx>
-#include <svx/spltitem.hxx>
+#include <editeng/eeitem.hxx>
+#include <editeng/hyznitem.hxx>
+#include <editeng/orphitem.hxx>
+#include <editeng/spltitem.hxx>
#include <svx/svxdlg.hxx>
-#include <svx/widwitem.hxx>
+#include <editeng/widwitem.hxx>
#include <boost/scoped_ptr.hpp>
@@ -282,7 +282,7 @@ void ShapeController::executeDispatch_FormatLine()
{
::boost::scoped_ptr< SfxAbstractTabDialog > pDlg(
pFact->CreateSvxLineTabDialog( pParent, &aAttr, &pDrawModelWrapper->getSdrModel(),
- RID_SVXDLG_LINE, pSelectedObj, bHasMarked ) );
+ pSelectedObj, bHasMarked ) );
if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) )
{
const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet();
@@ -321,7 +321,7 @@ void ShapeController::executeDispatch_FormatArea()
{
::boost::scoped_ptr< AbstractSvxAreaTabDialog > pDlg(
pFact->CreateSvxAreaTabDialog( pParent, &aAttr, &pDrawModelWrapper->getSdrModel(),
- RID_SVXDLG_AREA, pDrawViewWrapper ) );
+ pDrawViewWrapper ) );
if ( pDlg.get() )
{
SfxItemPool& rItemPool = pDrawViewWrapper->GetModel()->GetItemPool();
@@ -368,7 +368,7 @@ void ShapeController::executeDispatch_TextAttributes()
if ( pFact )
{
::boost::scoped_ptr< SfxAbstractTabDialog > pDlg(
- pFact->CreateTextTabDialog( pParent, &aAttr, RID_SVXDLG_TEXT, pDrawViewWrapper ) );
+ pFact->CreateTextTabDialog( pParent, &aAttr, pDrawViewWrapper ) );
if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) )
{
const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet();
@@ -407,7 +407,7 @@ void ShapeController::executeDispatch_TransformDialog()
if ( pFact )
{
::boost::scoped_ptr< SfxAbstractTabDialog > pDlg(
- pFact->CreateCaptionDialog( pParent, pDrawViewWrapper, RID_SVXDLG_CAPTION ) );
+ pFact->CreateCaptionDialog( pParent, pDrawViewWrapper ) );
if ( pDlg.get() )
{
const USHORT* pRange = pDlg->GetInputRanges( *aAttr.GetPool() );
@@ -432,7 +432,7 @@ void ShapeController::executeDispatch_TransformDialog()
if ( pFact )
{
::boost::scoped_ptr< SfxAbstractTabDialog > pDlg(
- pFact->CreateSvxTransformTabDialog( pParent, &aGeoAttr, pDrawViewWrapper, RID_SVXDLG_TRANSFORM ) );
+ pFact->CreateSvxTransformTabDialog( pParent, &aGeoAttr, pDrawViewWrapper ) );
if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) )
{
const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet();
@@ -461,7 +461,7 @@ void ShapeController::executeDispatch_ObjectTitleDescription()
if ( pFact )
{
::boost::scoped_ptr< AbstractSvxObjectTitleDescDialog > pDlg(
- pFact->CreateSvxObjectTitleDescDialog( NULL, aTitle, aDescription, RID_SVXDLG_OBJECT_TITLE_DESC ) );
+ pFact->CreateSvxObjectTitleDescDialog( NULL, aTitle, aDescription ) );
if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) )
{
pDlg->GetTitle( aTitle );
@@ -491,7 +491,7 @@ void ShapeController::executeDispatch_RenameObject()
if ( pFact )
{
::boost::scoped_ptr< AbstractSvxObjectNameDialog > pDlg(
- pFact->CreateSvxObjectNameDialog( NULL, aName, RID_SVXDLG_OBJECT_NAME ) );
+ pFact->CreateSvxObjectNameDialog( NULL, aName ) );
pDlg->SetCheckNameHdl( LINK( this, ShapeController, CheckNameHdl ) );
if ( pDlg.get() && ( pDlg->Execute() == RET_OK ) )
{