summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 10:03:34 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:34:21 +0000
commit51d996354f11048d7759cd7e206a2383421c2c81 (patch)
tree4c34da7dbec966bcceb3477ac14c2eda1be2e84c /sd
parentb068d9fb8d29e06ff652b1493605cea22a9199f3 (diff)
Fix typos
Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3 Reviewed-on: https://gerrit.libreoffice.org/34784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx4
-rw-r--r--sd/source/core/stlsheet.cxx2
-rw-r--r--sd/source/ui/annotations/annotationmanager.cxx2
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.cxx2
-rw-r--r--sd/source/ui/docshell/docshel4.cxx2
-rw-r--r--sd/source/ui/unoidl/randomnode.cxx2
-rw-r--r--sd/source/ui/view/outlnvsh.cxx2
7 files changed, 8 insertions, 8 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 1552292e5df6..10fb24bfc3ad 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1481,7 +1481,7 @@ void SdTiledRenderingTest::testTdf104405()
xmlDocPtr pXmlDoc = parseXmlDump();
OString aPrefix = "/SdDrawDocument/SdrModel/SdPage/SdrObjList/SdrTableObj/SdrTableObjImpl"
"/TableModel/Cell[1]/DefaultProperties/SfxItemSet/SdrTextVertAdjustItem";
- // the following name has a compiler-dependant part
+ // the following name has a compiler-dependent part
CPPUNIT_ASSERT_EQUAL(getXPath(pXmlDoc, aPrefix, "value"), OUString("2"));
xmlFreeDoc(pXmlDoc);
@@ -1575,7 +1575,7 @@ void SdTiledRenderingTest::testCommentCallbacks()
{
// Load the document.
comphelper::LibreOfficeKit::setActive();
- // Set the tield annotations off
+ // Set the tiled annotations off
comphelper::LibreOfficeKit::setTiledAnnotations(false);
SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp", comphelper::InitPropertySequence(
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 190be22158f7..a7dd13cc925d 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -526,7 +526,7 @@ void SdStyleSheet::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
return;
/* if the dummy gets a notify about a changed attribute, he takes care that
- the actual ment style sheet sends broadcasts. */
+ the actual meant style sheet sends broadcasts. */
if (rHint.GetId() == SfxHintId::DataChanged)
{
SdStyleSheet* pRealStyle = GetRealStyleSheet();
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index 9edbb70efb3a..29278b4fdc63 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -113,7 +113,7 @@ namespace {
void lcl_CommentNotification(CommentNotificationType nType, const SfxViewShell* pViewShell, Reference<XAnnotation>& rxAnnotation)
{
- // callbacks only if tiled annotations are explicltly turned off by LOK client
+ // callbacks only if tiled annotations are explicitly turned off by LOK client
if (!comphelper::LibreOfficeKit::isActive() || comphelper::LibreOfficeKit::isTiledAnnotations())
return;
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
index fcb8cca4c0ba..7c25286c1b81 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx
@@ -214,7 +214,7 @@ long ClientBox::GetActiveEntryIndex()
//This function may be called with nPos < 0
void ClientBox::selectEntry( const long nPos )
{
- //ToDo whe should not use the guard at such a big scope here.
+ //ToDo we should not use the guard at such a big scope here.
//Currently it is used to guard m_vEntries and m_nActive. m_nActive will be
//modified in this function.
//It would be probably best to always use a copy of m_vEntries
diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx
index 2a000c57152f..71a96c2705ab 100644
--- a/sd/source/ui/docshell/docshel4.cxx
+++ b/sd/source/ui/docshell/docshel4.cxx
@@ -270,7 +270,7 @@ bool DrawDocShell::Load( SfxMedium& rMedium )
mbNewDocument = false;
// If this is an ODF file being loaded, then by default, use legacy processing
- // for tdf#99729 (if required, it will be overriden in *::ReadUserDataSequence())
+ // for tdf#99729 (if required, it will be overridden in *::ReadUserDataSequence())
if (IsOwnStorageFormat(rMedium))
{
mpDoc->SetAnchoredTextOverflowLegacy(true);
diff --git a/sd/source/ui/unoidl/randomnode.cxx b/sd/source/ui/unoidl/randomnode.cxx
index d80f373a9b5b..3edb7be657f3 100644
--- a/sd/source/ui/unoidl/randomnode.cxx
+++ b/sd/source/ui/unoidl/randomnode.cxx
@@ -136,7 +136,7 @@ public:
Reference< XAnimationNode > SAL_CALL appendChild( const Reference< XAnimationNode >& newChild ) override;
private:
- // our first, last and only protection from mutli-threads!
+ // our first, last and only protection from multi-threads!
Mutex maMutex;
sal_Int16 mnPresetClass;
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index b499eb02a334..641fcd429d80 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -847,7 +847,7 @@ void OutlineViewShell::GetMenuState( SfxItemSet &rSet )
bool bDisableCollapseAll = true;
bool bDisableExpandAll = true;
- // does the selection contain something collapsable/expandable?
+ // does the selection contain something collapsible/expandable?
if (!bDisableCollapse)
bDisableCollapseAll = false;
if (!bDisableExpand)