fix spelling structur -> structure
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
This commit is contained in:
@@ -754,7 +754,7 @@ void BackendImpl::PackageImpl::processPackage_(
|
||||
{
|
||||
//If the xcu file was installed before the configmgr was chaned
|
||||
//to use the configmgr.ini, one needed to rebuild to whole directory
|
||||
//structur containing the xcu, xcs files from all extensions. Now,
|
||||
//structure containing the xcu, xcs files from all extensions. Now,
|
||||
//we just add all other xcu/xcs files to the configmgr.ini instead of
|
||||
//rebuilding the directory structure.
|
||||
OUString url2(
|
||||
|
@@ -433,7 +433,7 @@ struct OBroadcastHelperVar
|
||||
sal_Bool bInDispose;
|
||||
|
||||
/**
|
||||
Initialize the structur. bDispose and bInDispose are set to false.
|
||||
Initialize the structure. bDispose and bInDispose are set to false.
|
||||
@param rMutex_ the mutex reference.
|
||||
*/
|
||||
OBroadcastHelperVar( ::osl::Mutex & rMutex_ )
|
||||
|
@@ -34,7 +34,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
The implementation structur of a locale. Do not create this structure
|
||||
The implementation structure of a locale. Do not create this structure
|
||||
direct. Only use the functions rtl_locale_register and
|
||||
rtl_locale_setDefault. The strings Language, Country and Variant
|
||||
are constants, so it is not necessary to acquire and release them.
|
||||
|
@@ -932,7 +932,7 @@ public:
|
||||
|
||||
private:
|
||||
/**
|
||||
A pointer to the data structur which contains the data.
|
||||
A pointer to the data structure which contains the data.
|
||||
*/
|
||||
rtl_String * pData;
|
||||
|
||||
|
@@ -1386,7 +1386,7 @@ private:
|
||||
}
|
||||
|
||||
/**
|
||||
A pointer to the data structur which contains the data.
|
||||
A pointer to the data structure which contains the data.
|
||||
*/
|
||||
rtl_uString * pData;
|
||||
|
||||
|
@@ -49,7 +49,7 @@ struct SfxRequest_Impl: public SfxListener
|
||||
|
||||
/* [Description]
|
||||
|
||||
Implementation structur of the <SfxRequest> class.
|
||||
Implementation structure of the <SfxRequest> class.
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1267,7 +1267,7 @@ IMPL_LINK( SfxTabDialog, DeactivatePageHdl, TabControl *, pTabCtrl )
|
||||
return sal_False;
|
||||
#ifdef DBG_UTIL
|
||||
Data_Impl* pDataObject = Find( pImpl->aData, pTabCtrl->GetCurPageId() );
|
||||
DBG_ASSERT( pDataObject, "no Data structur for current page" );
|
||||
DBG_ASSERT( pDataObject, "no Data structure for current page" );
|
||||
if ( pPage->HasExchangeSupport() && pDataObject->bOnDemand )
|
||||
{
|
||||
DBG_WARNING( "Data exchange in ItemsOnDemand is not desired!" );
|
||||
|
@@ -32,7 +32,7 @@ class SvStream;
|
||||
* Call Write(..) with a stream and the document to save and the page break
|
||||
* information of the document will be written.
|
||||
* Call Read(..) with a stream and the member pLayCacheImpl will
|
||||
* read the information from the stream and store it in an internal structur.
|
||||
* read the information from the stream and store it in an internal structure.
|
||||
* There's a simple locking mechanism at these classes,
|
||||
* if somebody reads the information, he increments the lock count by 1,
|
||||
* during the Read(..) function the lock count will set to $8000.
|
||||
|
@@ -354,7 +354,7 @@ void SwDoubleLinePortion::PaintBracket( SwTxtPaintInfo &rInf,
|
||||
rInf.X( rInf.X() + PreWidth() );
|
||||
}
|
||||
|
||||
// creates the bracket-structur
|
||||
// creates the bracket-structure
|
||||
// and fills it, if not both characters are 0x00.
|
||||
void SwDoubleLinePortion::SetBrackets( const SwDoubleLinePortion& rDouble )
|
||||
{
|
||||
|
@@ -31,10 +31,10 @@ class SwTxtAttr;
|
||||
class SfxPoolItem;
|
||||
class SwFont;
|
||||
|
||||
// SwMultiCreator is a small structur to create a multiportion.
|
||||
// SwMultiCreator is a small structure to create a multiportion.
|
||||
// It contains the kind of multiportion and a textattribute
|
||||
// or a poolitem.
|
||||
// The GetMultiCreator-function fills this structur and
|
||||
// The GetMultiCreator-function fills this structure and
|
||||
// the Ctor of the SwMultiPortion uses it.
|
||||
#define SW_MC_DOUBLE 0
|
||||
#define SW_MC_RUBY 1
|
||||
@@ -50,7 +50,7 @@ struct SwMultiCreator
|
||||
};
|
||||
|
||||
// A two-line-portion (SwMultiPortion) could have surrounding brackets,
|
||||
// in this case the structur SwBracket will be used.
|
||||
// in this case the structure SwBracket will be used.
|
||||
struct SwBracket
|
||||
{
|
||||
sal_Int32 nStart; // Start of text attribute determins the font
|
||||
|
@@ -950,7 +950,7 @@ bool WW8AttributeOutput::StartURL( const OUString &rUrl, const OUString &rTarget
|
||||
|
||||
m_rWW8Export.OutputField( 0, ww::eHYPERLINK, sURL, WRITEFIELD_CMD_END );
|
||||
|
||||
// now write the picture structur
|
||||
// now write the picture structure
|
||||
sURL = aURL.GetURLNoMark();
|
||||
|
||||
// Compare the URL written by AnalyzeURL with the original one to see if
|
||||
|
Reference in New Issue
Block a user