From 9bac4d413e960e354a3cf81e3de9b1cb483d02ad Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Aug 2014 16:56:25 +0900 Subject: typo: more then -> more than Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922 --- framework/inc/classes/filtercachedata.hxx | 2 +- framework/inc/classes/propertysethelper.hxx | 2 +- framework/inc/dispatch/interceptionhelper.hxx | 2 +- framework/inc/helper/dockingareadefaultacceptor.hxx | 2 +- framework/inc/helper/ocomponentaccess.hxx | 4 ++-- framework/inc/macros/xinterface.hxx | 2 +- framework/inc/macros/xtypeprovider.hxx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx index 7ccd82efdfdf..499e48f85f01 100644 --- a/framework/inc/classes/filtercachedata.hxx +++ b/framework/inc/classes/filtercachedata.hxx @@ -437,7 +437,7 @@ class DataContainer but must be executed on different places inside this configuration structures. These enum values can be used ate some interface methods to specify, which configuration set should be used. - Further it must be possible to start the same action for more then one cfg type. + Further it must be possible to start the same action for more than one cfg type. That's why these values must be interpreted as flags. Means: its values must be in range [2^n]! */ diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx index f6c23546a3af..19bb4fbd5dbf 100644 --- a/framework/inc/classes/propertysethelper.hxx +++ b/framework/inc/classes/propertysethelper.hxx @@ -104,7 +104,7 @@ class FWI_DLLPUBLIC PropertySetHelper : public css::beans::XPropertySet * if a property with the same name already exists. * * Note: The consistence of the whole set of properties is not checked here. - * Means e.g. ... a handle which exists more then once is not detected. + * Means e.g. ... a handle which exists more than once is not detected. * The owner of this class has to be sure, that every new property does * not clash with any existing one. */ diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index 642462142be2..c338394e5942 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -207,7 +207,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper3< /** @short implements an optimized queryDispatch() for remote. - @descr It capsulate more then one queryDispatch() requests and return a lits of dispatch objects + @descr It capsulate more than one queryDispatch() requests and return a lits of dispatch objects as result. Because both lists (in and out) coreespond together, it's not allowed to pack it - means suppress NULL references! diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx index eed6faf3b339..cfc547cbe6b6 100644 --- a/framework/inc/helper/dockingareadefaultacceptor.hxx +++ b/framework/inc/helper/dockingareadefaultacceptor.hxx @@ -42,7 +42,7 @@ class DockingAreaDefaultAcceptor : public ::cppu::WeakImplHelper1< ::com::s /*-**************************************************************************************************** @short constructor to initialize this instance @descr A docking area acceptor - But we need a instance to create more then one enumerations to the same tasklist! + But we need a instance to create more than one enumerations to the same tasklist! @seealso class Desktop @seealso class OTasksEnumeration diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx index d97a74a3813d..baa2d39ad0a0 100644 --- a/framework/inc/helper/ocomponentaccess.hxx +++ b/framework/inc/helper/ocomponentaccess.hxx @@ -67,7 +67,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co @short constructor to initialize this instance @descr A desktop will create an enumeration-access-object. An enumeration is a oneway-list and a snapshot of the components of current tasks under the desktop. - But we need a instance to create more then one enumerations at different times! + But we need a instance to create more than one enumerations at different times! @seealso class Desktop @seealso class OComponentEnumeration @@ -107,7 +107,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co /*-**************************************************************************************************** @short get state of componentlist of enumeration. @seealso interface XElementAccess - @return sal_True ,if more then 0 elements exist. + @return sal_True ,if more than 0 elements exist. @return sal_False ,otherwise. *//*-*****************************************************************************************************/ diff --git a/framework/inc/macros/xinterface.hxx b/framework/inc/macros/xinterface.hxx index d3329904e90a..8354a9c185fa 100644 --- a/framework/inc/macros/xinterface.hxx +++ b/framework/inc/macros/xinterface.hxx @@ -95,7 +95,7 @@ ________________________________________________________________________________ } // private -// implementation of XInterface::queryInterface() with more then 12 other interfaces! +// implementation of XInterface::queryInterface() with more than 12 other interfaces! #define PRIVATE_DEFINE_XINTERFACE_QUERYINTERFACE_LARGE( CLASS, BASECLASS, INTERFACES_FIRST, INTERFACES_SECOND ) \ ::com::sun::star::uno::Any SAL_CALL CLASS::queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) \ diff --git a/framework/inc/macros/xtypeprovider.hxx b/framework/inc/macros/xtypeprovider.hxx index 0aa9bbfa5a2a..a7e914218eb5 100644 --- a/framework/inc/macros/xtypeprovider.hxx +++ b/framework/inc/macros/xtypeprovider.hxx @@ -88,7 +88,7 @@ ________________________________________________________________________________ } // private -// implementation of XTypeProvider::getTypes() with more then 12 interfaces! +// implementation of XTypeProvider::getTypes() with more than 12 interfaces! #define PRIVATE_DEFINE_XTYPEPROVIDER_GETTYPES_LARGE( CLASS, TYPES_FIRST, TYPES_SECOND ) \ ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL CLASS::getTypes() throw( ::com::sun::star::uno::RuntimeException, std::exception ) \ -- cgit v1.2.3