summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrpage.cxx2
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx2
-rw-r--r--svx/source/svdraw/sdrmasterpagedescriptor.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/contact/viewcontactofsdrpage.cxx b/svx/source/sdr/contact/viewcontactofsdrpage.cxx
index 26616111848a..286b773dcbdb 100644
--- a/svx/source/sdr/contact/viewcontactofsdrpage.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrpage.cxx
@@ -196,7 +196,7 @@ drawinglayer::primitive2d::Primitive2DContainer ViewContactOfMasterPage::createV
// #i110846# Suppress SdrPage FillStyle for MasterPages without StyleSheets,
// else the PoolDefault (XFILL_COLOR and Blue8) will be used. Normally, all
- // MasterPages should have a StyleSheet excactly for this reason, but historically
+ // MasterPages should have a StyleSheet exactly for this reason, but historically
// e.g. the Notes MasterPage has no StyleSheet set (and there maybe others).
if(rPage.getSdrPageProperties().GetStyleSheet())
{
diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index c9a3d29f0ef5..5dd4c7abcf83 100644
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -66,7 +66,7 @@ verify those issues are still fixed. (Whenever you have some additional time, yo
an automatic test for one or more of those issues for which this is possible :)
http://www.openoffice.org/issues/show_bug.cgi?id=105992
-zooming documents containg (alive) form controls improperly positions the controls
+zooming documents containing (alive) form controls improperly positions the controls
http://www.openoffice.org/issues/show_bug.cgi?id=104362
crash when copy a control
diff --git a/svx/source/svdraw/sdrmasterpagedescriptor.cxx b/svx/source/svdraw/sdrmasterpagedescriptor.cxx
index eba958d7ce80..3bc645fb4dc7 100644
--- a/svx/source/svdraw/sdrmasterpagedescriptor.cxx
+++ b/svx/source/svdraw/sdrmasterpagedescriptor.cxx
@@ -97,7 +97,7 @@ namespace sdr
{
// #i110846# Suppress SdrPage FillStyle for MasterPages without StyleSheets,
// else the PoolDefault (XFILL_COLOR and Blue8) will be used. Normally, all
- // MasterPages should have a StyleSheet excactly for this reason, but historically
+ // MasterPages should have a StyleSheet exactly for this reason, but historically
// e.g. the Notes MasterPage has no StyleSheet set (and there maybe others).
pCorrectProperties = nullptr;
}