summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:47:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:05:50 +0200
commit73e3604fc16695758b9a7f55051d2f786f74be2d (patch)
tree357784a45ad575a8de6d6d9450fb18190091c873 /vcl/source/control
parent396473a3d6ddd1f1ee2d4e0fd3bae5c41d2cc3fd (diff)
Fixing '....' and '..'
Change-Id: I926069d6c1f2712e5020d930f7ff6c62fd00e912 Reviewed-on: https://gerrit.libreoffice.org/78667 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/edit.cxx2
-rw-r--r--vcl/source/control/fmtfield.cxx6
-rw-r--r--vcl/source/control/wizardmachine.cxx22
3 files changed, 15 insertions, 15 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index 37c135fbd1bd..d55d1cd24fa0 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -2945,7 +2945,7 @@ void Edit::dragOver( const css::datatransfer::dnd::DropTargetDragEvent& rDTDE )
if ( ( aMousePos.X() < 0 ) || ( aMousePos.X() > aOutSize.Width() ) )
{
// Scroll?
- // No, I will not receive events in this case....
+ // No, I will not receive events in this case...
}
*/
diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx
index 4a87fb979455..cb4f0c68ca5f 100644
--- a/vcl/source/control/fmtfield.cxx
+++ b/vcl/source/control/fmtfield.cxx
@@ -1206,9 +1206,9 @@ void DoubleCurrencyField::UpdateCurrencyFormat()
sTemp.append("] ");
sTemp.append(sNewFormat);
- // for negative values : $ -0.00, not -$ 0.00 ...
- // (the real solution would be a possibility to choose a "positive currency format" and a "negative currency format" ...
- // But not now ... (and hey, you could take a formatted field for this ....))
+ // for negative values : $ -0.00, not -$ 0.00...
+ // (the real solution would be a possibility to choose a "positive currency format" and a "negative currency format"...
+ // But not now... (and hey, you could take a formatted field for this...))
// FS - 31.03.00 74642
sTemp.append(";[$");
sTemp.append(sSymbol);
diff --git a/vcl/source/control/wizardmachine.cxx b/vcl/source/control/wizardmachine.cxx
index 0b8544bfd915..758ba1c4c67a 100644
--- a/vcl/source/control/wizardmachine.cxx
+++ b/vcl/source/control/wizardmachine.cxx
@@ -486,8 +486,8 @@ namespace vcl
if ( !ShowPage( nCurrentState ) )
{
// argh! prepareLeaveCurrentPage succeeded, determineNextState succeeded,
- // but ShowPage doesn't? Somebody behaves very strange here ....
- OSL_FAIL( "OWizardMachine::skipUntil: very unpolite ...." );
+ // but ShowPage doesn't? Somebody behaves very strange here...
+ OSL_FAIL( "OWizardMachine::skipUntil: very unpolite..." );
m_pImpl->aStateHistory = aOldStateHistory;
return false;
}
@@ -517,11 +517,11 @@ namespace vcl
if (!ShowPage(nCurrentState))
{
// TODO: this leaves us in a state where we have no current page and an inconsistent state history.
- // Perhaps we should rollback the skipping here ....
- OSL_FAIL("OWizardMachine::skip: very unpolite ....");
- // if somebody does a skip and then does not allow to leave ...
+ // Perhaps we should rollback the skipping here...
+ OSL_FAIL("OWizardMachine::skip: very unpolite...");
+ // if somebody does a skip and then does not allow to leave...
// (can't be a commit error, as we've already committed the current page. So if ShowPage fails here,
- // somebody behaves really strange ...)
+ // somebody behaves really strange...)
return;
}
@@ -991,8 +991,8 @@ namespace vcl
if ( !ShowPage( nCurrentState ) )
{
// argh! prepareLeaveCurrentPage succeeded, determineNextState succeeded,
- // but ShowPage doesn't? Somebody behaves very strange here ....
- OSL_FAIL( "WizardMachine::skipUntil: very unpolite ...." );
+ // but ShowPage doesn't? Somebody behaves very strange here...
+ OSL_FAIL( "WizardMachine::skipUntil: very unpolite..." );
m_pImpl->aStateHistory = aOldStateHistory;
return false;
}
@@ -1021,9 +1021,9 @@ namespace vcl
if (!ShowPage(nCurrentState))
{
// TODO: this leaves us in a state where we have no current page and an inconsistent state history.
- // Perhaps we should rollback the skipping here ....
- OSL_FAIL("OWizardMachine::skip: very unpolite ....");
- // if somebody does a skip and then does not allow to leave ...
+ // Perhaps we should rollback the skipping here...
+ OSL_FAIL("OWizardMachine::skip: very unpolite...");
+ // if somebody does a skip and then does not allow to leave...
// (can't be a commit error, as we've already committed the current page. So if ShowPage fails here,
// somebody behaves really strange ...)
return;