summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 23:15:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:13:38 +0200
commitc12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch)
treedc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /svtools
parent3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff)
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe Reviewed-on: https://gerrit.libreoffice.org/78678 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svhtml/htmlout.cxx2
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx
index d5e17721f108..6c6250fd01d0 100644
--- a/svtools/source/svhtml/htmlout.cxx
+++ b/svtools/source/svhtml/htmlout.cxx
@@ -889,7 +889,7 @@ SvStream& HTMLOutFuncs::OutScript( SvStream& rStrm,
if( JAVASCRIPT != eScriptType )
{
// MIB/MM: if it is not StarBasic, a // could be wrong.
- // As the comment is removed during reading, it is not helping us....
+ // As the comment is removed during reading, it is not helping us...
rStrm.WriteCharPtr( STARBASIC == eScriptType ? "' -->" : "// -->" )
.WriteCharPtr( SAL_NEWLINE_STRING );
}
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 7ef4f08cb139..35eeb4eca4d9 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -628,7 +628,7 @@ namespace svt { namespace table
WB_DRAG | ( _bHorizontal ? WB_HSCROLL : WB_VSCROLL )
);
_rpBar->SetScrollHdl( _rScrollHandler );
- // get some speed into the scrolling ....
+ // get some speed into the scrolling...
lcl_setButtonRepeat( *_rpBar );
}