summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2004-08-04 13:14:26 +0000
committerDaniel Rentz <dr@openoffice.org>2004-08-04 13:14:26 +0000
commit0f27862d36ab5af143f954bfdfa1fb736a4684bc (patch)
treea5e0b56e3ca44a475abc60fd65adf43a9b76a491 /chart2
parent8871c5297b4ad2fbb12b52ca4a112b5aef948bab (diff)
#i10000# disable orientation controls
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/tp_AxisLabel.hxx14
-rw-r--r--chart2/source/controller/dialogs/tp_TitleRotation.hxx12
2 files changed, 14 insertions, 12 deletions
diff --git a/chart2/source/controller/dialogs/tp_AxisLabel.hxx b/chart2/source/controller/dialogs/tp_AxisLabel.hxx
index fbd64d4b84b2..6eac548a95b2 100644
--- a/chart2/source/controller/dialogs/tp_AxisLabel.hxx
+++ b/chart2/source/controller/dialogs/tp_AxisLabel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tp_AxisLabel.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: bm $ $Date: 2004-01-26 09:11:53 $
+ * last change: $Author: dr $ $Date: 2004-08-04 14:14:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,8 +69,8 @@
#include <vcl/button.hxx>
#endif
// header for SvxWinOrientation
-#ifndef WORIENT_HXX
-#include <svx/worient.hxx>
+#ifndef SVX_ORIENTHELPER_HXX
+#include <svx/orienthelper.hxx>
#endif
//#include "attrib.hxx"
@@ -88,9 +88,9 @@ class SchAxisLabelTabPage : public SfxTabPage
{
private:
CheckBox aCbShowDescription;
-
- SvxWinOrientation aWOAngle;
-
+#if 0 // DR: TODO new control types
+ svx::OrientationHelper aWOAngle;
+#endif
FixedLine aFlTextFlow;
CheckBox aCbTextOverlap;
CheckBox aCbTextBreak;
diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.hxx b/chart2/source/controller/dialogs/tp_TitleRotation.hxx
index 5ddab5691976..b8c839da58b4 100644
--- a/chart2/source/controller/dialogs/tp_TitleRotation.hxx
+++ b/chart2/source/controller/dialogs/tp_TitleRotation.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tp_TitleRotation.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2004-01-26 09:11:58 $
+ * last change: $Author: dr $ $Date: 2004-08-04 14:14:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,8 @@
#include <sfx2/tabdlg.hxx>
#endif
// header for SvxWinOrientation
-#ifndef WORIENT_HXX //autogen
-#include <svx/worient.hxx>
+#ifndef SVX_ORIENTHELPER_HXX //autogen
+#include <svx/orienthelper.hxx>
#endif
/*
// header for class ValueSet
@@ -107,7 +107,9 @@ private:
//Seit 4/1998 koennen Texte frei gedreht werden: SID_ATTR_ALIGN_DEGREES
- SvxWinOrientation aWinOrient;
+#if 0 // DR: TODO new control types
+ svx::OrientationHelper aWinOrient;
+#endif
// CheckBox aCbxTextOverlap;