summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_LegendPosition.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-11-26 15:19:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-11-26 15:19:48 +0000
commit811e7a83cbca79b0779ac2f77fc74b1f99c48439 (patch)
treee9525fc1eeb25528ffaf2cc368ebd3cb16d5c060 /chart2/source/controller/dialogs/tp_LegendPosition.hxx
parentCWS-TOOLING: integrate CWS calc46_DEV300 (diff)
downloadcore-811e7a83cbca79b0779ac2f77fc74b1f99c48439.tar.gz
core-811e7a83cbca79b0779ac2f77fc74b1f99c48439.zip
CWS-TOOLING: integrate CWS rtlchart01
Diffstat (limited to 'chart2/source/controller/dialogs/tp_LegendPosition.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_LegendPosition.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_LegendPosition.hxx b/chart2/source/controller/dialogs/tp_LegendPosition.hxx
index 90c11e418327..b4dcbea9f168 100644
--- a/chart2/source/controller/dialogs/tp_LegendPosition.hxx
+++ b/chart2/source/controller/dialogs/tp_LegendPosition.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tp_LegendPosition.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.72.1 $
*
* This file is part of OpenOffice.org.
*
@@ -36,6 +36,7 @@
#include <vcl/fixed.hxx>
//for auto_ptr
#include <memory>
+#include "TextDirectionListBox.hxx"
//.............................................................................
namespace chart
@@ -50,6 +51,10 @@ private:
::std::auto_ptr< LegendPositionResources > m_apLegendPositionResources;
+ FixedLine m_aFlTextOrient;
+ FixedText m_aFtTextDirection;
+ TextDirectionListBox m_aLbTextDirection;
+
public:
SchLegendPosTabPage(Window* pParent, const SfxItemSet& rInAttrs);
virtual ~SchLegendPosTabPage();