summaryrefslogtreecommitdiff
path: root/sd
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 /sd
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 'sd')
-rw-r--r--sd/source/filter/eppt/eppt.cxx2
-rw-r--r--sd/source/ui/inc/tools/ConfigurationAccess.hxx2
-rw-r--r--sd/workben/custompanel/ctp_panel.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx
index a477636e49ab..163e9d8c8cbf 100644
--- a/sd/source/filter/eppt/eppt.cxx
+++ b/sd/source/filter/eppt/eppt.cxx
@@ -1109,7 +1109,7 @@ void PPTWriter::ImplWriteNotes( sal_uInt32 nPageNum )
mpPptEscherEx->OpenContainer( EPP_Notes );
mpPptEscherEx->AddAtom( 8, EPP_NotesAtom, 1 );
mpStrm->WriteUInt32( nPageNum + 0x100 )
- .WriteUInt16( 3 ) // follow master ....
+ .WriteUInt16( 3 ) // follow master...
.WriteUInt16( 0 );
ImplCreateHeaderFooters( mXPagePropSet );
diff --git a/sd/source/ui/inc/tools/ConfigurationAccess.hxx b/sd/source/ui/inc/tools/ConfigurationAccess.hxx
index 03973e77bf43..987f20cbb967 100644
--- a/sd/source/ui/inc/tools/ConfigurationAccess.hxx
+++ b/sd/source/ui/inc/tools/ConfigurationAccess.hxx
@@ -104,7 +104,7 @@ public:
This can be a node returned by GetConfigurationNode().
@param rArguments
The functor is called with arguments that are children of each
- element of the container. The set of children is specified this
+ element of the container. The set of children is specified in this
list.
@param rFunctor
The functor to be executed for some or all of the elements in
diff --git a/sd/workben/custompanel/ctp_panel.cxx b/sd/workben/custompanel/ctp_panel.cxx
index b7b1cf3e62d9..063091b36813 100644
--- a/sd/workben/custompanel/ctp_panel.cxx
+++ b/sd/workben/custompanel/ctp_panel.cxx
@@ -148,7 +148,7 @@ namespace sd { namespace colortoolpanel
(void)i_rParentAccessible;
return Reference< XAccessible >( m_xWindow, UNO_QUERY );
// TODO: this is, strictly, not correct, as we ignore i_ParentAccessible here. If you are not doing a sample
- // extension only, you'll want to do this correctly ....
+ // extension only, you'll want to do this correctly...
}
Reference< XResourceId > SAL_CALL SingleColorPanel::getResourceId( ) throw (RuntimeException)