summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tablemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/tablemgr.hxx')
-rw-r--r--sw/source/ui/inc/tablemgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/tablemgr.hxx b/sw/source/ui/inc/tablemgr.hxx
index 368bfe01de61..c83e9857b720 100644
--- a/sw/source/ui/inc/tablemgr.hxx
+++ b/sw/source/ui/inc/tablemgr.hxx
@@ -71,7 +71,7 @@ public:
// @deprecated
void UpdateChart();
- /// @return the XModel of the newly inserted chart if successfull
+ /// @return the XModel of the newly inserted chart if successful
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >
InsertChart( ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataProvider > &rxDataProvider, sal_Bool bFillWithData, const rtl::OUString &rCellRange, SwFlyFrmFmt** ppFlyFrmFmt = 0 );
};