summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:55:09 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 07:56:09 +0000
commit1616565f1232f31d1e0fa2a3316d63eadd8e0e28 (patch)
tree8467a5f2a0c2b9d6c3a5af8753d56e6bc6b3a8ee /include/svtools
parentsw: prefix members of SwBorderAttrs (diff)
downloadcore-1616565f1232f31d1e0fa2a3316d63eadd8e0e28.tar.gz
core-1616565f1232f31d1e0fa2a3316d63eadd8e0e28.zip
Fix typos
Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438 Reviewed-on: https://gerrit.libreoffice.org/18957 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ServerDetailsControls.hxx2
-rw-r--r--include/svtools/imap.hxx2
-rw-r--r--include/svtools/svlbitm.hxx2
-rw-r--r--include/svtools/table/tablemodel.hxx2
-rw-r--r--include/svtools/toolbarmenu.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index 5f69525e154f..18ca39d6b40a 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -82,7 +82,7 @@ class HostDetailsContainer : public DetailsContainer
protected:
void setScheme( const OUString& sScheme ) { m_sScheme = sScheme; }
- /** Verifies that the schement split from the URL can be handled by
+ /** Verifies that the scheme split from the URL can be handled by
the container and set the proper controls accordingly if needed.
*/
virtual bool verifyScheme( const OUString& rScheme );
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 4ac636a7b6b5..69880e77fd28 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -91,7 +91,7 @@ public:
// rTotalSize is the original size of the image
// rDisplaySize is the current size;
// rRelPoint relates to the display size and the upper left
- // corener of the image
+ // corner of the image
IMapObject* GetHitIMapObject( const Size& rOriginalSize,
const Size& rDisplaySize,
const Point& rRelHitPoint,
diff --git a/include/svtools/svlbitm.hxx b/include/svtools/svlbitm.hxx
index f65996c50efa..89969b0bbbbe 100644
--- a/include/svtools/svlbitm.hxx
+++ b/include/svtools/svlbitm.hxx
@@ -94,7 +94,7 @@ public:
Image& GetImage(SvBmp nIndex) { return aBmps[(int)nIndex]; }
void SetDefaultImages( const Control* pControlForSettings = NULL );
- // set images according to the color scheeme of the Control
+ // set images according to the color scheme of the Control
// pControlForSettings == NULL: settings are taken from Application
bool HasDefaultImages() const;
};
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 7bb3d9c1f8a6..94265a8ed02e 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -235,7 +235,7 @@ namespace svt { namespace table
//= ITableModel
- /** declares the interface to implement by an abtract table model
+ /** declares the interface to implement by an abstract table model
*/
class SAL_NO_VTABLE SVT_DLLPUBLIC ITableModel
{
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index 3999f89e4720..a23422993daa 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -97,7 +97,7 @@ protected:
bool IsInPopupMode();
void EndPopupMode();
- // Forwared from XStatusListener (subclasses must override this one to get
+ // Forwarded from XStatusListener (subclasses must override this one to get
// the status updates):
virtual void statusChanged(const css::frame::FeatureStateEvent& Event ) throw (css::uno::RuntimeException, std::exception);