summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfilter.hxx
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-06-12 16:40:20 +0700
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-06-12 16:44:43 -0500
commit655d930476045a2de7f3ead4768bb75df8cf7c82 (patch)
tree9f240c0f4ef720b1899d5797ac1fcdffe5be2f40 /lotuswordpro/source/filter/lwpfilter.hxx
parentReplace List with std::vector< sal_uInt32 > (diff)
downloadcore-655d930476045a2de7f3ead4768bb75df8cf7c82.tar.gz
core-655d930476045a2de7f3ead4768bb75df8cf7c82.zip
Code cleanup
* Remove dead code * Fix comment typos Released under LGPLv3+/MPL
Diffstat (limited to 'lotuswordpro/source/filter/lwpfilter.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfilter.hxx b/lotuswordpro/source/filter/lwpfilter.hxx
index 5653fd8d53f3..3471ad379616 100644
--- a/lotuswordpro/source/filter/lwpfilter.hxx
+++ b/lotuswordpro/source/filter/lwpfilter.hxx
@@ -164,7 +164,7 @@ public:
sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
/**
- * @descr function of interface XExtendedFilterDetection. If this interface is registed, it will be called whenever
+ * @descr function of interface XExtendedFilterDetection. If this interface is registered, it will be called whenever
* a file is to be loaded.
*/
virtual ::rtl::OUString SAL_CALL detect( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Descriptor ) throw (::com::sun::star::uno::RuntimeException);