Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
75cec5cd54
commit
2af018e4dd
@@ -279,7 +279,7 @@ protected:
|
||||
|
||||
void implImportLibDescriptor( SfxLibrary* pLib, ::xmlscript::LibDescriptor& rLib );
|
||||
|
||||
// Methods to distinguish between deffirent library types
|
||||
// Methods to distinguish between different library types
|
||||
virtual SfxLibrary* SAL_CALL implCreateLibrary( const OUString& aName ) = 0;
|
||||
virtual SfxLibrary* SAL_CALL implCreateLibraryLink
|
||||
( const OUString& aName, const OUString& aLibInfoFileURL,
|
||||
|
@@ -34,7 +34,7 @@ class SfxScriptLibraryContainer : public SfxLibraryContainer, public OldBasicPas
|
||||
OUString maScriptLanguage;
|
||||
css::uno::Reference< css::container::XNameAccess > mxCodeNameAccess;
|
||||
|
||||
// Methods to distinguish between deffirent library types
|
||||
// Methods to distinguish between different library types
|
||||
virtual SfxLibrary* SAL_CALL implCreateLibrary( const OUString& aName ) override;
|
||||
virtual SfxLibrary* SAL_CALL implCreateLibraryLink
|
||||
( const OUString& aName, const OUString& aLibInfoFileURL,
|
||||
|
@@ -72,9 +72,9 @@ public:
|
||||
void setExplicitCategoriesProvider( ExplicitCategoriesProvider* /*takes ownership*/ );
|
||||
ExplicitCategoriesProvider* getExplicitCategoriesProvider();
|
||||
|
||||
// returns a coplete scale set for a given dimension and index; for example if nDimensionIndex==1 and nAxisIndex==2 you get returned the secondary x axis, main y axis and main z axis
|
||||
// returns a complete scale set for a given dimension and index; for example if nDimensionIndex==1 and nAxisIndex==2 you get returned the secondary x axis, main y axis and main z axis
|
||||
::std::vector< ExplicitScaleData > getExplicitScales( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex ) const;
|
||||
// returns a coplete increment set for a given dimension and index; for example if nDimensionIndex==1 and nAxisIndex==2 you get returned the secondary x axis, main y axis and main z axis
|
||||
// returns a complete increment set for a given dimension and index; for example if nDimensionIndex==1 and nAxisIndex==2 you get returned the secondary x axis, main y axis and main z axis
|
||||
::std::vector< ExplicitIncrementData > getExplicitIncrements( sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex ) const;
|
||||
|
||||
void addMinimumAndMaximumSupplier( MinimumAndMaximumSupplier* pMinimumAndMaximumSupplier );
|
||||
|
@@ -128,7 +128,7 @@ namespace drawinglayer
|
||||
vcl::PDFExtOutDevData* mpPDFExtOutDevData;
|
||||
|
||||
protected:
|
||||
/* the local processor for BasePrinitive2D-Implementation based primitives,
|
||||
/* the local processor for BasePrimitive2D-Implementation based primitives,
|
||||
called from the common process()-implementation
|
||||
*/
|
||||
virtual void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) override;
|
||||
|
@@ -55,7 +55,7 @@ namespace drawinglayer
|
||||
std::unique_ptr<Impl> m_pImpl;
|
||||
|
||||
protected:
|
||||
/* the local processor for BasePrinitive2D-Implementation based primitives,
|
||||
/* the local processor for BasePrimitive2D-Implementation based primitives,
|
||||
called from the common process()-implementation
|
||||
*/
|
||||
virtual void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) override;
|
||||
|
@@ -1068,7 +1068,7 @@ SfxPoolItem* SvxTabStopItem::Create( SvStream& rStrm, sal_uInt16 ) const
|
||||
SvStream& SvxTabStopItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const
|
||||
{
|
||||
// Default-Tabs are only expanded for the default Attribute. For complete
|
||||
// backward compabillity (<=304) all tabs have to be expanded, this makes
|
||||
// backward compability (<=304) all tabs have to be expanded, this makes
|
||||
// the files grow large in size. All only SWG!
|
||||
|
||||
const SfxItemPool *pPool = SfxItemPool::GetStoringPool();
|
||||
|
@@ -114,7 +114,7 @@ namespace pcr
|
||||
#define PROP_FLAG_COMPOSEABLE 0x00000080 // the property is "composeable", i.e. an intersection of property
|
||||
// sets should expose it, if all elements do
|
||||
#define PROP_FLAG_EXPERIMENTAL 0x00000100 // the property is experimental, i.e. should not appear in the
|
||||
// UI, unless experimental properties are enabled by a configuraiton
|
||||
// UI, unless experimental properties are enabled by a configuration
|
||||
// option
|
||||
|
||||
|
||||
|
@@ -555,7 +555,7 @@ public class Protocol extends JComponent
|
||||
|
||||
++m_nLine;
|
||||
|
||||
// it's necessary to open scopes before creatig the protocol line
|
||||
// it's necessary to open scopes before creating the protocol line
|
||||
// to guarantee right tab handling for new scope value!
|
||||
if ((nType & TYPE_SCOPE_OPEN) == TYPE_SCOPE_OPEN)
|
||||
++m_nScope;
|
||||
@@ -565,7 +565,7 @@ public class Protocol extends JComponent
|
||||
String sAsciiLog = aLine.toString();
|
||||
String sHTMLLog = aLine.toHTML();
|
||||
|
||||
// it's necessary to close scope after creatig the protocol line
|
||||
// it's necessary to close scope after creating the protocol line
|
||||
// to guarantee right tab handling for old scope value!
|
||||
if (
|
||||
( m_nScope > 0 ) &&
|
||||
|
@@ -265,7 +265,7 @@ public:
|
||||
@return
|
||||
If not empty, contains the password that has been validated by the
|
||||
passed password verifier. If empty, no valid password has been
|
||||
found, or the user has chossen to cancel password input.
|
||||
found, or the user has chosen to cancel password input.
|
||||
*/
|
||||
static css::uno::Sequence< css::beans::NamedValue > requestAndVerifyDocPassword(
|
||||
IDocPasswordVerifier& rVerifier,
|
||||
|
@@ -140,10 +140,10 @@ namespace comphelper
|
||||
const TYPE* m_pCurrent;
|
||||
|
||||
public:
|
||||
/** contrcuct a sequence iterator from a sequence
|
||||
/** construct a sequence iterator from a sequence
|
||||
*/
|
||||
OSequenceIterator(const css::uno::Sequence< TYPE >& _rSeq);
|
||||
/** contrcuct a sequence iterator from a Any containing a sequence
|
||||
/** construct a sequence iterator from a Any containing a sequence
|
||||
*/
|
||||
OSequenceIterator(const css::uno::Any& _rSequenceAny);
|
||||
|
||||
|
@@ -251,7 +251,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
|
||||
@return
|
||||
If not empty, contains the password that has been validated by the
|
||||
passed password verifier. If empty, no valid password has been
|
||||
found, or the user has chossen to cancel password input.
|
||||
found, or the user has chosen to cancel password input.
|
||||
*/
|
||||
css::uno::Sequence< css::beans::NamedValue > requestAndVerifyDocPassword(
|
||||
comphelper::IDocPasswordVerifier& rVerifier,
|
||||
|
@@ -759,7 +759,7 @@ bool ZipPackageStream::saveChild(
|
||||
}
|
||||
else
|
||||
{
|
||||
// This stream is defenitly not a raw stream
|
||||
// This stream is definitely not a raw stream
|
||||
|
||||
// If nonseekable access is used the stream should be at the beginning and
|
||||
// is useless after the storing. Thus if the storing fails the package should
|
||||
|
@@ -415,7 +415,7 @@ public class DesktopTools
|
||||
* This function docks the Navigator onto the right side of the window.</p>
|
||||
* Note:<P>
|
||||
* Since the svt.viewoptions cache the view configuration at start up
|
||||
* the chage of the docking will be effective at a restart.
|
||||
* the change of the docking will be effective at a restart.
|
||||
* @param xMSF the XMultiServiceFactory
|
||||
*/
|
||||
public static void dockNavigator(XMultiServiceFactory xMSF)
|
||||
|
@@ -94,7 +94,7 @@ public class _XTextRangeCompare extends MultiMethodTest {
|
||||
/**
|
||||
* One cursor is created and to its position a paragraph
|
||||
* inserted, then the fist five characters was selected.
|
||||
* A second cursor was created and the last 7 characteres
|
||||
* A second cursor was created and the last 7 characters
|
||||
* was selected.<p>
|
||||
*
|
||||
* Has <b>OK</b> status if the compare returns 1, i.e.
|
||||
|
@@ -34,7 +34,7 @@ enum class PropUIFlags {
|
||||
Composeable = 0x0008, // the property is "composeable", i.e. an intersection of property
|
||||
// sets should expose it, if all elements do
|
||||
Experimental = 0x0010, // the property is experimental, i.e. should not appear in the
|
||||
// UI, unless experimental properties are enabled by a configuraiton
|
||||
// UI, unless experimental properties are enabled by a configuration
|
||||
// option
|
||||
DataProperty = 0x0020 // the property is to appear on the "Data" page
|
||||
};
|
||||
|
@@ -87,7 +87,7 @@ public:
|
||||
//===== frame::XStatusListener ==========================================
|
||||
|
||||
/** Called by slot state change broadcasters. In turn the callback is
|
||||
informed about the state chage.
|
||||
informed about the state change.
|
||||
@throws DisposedException
|
||||
*/
|
||||
virtual void SAL_CALL
|
||||
|
@@ -1628,7 +1628,7 @@ bool SfxStoringHelper::GUIStoreModel( const uno::Reference< frame::XModel >& xMo
|
||||
&& ( !aModelData.GetStorable()->hasLocation()
|
||||
|| INetURLObject( aModelData.GetStorable()->getLocation() ) != aURL ) )
|
||||
{
|
||||
// this is defenitly not a Save operation
|
||||
// this is definitely not a Save operation
|
||||
// so the document info can be updated
|
||||
|
||||
// on export document info must be preserved
|
||||
|
@@ -233,7 +233,7 @@ namespace svgio
|
||||
}
|
||||
else
|
||||
{
|
||||
// take absolute value or cummulate percentage
|
||||
// take absolute value or cumulate percentage
|
||||
if (pParentSvgSvgNode->getWidth().isSet())
|
||||
{
|
||||
if (Unit_percent == pParentSvgSvgNode->getWidth().getUnit())
|
||||
@@ -275,7 +275,7 @@ namespace svgio
|
||||
}
|
||||
else
|
||||
{
|
||||
// take absolute value or cummulate percentage
|
||||
// take absolute value or cumulate percentage
|
||||
if (pParentSvgSvgNode->getHeight().isSet())
|
||||
{
|
||||
if (Unit_percent == pParentSvgSvgNode->getHeight().getUnit())
|
||||
|
@@ -740,7 +740,7 @@ IMPL_LINK_NOARG_TYPED(SvxFontWorkDialog, ModifyInputHdl_Impl, Edit&, void)
|
||||
IMPL_LINK_NOARG_TYPED(SvxFontWorkDialog, InputTimoutHdl_Impl, Idle *, void)
|
||||
{
|
||||
// Possibly set the Metric system again. This should be done with a
|
||||
// listen, this is however not possible at the moment due to compabillity
|
||||
// listen, this is however not possible at the moment due to compatibility
|
||||
// issues.
|
||||
const FieldUnit eDlgUnit = rBindings.GetDispatcher()->GetModule()->GetFieldUnit();
|
||||
if( eDlgUnit != m_pMtrFldDistance->GetUnit() )
|
||||
|
@@ -609,7 +609,7 @@ SwRubyPortion::SwRubyPortion( const SwMultiCreator& rCreate, const SwFont& rFnt,
|
||||
// In ruby portion there are different alignments for
|
||||
// the ruby text and the main text.
|
||||
// Left, right, centered and two possibilities of block adjustment
|
||||
// The block adjustment is realized by spacing between the characteres,
|
||||
// The block adjustment is realized by spacing between the characters,
|
||||
// either with a half space or no space in front of the first letter and
|
||||
// a half space at the end of the last letter.
|
||||
// Notice: the smaller line will be manipulated, normally it's the ruby line,
|
||||
|
@@ -109,7 +109,7 @@ void TabControl::ImplInit( vcl::Window* pParent, WinBits nStyle )
|
||||
mpTabCtrlData->mpListBox->Show();
|
||||
}
|
||||
|
||||
// if the tabcontrol is drawn (ie filled) by a native widget, make sure all contols will have transparent background
|
||||
// if the tabcontrol is drawn (ie filled) by a native widget, make sure all controls will have transparent background
|
||||
// otherwise they will paint with a wrong background
|
||||
if( IsNativeControlSupported(CTRL_TAB_PANE, PART_ENTIRE_CONTROL) )
|
||||
EnableChildTransparentMode();
|
||||
|
@@ -40,7 +40,7 @@ void TabPage::ImplInit( vcl::Window* pParent, WinBits nStyle )
|
||||
|
||||
ImplInitSettings();
|
||||
|
||||
// if the tabpage is drawn (ie filled) by a native widget, make sure all contols will have transparent background
|
||||
// if the tabpage is drawn (ie filled) by a native widget, make sure all controls will have transparent background
|
||||
// otherwise they will paint with a wrong background
|
||||
if( IsNativeControlSupported(CTRL_TAB_BODY, PART_ENTIRE_CONTROL) && GetParent() && (GetParent()->GetType() == WINDOW_TABCONTROL) )
|
||||
EnableChildTransparentMode();
|
||||
|
@@ -46,7 +46,7 @@ import com.sun.star.document.XDocumentProperties;
|
||||
* keeps a reference to an XSimpleFileAccess and an
|
||||
* XFileIdentifierConverter, saves the permanent
|
||||
* overhead of quering for those interfaces, and delivers
|
||||
* conveneince methods for using them.
|
||||
* convenience methods for using them.
|
||||
* These Convenince methods include mainly Exception-handling.
|
||||
*/
|
||||
public class FileAccess
|
||||
|
@@ -27,7 +27,7 @@ some functionality of SimpleFileAccess. The instance
|
||||
keeps a reference to an XSimpleFileAccess and an
|
||||
XFileIdentifierConverter, saves the permanent
|
||||
overhead of quering for those interfaces, and delivers
|
||||
conveneince methods for using them.
|
||||
convenience methods for using them.
|
||||
These Convenince methods include mainly Exception-handling.
|
||||
'''
|
||||
|
||||
|
Reference in New Issue
Block a user