summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 19:44:53 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:14:55 +0000
commitf378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch)
tree245e49f0afad73f582d42a89bdbdcb9717651fdd /include
parentca9de688c2c263c51dca1cbbf2892e3b419f921e (diff)
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56 Reviewed-on: https://gerrit.libreoffice.org/16300 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/canvas/base/canvascustomspritehelper.hxx2
-rw-r--r--include/canvas/canvastools.hxx2
-rw-r--r--include/comphelper/serviceinfohelper.hxx2
-rw-r--r--include/dbaccess/controllerframe.hxx2
-rw-r--r--include/oox/ole/vbaproject.hxx2
-rw-r--r--include/unotools/viewoptions.hxx4
-rw-r--r--include/vcl/settings.hxx2
7 files changed, 8 insertions, 8 deletions
diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx
index b77144d8a50c..fe29f5c5146b 100644
--- a/include/canvas/base/canvascustomspritehelper.hxx
+++ b/include/canvas/base/canvascustomspritehelper.hxx
@@ -147,7 +147,7 @@ namespace canvas
bool isActive() const { return mbActive; }
protected:
- /** Notifies that caller is again in sync with current alph
+ /** Notifies that caller is again in sync with current alpha
const, but modifies state visible to derived
classes. beware of passing this information to the
diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx
index 388153718d02..247bf7b99546 100644
--- a/include/canvas/canvastools.hxx
+++ b/include/canvas/canvastools.hxx
@@ -258,7 +258,7 @@ namespace canvas
transformed rectangle.
This method checks for polygonal containedness, i.e. the
- transformed rectangle is not represented as an axis-alignd
+ transformed rectangle is not represented as an axis-aligned
rectangle anymore (like calcTransformedRectBounds()), but
polygonal. Thus, the insideness test is based on tight
bounds.
diff --git a/include/comphelper/serviceinfohelper.hxx b/include/comphelper/serviceinfohelper.hxx
index e5ee70866aec..cfbb5ce6d1de 100644
--- a/include/comphelper/serviceinfohelper.hxx
+++ b/include/comphelper/serviceinfohelper.hxx
@@ -29,7 +29,7 @@ namespace comphelper {
*
* you can override the <code>getSupprotedServiceNames</code> to implement a XServiceInfo.
* you can use the static helper methods to combine your services with that of parent
- * or aggregatet classes.
+ * or aggregated classes.
*/
class COMPHELPER_DLLPUBLIC ServiceInfoHelper : public ::com::sun::star::lang::XServiceInfo
{
diff --git a/include/dbaccess/controllerframe.hxx b/include/dbaccess/controllerframe.hxx
index 7a990d0acc1c..edebdaee5645 100644
--- a/include/dbaccess/controllerframe.hxx
+++ b/include/dbaccess/controllerframe.hxx
@@ -36,7 +36,7 @@ namespace dbaui
//= ControllerFrame
struct ControllerFrame_Data;
- /** helper class to ancapsulate the frame which a controller is plugged into,
+ /** helper class to encapsulate the frame which a controller is plugged into,
doing some common actions on it.
*/
class ControllerFrame
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx
index 3c4de2782e4d..6325b23fe12a 100644
--- a/include/oox/ole/vbaproject.hxx
+++ b/include/oox/ole/vbaproject.hxx
@@ -65,7 +65,7 @@ private:
-/** Base class for objects that attach a amcro to a specific action.
+/** Base class for objects that attach a macro to a specific action.
Purpose is to collect objects that need to attach a VBA macro to an action.
The VBA project will be loaded at a very late point of the document import
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx
index 224dcb7e94d8..0a39b70bef90 100644
--- a/include/unotools/viewoptions.hxx
+++ b/include/unotools/viewoptions.hxx
@@ -144,10 +144,10 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
/*-****************************************************************************************************
@short use it to delete an entry of dynamic view set
- @descr You can use this method to delete anexisting node in configuration.
+ @descr You can use this method to delete an existing node in configuration.
But if you call a Set- or Get- method again on this instance
the item is created again! If you do nothing after this call
- your view will die relay in configuration ...
+ your view will die relay in configuration...
@seealso method Exist()
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 965d47065d79..59af8ee62c7b 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -600,7 +600,7 @@ public:
sal_uInt16 GetListBoxMaximumLineCount() const;
// maximum column count for the ColorValueSet control. Default is 12 and this is optimized for the
- // color scheme which has 12-color alogned layout for the part taken over from Symphony. Do
+ // color scheme which has 12-color aligned layout for the part taken over from Symphony. Do
// only change this if you know what you are doing.
void SetColorValueSetColumnCount(sal_uInt16 nCount);
sal_uInt16 GetColorValueSetColumnCount() const;