Kaydet (Commit) d35d893c authored tarafından Julien Nabet's avatar Julien Nabet

Typos

Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
üst c6f5d3ad
...@@ -475,7 +475,7 @@ namespace drawinglayer ...@@ -475,7 +475,7 @@ namespace drawinglayer
// can only happen when SpreadMethod is Spread_reflect or Spread_repeat, // can only happen when SpreadMethod is Spread_reflect or Spread_repeat,
// else the start and end pads are already created and fPos == aUnitRange.getMaxX(). // else the start and end pads are already created and fPos == aUnitRange.getMaxX().
// Its possible to express the repeated linear gradient by adding the // 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 aTargetColorEntries(Primitive2DVectorToPrimitive2DSequence(aTargetColor));
Primitive2DSequence aTargetOpacityEntries(Primitive2DVectorToPrimitive2DSequence(aTargetOpacity)); Primitive2DSequence aTargetOpacityEntries(Primitive2DVectorToPrimitive2DSequence(aTargetOpacity));
aTargetColor.clear(); aTargetColor.clear();
......
...@@ -553,7 +553,7 @@ class DataContainer ...@@ -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. @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. 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. We set a data container pointer for filling or reading ... this class use it temp.
......
...@@ -60,7 +60,7 @@ import com.sun.star.document.XFilter; ...@@ -60,7 +60,7 @@ import com.sun.star.document.XFilter;
User can decide at runtime which functionality really should User can decide at runtime which functionality really should
be used by selecting it in an extra filter property dialog. 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 streams and how a filter can offer properties for filtering
which can be edit by the user. which can be edit by the user.
************************************************************************-*/ ************************************************************************-*/
......
...@@ -295,7 +295,7 @@ int open_c(const char *cpPath, int oflag, int mode) ...@@ -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. // 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 // (In that case it must be one the user selected as export or
// save destination in a file dialog, otherwise we wouldn't // 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 // scoped bookmark for it so that we can access the file in
// the future, too. (For the "Recent Files" functionality.) // the future, too. (For the "Recent Files" functionality.)
const char *sandbox = [NSHomeDirectory() UTF8String]; const char *sandbox = [NSHomeDirectory() UTF8String];
......
...@@ -3037,7 +3037,7 @@ void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException, std::exc ...@@ -3037,7 +3037,7 @@ void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException, std::exc
else else
{ {
// if this is a show, ignore user inputs and // 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 // buffered inputs during slide transition
if( meAnimationMode == ANIMATIONMODE_SHOW ) if( meAnimationMode == ANIMATIONMODE_SHOW )
{ {
......
...@@ -137,7 +137,7 @@ namespace sdr ...@@ -137,7 +137,7 @@ namespace sdr
aSet.Put(XFillTransparenceItem(nShadowTransparence)); aSet.Put(XFillTransparenceItem(nShadowTransparence));
} }
// crete FillAttribute from modified ItemSet // create FillAttribute from modified ItemSet
const drawinglayer::attribute::SdrFillAttribute aFill( const drawinglayer::attribute::SdrFillAttribute aFill(
drawinglayer::primitive2d::createNewSdrFillAttribute(aSet)); drawinglayer::primitive2d::createNewSdrFillAttribute(aSet));
drawinglayer::primitive2d::Primitive2DReference xSpecialShadow; drawinglayer::primitive2d::Primitive2DReference xSpecialShadow;
......
...@@ -371,7 +371,7 @@ SvXMLMetaExport::startElement(const OUString & i_rName, ...@@ -371,7 +371,7 @@ SvXMLMetaExport::startElement(const OUString & i_rName,
{ {
if (m_level == 0) { 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 // non-default ones must be preserved here
const sal_Int16 nCount = i_xAttribs->getLength(); const sal_Int16 nCount = i_xAttribs->getLength();
for (sal_Int16 i = 0; i < nCount; ++i) { for (sal_Int16 i = 0; i < nCount; ++i) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment