diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-18 23:42:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-19 08:07:32 +0000 |
commit | 07f98f3fdcc34320736e8c75c2528866eae65f30 (patch) | |
tree | d8e5572eb65f4a759263a9f0054138365b30a213 /sc/inc | |
parent | 6ec1c0e803d52ff3ef28251b9e411f5f598b42d5 (diff) |
Typos: mainly translation remnants of Objekt instead of object
Change-Id: I84c488a4a0fa96f85158d34035a16aa5e10c7c21
Reviewed-on: https://gerrit.libreoffice.org/34418
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Fakabbir Amin (Aeimi) <fakabbir@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/datauno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index 52c260445af5..34b7da848779 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -65,7 +65,7 @@ public: static css::sheet::GeneralFunction SubTotalToGeneral( ScSubTotalFunc eSubTotal ); }; -// ImportDescriptor is not available as Uno-Objekt any longer, only Property-Sequence +// ImportDescriptor is not available as Uno-object any longer, only Property-Sequence class ScImportDescriptor { @@ -79,7 +79,7 @@ public: static long GetPropertyCount() { return 4; } }; -// SortDescriptor is not available as Uno-Objekt any longer, only Property-Sequence +// SortDescriptor is not available as Uno-object any longer, only Property-Sequence class ScSortDescriptor { |