summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-04-12 10:18:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-04-12 13:47:18 +0200
commit00a9b9bcd12bacafa2d81a11233b9c88669da6f1 (patch)
tree592900929abe9df5869cacdbbec99795d73c7683 /extensions
parent669c7505358e0362d8829a79994946239c2cc7ce (diff)
rename intern->internal
where appropriate Change-Id: I440d277e7be242eeecb7767fa11d1c4dad937e65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150268 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/datasourcehandling.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.hxx b/extensions/source/abpilot/datasourcehandling.hxx
index 485c3c15bd90..c6058e45e30a 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -163,7 +163,7 @@ namespace abp
*/
bool hasTable( const OUString& _rTableName ) const;
- /// return the intern data source object
+ /// return the internal data source object
css::uno::Reference< css::beans::XPropertySet > getDataSource() const;