summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-09-04 15:24:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-09-04 15:26:23 +0200
commitd0d6e43f9f9894f65a18f22a28ed0d8c0dbd2b61 (patch)
tree11fe3f10ad1345260063db995432bdcf4c3d3776 /oox
parent884088de799c2c6947b72eb38cf2e7dbc46a1867 (diff)
Fix comment, formulabase.cxx has been moved in sc/source/filter/oox since 2012
(precisely since 8ada1cd2846e5e60ad63250c68ddea3a9356546f) Change-Id: I0be868233325ab5b92e35af14c3d9f77ee3edecb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139368 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/chart/chartconverter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/chart/chartconverter.cxx b/oox/source/drawingml/chart/chartconverter.cxx
index e3b2abe6b942..e215d1883e7b 100644
--- a/oox/source/drawingml/chart/chartconverter.cxx
+++ b/oox/source/drawingml/chart/chartconverter.cxx
@@ -44,7 +44,7 @@ const sal_Unicode API_TOKEN_ARRAY_OPEN = '{';
const sal_Unicode API_TOKEN_ARRAY_CLOSE = '}';
const sal_Unicode API_TOKEN_ARRAY_COLSEP = ';';
-// Code similar to oox/source/xls/formulabase.cxx
+// Code similar to sc/source/filter/oox/formulabase.cxx
static OUString lclGenerateApiString( const OUString& rString )
{
OUString aRetString = rString;