diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:37:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:37:28 +0100 |
commit | fe86d0ca5daeadd8bde74e27109bcb65402ce139 (patch) | |
tree | 6dee09d6b40ef6cbd50b4ce541c7adb65e957e87 /sw | |
parent | 7c7755473e41f28e78dc79b885f8a39783f64699 (diff) |
Fix typo "paramater" -> "parameter" + remove some commented lines
Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlplug.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx index b6d257d4ca94..91a48450dc46 100644 --- a/sw/source/filter/html/htmlplug.cxx +++ b/sw/source/filter/html/htmlplug.cxx @@ -1205,7 +1205,7 @@ Writer& OutHTML_FrmFmtOLENode( Writer& rWrt, const SwFrmFmt& rFrmFmt, } else if( aGlobName == SvGlobalName( SO3_PLUGIN_CLASSID ) ) { - // fuer Plugins die Paramater als Optionen schreiben + // fuer Plugins die Parameter als Optionen schreiben uno::Sequence < beans::PropertyValue > aProps; aAny = xSet->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PluginCommands")) ); |