summaryrefslogtreecommitdiffstats
path: root/include/svx/charthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/charthelper.hxx')
-rw-r--r--include/svx/charthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/charthelper.hxx b/include/svx/charthelper.hxx
index 33ffa3201414..56627cc12aec 100644
--- a/include/svx/charthelper.hxx
+++ b/include/svx/charthelper.hxx
@@ -37,7 +37,7 @@ public:
/// Use chart's XUpdatable::update() to update values.
static void updateChart( const css::uno::Reference< css::frame::XModel >& rXModel, bool bHardUpdate );
- // try to access rXModel in case of a chart to to get the chart content
+ // try to access rXModel in case of a chart to get the chart content
// as sequence of primitives. Return range of primitives (chart size) in rRange;
// it will be used to embed the chart to the SdrObject transformation. This
// allows to define possible distances between chart and SDrObject bounds here