summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:07:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:25:53 +0200
commit89fa56078e97525986a6bd3fcc084130bfcbb7c2 (patch)
treec40e1215fa72a0bd293bd700143a653763315247 /xmlscript
parent7aef9ab8e81a7ccbdcc6042c49a972ee631d936e (diff)
Fix typos
Change-Id: I52ac067c200b02bc8513033b249863f67b245528 Reviewed-on: https://gerrit.libreoffice.org/77271 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_export.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
index eca2feb26fa0..3deca0ba6c04 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
@@ -1058,15 +1058,15 @@ void ElementDescriptor::readDefaults( bool supportPrintable, bool supportVisible
Any a( _xProps->getPropertyValue( "Name" ) );
// The following is a hack to allow 'form' controls to override the default
- // control supported by dialogs. This should work well for both vba support and
- // normal openoffice ( when normal 'Dialogs' decide to support form control models )
+ // control supported by dialogs. This should work well for both VBA support and
+ // normal LibreOffice (when normal 'Dialogs' decide to support form control models)
// In the future VBA support might require custom models ( and not the just the form
// variant of a control that we currently use ) In this case the door is still open,
// we just need to define a new way for the 'ServiceName' to be extracted from the
// incoming model. E.g. the use of supporting service
// "com.sun.star.form.FormComponent", 'ServiceName' and XPersistObject
// is only an implementation detail here, in the future some other
- // method ( perhaps a custom prop ) could be used instead.
+ // method (perhaps a custom prop) could be used instead.
Reference< lang::XServiceInfo > xSrvInfo( _xProps, UNO_QUERY );
if ( xSrvInfo.is() && xSrvInfo->supportsService( "com.sun.star.form.FormComponent" ) )
{