summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_TitleRotation.hxx
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/source/controller/dialogs/tp_TitleRotation.hxx
parent8871c5297b4ad2fbb12b52ca4a112b5aef948bab (diff)
#i10000# disable orientation controls
Diffstat (limited to 'chart2/source/controller/dialogs/tp_TitleRotation.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_TitleRotation.hxx12
1 files changed, 7 insertions, 5 deletions
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;