summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:27:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:27:39 +0100
commitd35d893c3d256223efc59e5bbdacce08352fd901 (patch)
tree4c5d1bfa654b9293b1247fc66ff895dbcee785bd
parentc6f5d3ad899230b4a785d27fb677d0c9e7137c4b (diff)
Typos
Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
-rw-r--r--drawinglayer/source/primitive2d/svggradientprimitive2d.cxx2
-rw-r--r--framework/inc/classes/filtercachedata.hxx2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java2
-rw-r--r--sal/osl/unx/uunxapi.cxx2
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx2
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx2
-rw-r--r--xmloff/source/meta/xmlmetae.cxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
index 42b087bc0446..f56b4b9d8fc3 100644
--- a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
@@ -475,7 +475,7 @@ namespace drawinglayer
// can only happen when SpreadMethod is Spread_reflect or Spread_repeat,
// else the start and end pads are already created and fPos == aUnitRange.getMaxX().
// Its possible to express the repeated linear gradient by adding the
- // transformed central run. Crete it this way
+ // transformed central run. Create it this way
Primitive2DSequence aTargetColorEntries(Primitive2DVectorToPrimitive2DSequence(aTargetColor));
Primitive2DSequence aTargetOpacityEntries(Primitive2DVectorToPrimitive2DSequence(aTargetOpacity));
aTargetColor.clear();
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 9f2ec18d93ae..7bb3d24f4a65 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -553,7 +553,7 @@ class DataContainer
};
/*-************************************************************************************************************
- @short capsulate configuration access for fiter configuration
+ @short capsulate configuration access for filter configuration
@descr We use the ConfigItem mechanism to read/write values from/to configuration.
This implementation could be used to handle standard AND additional filter configurations in the same way.
We set a data container pointer for filling or reading ... this class use it temp.
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
index bf3cea5a1510..715854a0b4cd 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
@@ -60,7 +60,7 @@ import com.sun.star.document.XFilter;
User can decide at runtime which functionality really should
be used by selecting it in an extra filter property dialog.
- So we show how a filter works fro iport/export, use or create
+ So we show how a filter works for import/export, use or create
streams and how a filter can offer properties for filtering
which can be edit by the user.
************************************************************************-*/
diff --git a/sal/osl/unx/uunxapi.cxx b/sal/osl/unx/uunxapi.cxx
index a98481622c4c..5a2a32605896 100644
--- a/sal/osl/unx/uunxapi.cxx
+++ b/sal/osl/unx/uunxapi.cxx
@@ -295,7 +295,7 @@ int open_c(const char *cpPath, int oflag, int mode)
// A new file was created. Check if it is outside the sandbox.
// (In that case it must be one the user selected as export or
// save destination in a file dialog, otherwise we wouldn't
- // have been able to crete it.) Create and store a security
+ // have been able to create it.) Create and store a security
// scoped bookmark for it so that we can access the file in
// the future, too. (For the "Recent Files" functionality.)
const char *sandbox = [NSHomeDirectory() UTF8String];
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index 6f72964833da..b4220e299704 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -3037,7 +3037,7 @@ void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException, std::exc
else
{
// if this is a show, ignore user inputs and
- // start 20ms timer to reenable inputs to fiter
+ // start 20ms timer to reenable inputs to filter
// buffered inputs during slide transition
if( meAnimationMode == ANIMATIONMODE_SHOW )
{
diff --git a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
index 629b8aa5a39f..3d5e1c43fe81 100644
--- a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
@@ -137,7 +137,7 @@ namespace sdr
aSet.Put(XFillTransparenceItem(nShadowTransparence));
}
- // crete FillAttribute from modified ItemSet
+ // create FillAttribute from modified ItemSet
const drawinglayer::attribute::SdrFillAttribute aFill(
drawinglayer::primitive2d::createNewSdrFillAttribute(aSet));
drawinglayer::primitive2d::Primitive2DReference xSpecialShadow;
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index 29948d0b769c..27ae8593386a 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -371,7 +371,7 @@ SvXMLMetaExport::startElement(const OUString & i_rName,
{
if (m_level == 0) {
- // namepace decls: default ones have been written at the root element
+ // namespace decls: default ones have been written at the root element
// non-default ones must be preserved here
const sal_Int16 nCount = i_xAttribs->getLength();
for (sal_Int16 i = 0; i < nCount; ++i) {