summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_ObjectProperties.cxx')
-rw-r--r--chart2/source/controller/dialogs/dlg_ObjectProperties.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
index 859a4bf541da..834bf7687633 100644
--- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
+++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
@@ -110,10 +110,6 @@ ObjectPropertiesDialogParameter::ObjectPropertiesDialogParameter( const OUString
ObjectPropertiesDialogParameter::~ObjectPropertiesDialogParameter()
{
}
-OUString ObjectPropertiesDialogParameter::getLocalizedName() const
-{
- return m_aLocalizedName;
-}
void ObjectPropertiesDialogParameter::init( const uno::Reference< frame::XModel >& xChartModel )
{
@@ -309,14 +305,6 @@ void ObjectPropertiesDialogParameter::init( const uno::Reference< frame::XModel
}
}
-const uno::Sequence< OUString >& ObjectPropertiesDialogParameter::GetCategories() const
-{
- return m_aCategories;
-}
-uno::Reference< chart2::XChartDocument > ObjectPropertiesDialogParameter::getDocument() const
-{
- return m_xChartDocument;
-}
const sal_uInt16 nNoArrowNoShadowDlg = 1101;