[Libreoffice-commits] core.git: accessibility/inc dtrans/source jurt/com package/source sd/source svl/source svtools/source svx/source sw/source toolkit/inc unotools/source vbahelper/source vcl/aqua vcl/generic vcl/unx xmloff/inc xmloff/source
Andras Timar
atimar at suse.com
Wed Feb 20 08:25:58 PST 2013
accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx | 2 +-
dtrans/source/win32/dtobj/FmtFilter.cxx | 4 ++--
jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 2 +-
package/source/xstor/xfactory.cxx | 2 +-
package/source/xstor/xstorage.cxx | 4 ++--
sd/source/core/drawdoc2.cxx | 2 +-
sd/source/ui/inc/GraphicViewShell.hxx | 2 +-
sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 2 +-
sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx | 2 +-
sd/source/ui/unoidl/unolayer.hxx | 2 +-
sd/source/ui/view/drviewsa.cxx | 2 +-
sd/source/ui/view/grviewsh.cxx | 2 +-
sd/source/ui/view/sdwindow.cxx | 2 +-
svl/source/fsstor/fsfactory.cxx | 2 +-
svtools/source/control/valueacc.cxx | 2 +-
svx/source/dialog/fontwork.cxx | 2 +-
sw/source/ui/inc/view.hxx | 4 ++--
sw/source/ui/uiview/view.cxx | 2 +-
sw/source/ui/vba/vbaformfield.cxx | 2 +-
sw/source/ui/vba/vbaheaderfooterhelper.cxx | 2 +-
toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx | 2 +-
unotools/source/i18n/textsearch.cxx | 6 +++---
vbahelper/source/vbahelper/vbacommandbar.cxx | 2 +-
vcl/aqua/source/dtrans/HtmlFmtFlt.cxx | 2 +-
vcl/generic/fontmanager/parseAFM.cxx | 2 +-
vcl/unx/generic/app/saldisp.cxx | 2 +-
vcl/unx/generic/gdi/salgdi.cxx | 2 +-
xmloff/inc/xmloff/xmlerror.hxx | 2 +-
xmloff/source/draw/shapeexport2.cxx | 2 +-
29 files changed, 34 insertions(+), 34 deletions(-)
New commits:
commit b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
Author: Andras Timar <atimar at suse.com>
Date: Wed Feb 20 17:24:33 2013 +0100
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
diff --git a/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx b/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx
index fe28f36..226fb01 100644
--- a/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx
+++ b/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx
@@ -31,7 +31,7 @@ typedef ::cppu::ImplHelper1<
/** This class represents non editable text fields. The object passed to
the constructor is expected to be a list (a <type>ListBox</type> to be
- more specific). From this allways the selected item is token to be made
+ more specific). From this always the selected item is token to be made
accessible by this class. When the selected item changes then also the
exported text changes.
*/
diff --git a/dtrans/source/win32/dtobj/FmtFilter.cxx b/dtrans/source/win32/dtobj/FmtFilter.cxx
index 66a43db..7456ce5 100644
--- a/dtrans/source/win32/dtobj/FmtFilter.cxx
+++ b/dtrans/source/win32/dtobj/FmtFilter.cxx
@@ -283,7 +283,7 @@ Sequence< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( Sequence< sal_Int8 >& aTextH
sal_uInt32 lHTMLFmtHdr = rtl_str_getLength( aHTMLFmtHdr );
- // the office allways writes the start
+ // the office always writes the start
// and end html tag in upper cases and
// without spaces
// both tags don't allow parameters
@@ -356,7 +356,7 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr
return htmlHeader.str();
}
-// the office allways writes the start and end html tag in upper cases and
+// the office always writes the start and end html tag in upper cases and
// without spaces both tags don't allow parameters
const std::string TAG_HTML = std::string("<HTML>");
const std::string TAG_END_HTML = std::string("</HTML>");
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
index 631d941..8e27e27 100644
--- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
+++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java
@@ -881,7 +881,7 @@ class ServiceManagerFactory implements XServiceInfo, XSingleComponentFactory, X
* because there is no the <code>ServiceManager</code> has no constructor with
* arguments.
* <p>
- * @return null - allways throws an exception
+ * @return null - always throws an exception
* @param aArguments arguments for new instance.
* @see com.sun.star.lang.XSingleServiceFactory
*/
diff --git a/package/source/xstor/xfactory.cxx b/package/source/xstor/xfactory.cxx
index 29a1790..cd88abd 100644
--- a/package/source/xstor/xfactory.cxx
+++ b/package/source/xstor/xfactory.cxx
@@ -125,7 +125,7 @@ uno::Reference< uno::XInterface > SAL_CALL OStorageFactory::createInstanceWithAr
OSL_FAIL( "Wrong second argument!\n" );
throw lang::IllegalArgumentException(); // TODO:
}
- // it's allways possible to read written storage in this implementation
+ // it's always possible to read written storage in this implementation
nStorageMode |= embed::ElementModes::READ;
}
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index aa65875..dc1c51f 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -2612,7 +2612,7 @@ uno::Reference< embed::XStorage > SAL_CALL OStorage::openStorageElement(
&& !( nStorageMode & embed::ElementModes::WRITE ) )
throw io::IOException( OSL_LOG_PREFIX, uno::Reference< uno::XInterface >() ); // TODO: access denied
- // it's allways possible to read written storage in this implementation
+ // it's always possible to read written storage in this implementation
nStorageMode |= embed::ElementModes::READ;
uno::Reference< embed::XStorage > xResult;
@@ -2924,7 +2924,7 @@ void SAL_CALL OStorage::copyStorageElementLastCommitTo(
if ( m_pData->m_nStorageType == embed::StorageFormats::OFOPXML && aStorName == "_rels" )
throw lang::IllegalArgumentException( OSL_LOG_PREFIX, uno::Reference< uno::XInterface >(), 1 ); // unacceptable storage name
- // it's allways possible to read written storage in this implementation
+ // it's always possible to read written storage in this implementation
sal_Int32 nStorageMode = embed::ElementModes::READ;
try
diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx
index f0ae793..b654cfb 100644
--- a/sd/source/core/drawdoc2.cxx
+++ b/sd/source/core/drawdoc2.cxx
@@ -1465,7 +1465,7 @@ sal_uInt16 SdDrawDocument::InsertPageSet (
String aNotesPageName = sNotesPageName;
// Gather some information about the standard page and the notes page
- // that are to be inserted. This makes sure that there is allways one
+ // that are to be inserted. This makes sure that there is always one
// standard page followed by one notes page.
if (ePageKind == PK_NOTES)
{
diff --git a/sd/source/ui/inc/GraphicViewShell.hxx b/sd/source/ui/inc/GraphicViewShell.hxx
index bd936ad..8f8870b 100644
--- a/sd/source/ui/inc/GraphicViewShell.hxx
+++ b/sd/source/ui/inc/GraphicViewShell.hxx
@@ -59,7 +59,7 @@ public:
virtual ~GraphicViewShell (void);
- /** This method is overloaded in order to have the layer mode allways
+ /** This method is overloaded in order to have the layer mode always
active.
*/
virtual void ChangeEditMode (EditMode eMode, bool bIsLayerModeActive);
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index f4ce80a..2decfcb 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -1237,7 +1237,7 @@ bool NormalModeHandler::ProcessButtonDownEvent (
case BUTTON_DOWN | LEFT_BUTTON | DOUBLE_CLICK | OVER_SELECTED_PAGE:
case BUTTON_DOWN | LEFT_BUTTON | DOUBLE_CLICK | OVER_UNSELECTED_PAGE:
- // A double click allways shows the selected slide in the center
+ // A double click always shows the selected slide in the center
// pane in an edit view.
SetCurrentPage(rDescriptor.mpHitDescriptor);
SwitchView(rDescriptor.mpHitDescriptor);
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
index 9604277..db5fe23 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx
@@ -49,7 +49,7 @@ class SlideSorterController;
has to be done explicitly by calling the
CurrentSlideManager::SetCurrentSlide() method.
- Indices of pages relate allways to the number of all pages in the model
+ Indices of pages relate always to the number of all pages in the model
(as returned by GetPageCount()) not just the selected pages.
*/
class PageSelector : private ::boost::noncopyable
diff --git a/sd/source/ui/unoidl/unolayer.hxx b/sd/source/ui/unoidl/unolayer.hxx
index f132ff0..4f003e6 100644
--- a/sd/source/ui/unoidl/unolayer.hxx
+++ b/sd/source/ui/unoidl/unolayer.hxx
@@ -85,7 +85,7 @@ public:
virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException);
- /** Not implemented. Allways throws an exception.
+ /** Not implemented. Always throws an exception.
@raises NoSupportException.
*/
virtual void SAL_CALL setParent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& Parent ) throw (::com::sun::star::lang::NoSupportException, ::com::sun::star::uno::RuntimeException);
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 3d97092..135b198 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -735,7 +735,7 @@ void DrawViewShell::GetStatusBarState(SfxItemSet& rSet)
// Display of current page and layer.
if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_STATUS_PAGE ) )
{
- // Allways show the slide/page number.
+ // Always show the slide/page number.
OUString aOUString = SD_RESSTR(STR_SD_PAGE);
aOUString += " ";
aOUString += OUString::valueOf( sal_Int32(maTabControl.GetCurPageId()) );
diff --git a/sd/source/ui/view/grviewsh.cxx b/sd/source/ui/view/grviewsh.cxx
index f41a21f..1f7264b 100644
--- a/sd/source/ui/view/grviewsh.cxx
+++ b/sd/source/ui/view/grviewsh.cxx
@@ -78,7 +78,7 @@ void GraphicViewShell::ChangeEditMode (
bool )
{
// There is no page tab that could be shown instead of the layer tab.
- // Therefore we have it allways visible regardless of what the caller
+ // Therefore we have it always visible regardless of what the caller
// said. (We have to change the callers behaviour, of course.)
DrawViewShell::ChangeEditMode (eMode, true);
}
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index a65aad2..34da38d 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -926,7 +926,7 @@ void Window::DataChanged( const DataChangedEvent& rDCEvt )
(rDCEvt.GetFlags() & SETTINGS_STYLE) )
{
// When the screen zoom factor has changed then reset the zoom
- // factor of the frame to allways display the whole page.
+ // factor of the frame to always display the whole page.
const AllSettings* pOldSettings = rDCEvt.GetOldSettings ();
const AllSettings& rNewSettings = GetSettings ();
if (pOldSettings)
diff --git a/svl/source/fsstor/fsfactory.cxx b/svl/source/fsstor/fsfactory.cxx
index 1ab8f69..9acc687 100644
--- a/svl/source/fsstor/fsfactory.cxx
+++ b/svl/source/fsstor/fsfactory.cxx
@@ -114,7 +114,7 @@ uno::Reference< uno::XInterface > SAL_CALL FSStorageFactory::createInstanceWithA
" css.embed.ElementModes"),
static_cast< OWeakObject * >(this), -1);
}
- // it's allways possible to read written storage in this implementation
+ // it's always possible to read written storage in this implementation
nStorageMode |= embed::ElementModes::READ;
}
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx
index f8a5056..bb9623d 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -725,7 +725,7 @@ ValueSetItem* ValueSetAcc::getItem (sal_uInt16 nIndex) const
if (HasNoneField())
{
if (nIndex == 0)
- // When present the first item is the then allways visible none field.
+ // When present the first item is the then always visible none field.
pItem = mpParent->ImplGetItem (VALUESET_ITEM_NONEITEM);
else
// Shift down the index to compensate for the none field.
diff --git a/svx/source/dialog/fontwork.cxx b/svx/source/dialog/fontwork.cxx
index 75f4648..4e078a7 100644
--- a/svx/source/dialog/fontwork.cxx
+++ b/svx/source/dialog/fontwork.cxx
@@ -360,7 +360,7 @@ void SvxFontWorkDialog::SetStyle_Impl(const XFormTextStyleItem* pItem)
}
aTbxStyle.Enable();
- // Make sure that there is allways exactly one checked toolbox item.
+ // Make sure that there is always exactly one checked toolbox item.
if ( pItem->GetValue() == XFT_NONE )
{
aTbxStyle.CheckItem(TBI_STYLE_ROTATE, sal_False);
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 71e1a17..1b5a8b9 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -247,7 +247,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
sal_Bool bCenterCrsr : 1,
bTopCrsr : 1,
- bAllwaysShowSel : 1,
+ bAlwaysShowSel : 1,
bTabColFromDoc : 1,
bNumIndentFromDoc : 1, // #i23726#
bTabRowFromDoc : 1,
@@ -334,7 +334,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
SW_DLLPRIVATE void HyphStart( SvxSpellArea eSpell );
SW_DLLPRIVATE sal_Bool CheckSpecialCntnt();
SW_DLLPRIVATE void SpellKontext(sal_Bool bOn = sal_True)
- { bCenterCrsr = bOn; bAllwaysShowSel = bOn; }
+ { bCenterCrsr = bOn; bAlwaysShowSel = bOn; }
// methods for printing
SW_DLLPRIVATE virtual SfxPrinter* GetPrinter( sal_Bool bCreate = sal_False );
diff --git a/sw/source/ui/uiview/view.cxx b/sw/source/ui/uiview/view.cxx
index c2443cc..fe90b5d 100644
--- a/sw/source/ui/uiview/view.cxx
+++ b/sw/source/ui/uiview/view.cxx
@@ -760,7 +760,7 @@ SwView::SwView( SfxViewFrame *_pFrame, SfxViewShell* pOldSh )
RTL_LOGFILE_CONTEXT_AUTHOR( aLog, "SW", "JP93722", "SwView::SwView" );
- bCenterCrsr = bTopCrsr = bAllwaysShowSel = bTabColFromDoc = bTabRowFromDoc =
+ bCenterCrsr = bTopCrsr = bAlwaysShowSel = bTabColFromDoc = bTabRowFromDoc =
bSetTabColFromDoc = bSetTabRowFromDoc = bAttrChgNotified = bAttrChgNotifiedWithRegistrations =
bVerbsActive = bDrawRotate = bInOuterResizePixel = bInInnerResizePixel =
bPasteState = bPasteSpecialState = bMakeSelectionVisible = sal_False;
diff --git a/sw/source/ui/vba/vbaformfield.cxx b/sw/source/ui/vba/vbaformfield.cxx
index d4ab045..d00b3ce 100644
--- a/sw/source/ui/vba/vbaformfield.cxx
+++ b/sw/source/ui/vba/vbaformfield.cxx
@@ -93,7 +93,7 @@ void SAL_CALL SwVbaFormField::setResult( const rtl::OUString& result ) throw ( u
sal_Bool SAL_CALL SwVbaFormField::getEnabled() throw ( uno::RuntimeException )
{
- //allways return true
+ //always return true
return sal_True;
}
diff --git a/sw/source/ui/vba/vbaheaderfooterhelper.cxx b/sw/source/ui/vba/vbaheaderfooterhelper.cxx
index 35fe036..c1da332 100644
--- a/sw/source/ui/vba/vbaheaderfooterhelper.cxx
+++ b/sw/source/ui/vba/vbaheaderfooterhelper.cxx
@@ -91,7 +91,7 @@ sal_Bool HeaderFooterHelper::isFirstPageHeader( const uno::Reference< frame::XMo
if( isHeader( xModel ) )
{
uno::Reference< text::XPageCursor > xPageCursor( word::getXTextViewCursor( xModel ), uno::UNO_QUERY_THROW );
- // FIXME: getPage allways returns 1
+ // FIXME: getPage always returns 1
sal_Int32 nPage = xPageCursor->getPage();
return nPage == FIRST_PAGE;
}
diff --git a/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx b/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx
index e814b82..3110d81 100644
--- a/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx
+++ b/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx
@@ -34,7 +34,7 @@ public:
EmptyFontDescriptor()
{
// Not all enums are initialized correctly in FontDescriptor-CTOR because
- // they are set to the first enum value, this is not allways the default value.
+ // they are set to the first enum value, this is not always the default value.
Slant = ::com::sun::star::awt::FontSlant_DONTKNOW;
Underline = ::com::sun::star::awt::FontUnderline::DONTKNOW;
Strikeout = ::com::sun::star::awt::FontStrikeout::DONTKNOW;
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx
index 9105150..2b51179 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -220,7 +220,7 @@ int TextSearch::SearchFrwrd( const String & rStr, xub_StrLen* pStart,
{
nRet = 1;
// the XTextsearch returns in startOffset the higher position
- // and the endposition is allways exclusive.
+ // and the endposition is always exclusive.
// The caller of this function will have in startPos the
// lower pos. and end
*pStart = (xub_StrLen)aRet.startOffset[ 0 ];
@@ -252,7 +252,7 @@ sal_Bool TextSearch::SearchForward( const ::rtl::OUString &rStr,
{
nRet = sal_True;
// the XTextsearch returns in startOffset the higher position
- // and the endposition is allways exclusive.
+ // and the endposition is always exclusive.
// The caller of this function will have in startPos the
// lower pos. and end
*pStart = aRet.startOffset[ 0 ];
@@ -284,7 +284,7 @@ int TextSearch::SearchBkwrd( const String & rStr, xub_StrLen* pStart,
{
nRet = 1;
// the XTextsearch returns in startOffset the higher position
- // and the endposition is allways exclusive.
+ // and the endposition is always exclusive.
// The caller of this function will have in startPos the
// lower pos. and end
*pEnde = (xub_StrLen)aRet.startOffset[ 0 ];
diff --git a/vbahelper/source/vbahelper/vbacommandbar.cxx b/vbahelper/source/vbahelper/vbacommandbar.cxx
index 305c980..9c13872 100644
--- a/vbahelper/source/vbahelper/vbacommandbar.cxx
+++ b/vbahelper/source/vbahelper/vbacommandbar.cxx
@@ -76,7 +76,7 @@ ScVbaCommandBar::setName( const OUString& _name ) throw (uno::RuntimeException)
::sal_Bool SAL_CALL
ScVbaCommandBar::getVisible() throw (uno::RuntimeException)
{
- // menu bar is allways visible in OOo
+ // menu bar is always visible in OOo
if( m_bIsMenu )
return sal_True;
diff --git a/vcl/aqua/source/dtrans/HtmlFmtFlt.cxx b/vcl/aqua/source/dtrans/HtmlFmtFlt.cxx
index 2a5f40e..e629f11 100644
--- a/vcl/aqua/source/dtrans/HtmlFmtFlt.cxx
+++ b/vcl/aqua/source/dtrans/HtmlFmtFlt.cxx
@@ -71,7 +71,7 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr
} // namespace private
-// the office allways writes the start and end html tag in upper cases and
+// the office always writes the start and end html tag in upper cases and
// without spaces both tags don't allow parameters
const std::string TAG_HTML = std::string("<HTML>");
const std::string TAG_END_HTML = std::string("</HTML>");
diff --git a/vcl/generic/fontmanager/parseAFM.cxx b/vcl/generic/fontmanager/parseAFM.cxx
index 177469c..e970f19 100644
--- a/vcl/generic/fontmanager/parseAFM.cxx
+++ b/vcl/generic/fontmanager/parseAFM.cxx
@@ -661,7 +661,7 @@ static int parseCharWidths( FileInputStream* fp, register int* cwi)
/*
- * number of char metrics is almost allways inaccurate, so be gentle and try to
+ * number of char metrics is almost always inaccurate, so be gentle and try to
* adapt our internal storage by adjusting the allocated list
*/
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx
index 725bd19..e748bc2 100644
--- a/vcl/unx/generic/app/saldisp.cxx
+++ b/vcl/unx/generic/app/saldisp.cxx
@@ -208,7 +208,7 @@ sal_GetServerVendor( Display *p_display )
const vendor_t p_vendorlist[] = {
{ vendor_sun, "Sun Microsystems, Inc.", 10 },
- // allways the last entry: vendor_none to indicate eol
+ // always the last entry: vendor_none to indicate eol
{ vendor_none, NULL, 0 },
};
diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx
index 48f295b..2907b44 100644
--- a/vcl/unx/generic/gdi/salgdi.cxx
+++ b/vcl/unx/generic/gdi/salgdi.cxx
@@ -318,7 +318,7 @@ GC X11SalGraphics::SelectBrush()
}
else
{
- // Bug in Sun Solaris 2.5.1, XFillPolygon doesn't allways reflect
+ // Bug in Sun Solaris 2.5.1, XFillPolygon doesn't always reflect
// changes of the tile. PROPERTY_BUG_Tile doesn't fix this !
if (GetDisplay()->GetProperties() & PROPERTY_BUG_FillPolygon_Tile)
XSetFillStyle ( pDisplay, pBrushGC_, FillSolid );
diff --git a/xmloff/inc/xmloff/xmlerror.hxx b/xmloff/inc/xmloff/xmlerror.hxx
index 22161b7..e526f7c 100644
--- a/xmloff/inc/xmloff/xmlerror.hxx
+++ b/xmloff/inc/xmloff/xmlerror.hxx
@@ -47,7 +47,7 @@
// error numbers, listed by error class
// Within each class, errors should be numbered consecutively. Please
-// allways add to error code below the appropriate comment.
+// always add to error code below the appropriate comment.
// I/O errors:
diff --git a/xmloff/source/draw/shapeexport2.cxx b/xmloff/source/draw/shapeexport2.cxx
index f9626f8..ed791e5 100644
--- a/xmloff/source/draw/shapeexport2.cxx
+++ b/xmloff/source/draw/shapeexport2.cxx
@@ -135,7 +135,7 @@ void XMLShapeExport::ImpExportNewTrans_DecomposeAndRefPoint(const ::basegfx::B2D
void XMLShapeExport::ImpExportNewTrans_FeaturesAndWrite(::basegfx::B2DTuple& rTRScale, double fTRShear,
double fTRRotate, ::basegfx::B2DTuple& rTRTranslate, const sal_Int32 nFeatures)
{
- // allways write Size (rTRScale) since this statement carries the union
+ // always write Size (rTRScale) since this statement carries the union
// of the object
OUString aStr;
OUStringBuffer sStringBuffer;
More information about the Libreoffice-commits
mailing list