summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_LegendPosition.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 16:46:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 16:46:03 +0000
commit39614a23782e4646b13b8f7d7a93f6cd873ff319 (patch)
tree29c263ff70ba9908d292da1acdadf9850018599c /chart2/source/controller/dialogs/tp_LegendPosition.hxx
parentINTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED (diff)
downloadcore-39614a23782e4646b13b8f7d7a93f6cd873ff319.tar.gz
core-39614a23782e4646b13b8f7d7a93f6cd873ff319.zip
INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED
2006/01/06 20:27:26 iha 1.2.4.3: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:19:59 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/07 10:04:06 bm 1.2.4.1: fixed order of members to fit order in dialog
Diffstat (limited to 'chart2/source/controller/dialogs/tp_LegendPosition.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_LegendPosition.hxx18
1 files changed, 7 insertions, 11 deletions
diff --git a/chart2/source/controller/dialogs/tp_LegendPosition.hxx b/chart2/source/controller/dialogs/tp_LegendPosition.hxx
index 80f5ec17d965..98bed466c4d5 100644
--- a/chart2/source/controller/dialogs/tp_LegendPosition.hxx
+++ b/chart2/source/controller/dialogs/tp_LegendPosition.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tp_LegendPosition.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 00:15:26 $
+ * last change: $Author: vg $ $Date: 2007-05-22 17:46:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,25 +43,21 @@
#ifndef _SV_FIXED_HXX
#include <vcl/fixed.hxx>
#endif
+//for auto_ptr
+#include <memory>
//.............................................................................
namespace chart
{
//.............................................................................
-/*************************************************************************
-|*
-|* Legenden-Anordnungs-Tab-Page
-|*
-\************************************************************************/
+class LegendPositionResources;
class SchLegendPosTabPage : public SfxTabPage
{
private:
FixedLine aGrpLegend;
- RadioButton aRbtLeft;
- RadioButton aRbtTop;
- RadioButton aRbtBottom;
- RadioButton aRbtRight;
+
+ ::std::auto_ptr< LegendPositionResources > m_apLegendPositionResources;
public:
SchLegendPosTabPage(Window* pParent, const SfxItemSet& rInAttrs);