summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_LegendPosition.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-11-27 10:31:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-11-27 10:33:25 +0000
commit07a58db41301d15523519b99d2c64f1885909cda (patch)
tree1eb5286d2703541b65d1ee144eb300aa52338e59 /chart2/source/controller/dialogs/tp_LegendPosition.hxx
parentIAccessible2: revert some bounds-checking changes again (diff)
downloadcore-07a58db41301d15523519b99d2c64f1885909cda.tar.gz
core-07a58db41301d15523519b99d2c64f1885909cda.zip
provide two LegendPositionResources for the interim
LegendPositionResources for .ui based stuff and a legacy oldLegendPositionResources which can be phased out when the last .res based user is gone Change-Id: I02478882e0cb54ee0fe5c2c5d15382f94758a3d2
Diffstat (limited to 'chart2/source/controller/dialogs/tp_LegendPosition.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_LegendPosition.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/chart2/source/controller/dialogs/tp_LegendPosition.hxx b/chart2/source/controller/dialogs/tp_LegendPosition.hxx
index 2e2aab8a9657..fdadbb34772f 100644
--- a/chart2/source/controller/dialogs/tp_LegendPosition.hxx
+++ b/chart2/source/controller/dialogs/tp_LegendPosition.hxx
@@ -19,30 +19,24 @@
#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_LEGENDPOSITION_HXX
#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_TP_LEGENDPOSITION_HXX
-// header for SfxTabPage
#include <sfx2/tabdlg.hxx>
-// header for FixedText
#include <vcl/fixed.hxx>
+#include "res_LegendPosition.hxx"
#include "TextDirectionListBox.hxx"
namespace chart
{
-class LegendPositionResources;
class SchLegendPosTabPage : public SfxTabPage
{
private:
-// boost::scoped_ptr< LegendPositionResources > m_apLegendPositionResources;
- LegendPositionResources* m_pLegendPositionResources;
- VclBox* m_pBxPosition;
-
+ LegendPositionResources m_aLegendPositionResources;
TextDirectionListBox* m_pLbTextDirection;
public:
SchLegendPosTabPage(Window* pParent, const SfxItemSet& rInAttrs);
- virtual ~SchLegendPosTabPage();
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rInAttrs);
virtual sal_Bool FillItemSet(SfxItemSet& rOutAttrs);