diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cppuhelper/propshlp.hxx | 4 | ||||
-rw-r--r-- | include/rtl/strbuf.hxx | 2 | ||||
-rw-r--r-- | include/rtl/ustrbuf.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sfxuno.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/overlay/overlayobject.hxx | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx index c6dcfd14d290..933e002c0a33 100644 --- a/include/cppuhelper/propshlp.hxx +++ b/include/cppuhelper/propshlp.hxx @@ -65,7 +65,7 @@ public: Return the property members Name and Attribute from the handle nHandle. @param nHandle the handle of a property. If the values of the handles are sorted in the same way as the names and the highest handle value - is getCount() -1, than it must be an indexed acces to the property array. + is getCount() -1, than it must be an indexed access to the property array. @param pPropName is an out parameter filled with property name of the property with the handle nHandle. May be NULL. @param pAttributes is an out parameter filled with attributes of the property with the @@ -144,7 +144,7 @@ public: Return the property members Name and Attribute from the handle nHandle. @param nHandle the handle of a property. If the values of the handles are sorted in the same way as the names and the highest handle value - is getCount() -1, than it is only an indexed acces to the property array. + is getCount() -1, than it is only an indexed access to the property array. Otherwise it is a linear search through the array. @param pPropName is an out parameter filled with property name of the property with the handle nHandle. May be NULL. diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx index b2ad147dfe05..52d29cabead3 100644 --- a/include/rtl/strbuf.hxx +++ b/include/rtl/strbuf.hxx @@ -240,7 +240,7 @@ public: /** Fill the string data in the new string and clear the buffer. - This method is more efficient than the contructor of the string. It does + This method is more efficient than the constructor of the string. It does not copy the buffer. @return the string previously contained in the buffer. diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx index 179ba82c9c6f..abb85a087ce2 100644 --- a/include/rtl/ustrbuf.hxx +++ b/include/rtl/ustrbuf.hxx @@ -210,7 +210,7 @@ public: /** Fill the string data in the new string and clear the buffer. - This method is more efficient than the contructor of the string. It does + This method is more efficient than the constructor of the string. It does not copy the buffer. @return the string previously contained in the buffer. diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx index c8264bd6f750..2e773ed50ce6 100644 --- a/include/sfx2/sfxuno.hxx +++ b/include/sfx2/sfxuno.hxx @@ -68,7 +68,7 @@ typedef sal_Int32 FrameSearchFlags; // macros for declaration and definition of uno-services // declaration of XInterface::queryInterface() -// XInterface::aquire() +// XInterface::acquire() // XInterface::release() // XTypeProvider::getTypes() // XTypeProvider::getImplementationId() diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx index 7d803a289eda..b663ec5255ca 100644 --- a/include/svx/sdr/overlay/overlayobject.hxx +++ b/include/svx/sdr/overlay/overlayobject.hxx @@ -156,7 +156,7 @@ namespace sdr // implementation does nothing and does not create a new event. virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE; - // acces to AllowsAnimation flag + // access to AllowsAnimation flag bool allowsAnimation() const { return mbAllowsAnimation; } // stripe definition has changed. The OverlayManager does have |