summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
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 'sfx2')
-rw-r--r--sfx2/source/dialog/filtergrouping.cxx8
-rw-r--r--sfx2/source/doc/objcont.cxx2
2 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx
index 62d58ceee285..8db8f4f8bdad 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -57,12 +57,12 @@ namespace sfx2
/**
- Some general words about what's going on here ....
+ Some general words about what's going on here...
<p>In our file open dialog, usually we display every filter we know. That's how it was before: every filter
lead to an own line in the filter list box, e.g. "StarWriter 5.0 Document" or "Microsoft Word 97".</p>
- <p>But then the PM came. And everything changed ....</p>
+ <p>But then the PM came. And everything changed...</p>
<p>A basic idea are groups: Why simply listing all the single filters? Couldn't we draw nice separators
between the filters which logically belong together? I.e. all the filters which open a document in StarWriter:
@@ -209,7 +209,7 @@ namespace sfx2
// we do not know this global class
OSL_FAIL( "ReadGlobalFilter::operator(): unknown filter name!" );
// TODO: perhaps we should be more tolerant - at the moment, the filter is dropped
- // We could silently push_back it to the container ....
+ // We could silently push_back it to the container...
}
else
{
@@ -487,7 +487,7 @@ namespace sfx2
}
}
if ( pTokenLoop > pTokenStart )
- // the last one ....
+ // the last one...
aWildCards.emplace_back( pTokenStart, pTokenLoop - pTokenStart );
}
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx
index 890fea99990f..87f44dcf596e 100644
--- a/sfx2/source/doc/objcont.cxx
+++ b/sfx2/source/doc/objcont.cxx
@@ -256,7 +256,7 @@ void SfxObjectShell::UpdateTime_Impl(
}
else if (nDays<=31)
{
- // If time of working without save greater then 1 month (!) ....
+ // If time of working without save greater then 1 month (!)...
// we add 0 to aOldTime!
// If 1 or up to 31 days between now and last editing - calculate time indirectly.