Kaydet (Commit) feeb8ccf authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ia8bd59be341b0731198d48df974b60ecb04e289c
Reviewed-on: https://gerrit.libreoffice.org/35635Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst ddc1429b
...@@ -71,7 +71,7 @@ UCBHELPER_DLLPUBLIC void cancelCommandExecution( const css::uno::Any & rExceptio ...@@ -71,7 +71,7 @@ UCBHELPER_DLLPUBLIC void cancelCommandExecution( const css::uno::Any & rExceptio
@param eError is an IO error code. @param eError is an IO error code.
@param rArgs is a sequeence containing the arguments to pass along with @param rArgs is a sequence containing the arguments to pass along with
the exception. Each IO error code can be combined with one or the exception. Each IO error code can be combined with one or
more additional arguments. Refer to com/sun/star/ucb/IOErroprCode.idl more additional arguments. Refer to com/sun/star/ucb/IOErroprCode.idl
for details. for details.
......
...@@ -112,7 +112,7 @@ protected: ...@@ -112,7 +112,7 @@ protected:
* This method registers a newly created content instance with the * This method registers a newly created content instance with the
* content provider. It should be called directly after creating a new * content provider. It should be called directly after creating a new
* content instance. The provider can reuse a registered instance upon * content instance. The provider can reuse a registered instance upon
* subsedent requests for content instances with an idententifier * subsequent requests for content instances with an identifier
* of a registered instance. * of a registered instance.
* Note that the provider does not hold a hard reference on the * Note that the provider does not hold a hard reference on the
* registered instance. If last external reference is gone, the provider * registered instance. If last external reference is gone, the provider
......
...@@ -67,7 +67,7 @@ namespace utl ...@@ -67,7 +67,7 @@ namespace utl
specifies the service factory which should be used to access the configuration specifies the service factory which should be used to access the configuration
@param _rAccessSafety @param _rAccessSafety
As this class is intended to manipulate objects it does not hold itself (see the various As this class is intended to manipulate objects it does not hold itself (see the various
registerXXX methods), it needs to guard these access for muti threading safety.<br/> registerXXX methods), it needs to guard these access for multi threading safety.<br/>
The mutex given here is locked whenever such an access occurs. The mutex given here is locked whenever such an access occurs.
@param _pConfigLocation @param _pConfigLocation
is an ASCII string describing the configurations node path is an ASCII string describing the configurations node path
......
...@@ -130,7 +130,7 @@ protected: ...@@ -130,7 +130,7 @@ protected:
}; };
typedef ::std::deque< EventQueueEntry > EventQueue; typedef ::std::deque< EventQueueEntry > EventQueue;
/** Derived classes do additional prpeparations and return whether the /** Derived classes do additional preparations and return whether the
event handler has to be called. event handler has to be called.
@throws css::uno::RuntimeException @throws css::uno::RuntimeException
......
...@@ -239,7 +239,7 @@ public: ...@@ -239,7 +239,7 @@ public:
{ {
/// horizontal parallel lines, one unit apart /// horizontal parallel lines, one unit apart
hatchSingle=0, hatchSingle=0,
/// horizontal and verticall orthogonally crossing lines, one unit apart /// horizontal and vertical orthogonally crossing lines, one unit apart
hatchDouble, hatchDouble,
/// three crossing lines, like HatchType::hatchDouble, but /// three crossing lines, like HatchType::hatchDouble, but
/// with an additional diagonal line, rising to the upper /// with an additional diagonal line, rising to the upper
......
...@@ -41,7 +41,7 @@ enum class QuickHelpFlags ...@@ -41,7 +41,7 @@ enum class QuickHelpFlags
Bottom = 0x0020, Bottom = 0x0020,
NoAutoPos = Left | Center | Right | Top | VCenter | Bottom, NoAutoPos = Left | Center | Right | Top | VCenter | Bottom,
CtrlText = 0x0040, CtrlText = 0x0040,
/// no delay when opening the quick help. Applies to ShowBallon and ShowQuickHelp /// no delay when opening the quick help. Applies to ShowBalloon and ShowQuickHelp
NoDelay = 0x0080, NoDelay = 0x0080,
/// force balloon-style in ShowPopover and ShowQuickHelp /// force balloon-style in ShowPopover and ShowQuickHelp
TipStyleBalloon = 0x0100, TipStyleBalloon = 0x0100,
......
...@@ -470,7 +470,7 @@ public: ...@@ -470,7 +470,7 @@ public:
// the bHighlight member of that struct shall contain the new state // the bHighlight member of that struct shall contain the new state
void SetMenuBarButtonHighlightHdl( sal_uInt16 nId, const Link<MenuBar::MenuBarButtonCallbackArg&,bool>& ); void SetMenuBarButtonHighlightHdl( sal_uInt16 nId, const Link<MenuBar::MenuBarButtonCallbackArg&,bool>& );
// returns the rectangle occupied by the additional button named nId // returns the rectangle occupied by the additional button named nId
// coordinates are relative to the systemwindiow the menubar is attached to // coordinates are relative to the systemwindow the menubar is attached to
// if the menubar is unattached an empty rectangle is returned // if the menubar is unattached an empty rectangle is returned
Rectangle GetMenuBarButtonRectPixel( sal_uInt16 nId ); Rectangle GetMenuBarButtonRectPixel( sal_uInt16 nId );
void RemoveMenuBarButton( sal_uInt16 nId ); void RemoveMenuBarButton( sal_uInt16 nId );
......
...@@ -225,7 +225,7 @@ public: ...@@ -225,7 +225,7 @@ public:
WidgetType Type; // primitive RTTI WidgetType Type; // primitive RTTI
public: public:
OUString Name; // a distinct name to identify the control OUString Name; // a distinct name to identify the control
OUString Description;// descriptive text for the contro (e.g. for tool tip) OUString Description;// descriptive text for the control (e.g. for tool tip)
OUString Text; // user text to appear on the control OUString Text; // user text to appear on the control
DrawTextFlags TextStyle; // style flags DrawTextFlags TextStyle; // style flags
bool ReadOnly; bool ReadOnly;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>
// aapears to be a copy of css::view::DuplexMode // appears to be a copy of css::view::DuplexMode
enum class DuplexMode { Unknown, Off, LongEdge, ShortEdge }; enum class DuplexMode { Unknown, Off, LongEdge, ShortEdge };
......
...@@ -155,7 +155,7 @@ public: ...@@ -155,7 +155,7 @@ public:
Id of the item for which the size limits are set. Id of the item for which the size limits are set.
@param rRange @param rRange
Values of -1 define missing bounds, thus setting a range (-1,-1) Values of -1 define missing bounds, thus setting a range (-1,-1)
(the default) removes the size limitiation. (the default) removes the size limit.
*/ */
void SetItemSizeRange (sal_uInt16 nId, const Range& rRange); void SetItemSizeRange (sal_uInt16 nId, const Range& rRange);
/** Return the current size limits for the specified item. /** Return the current size limits for the specified item.
......
...@@ -774,7 +774,7 @@ public: ...@@ -774,7 +774,7 @@ public:
/** Post a user event to the default window. /** Post a user event to the default window.
User events allow for the deferreal of work to later in the main-loop - at idle. User events allow for the deferral of work to later in the main-loop - at idle.
Execution of the deferred work is thread-safe which means all the tasks are executed Execution of the deferred work is thread-safe which means all the tasks are executed
serially, so no thread-safety locks between tasks are necessary. serially, so no thread-safety locks between tasks are necessary.
......
...@@ -159,7 +159,7 @@ protected: ...@@ -159,7 +159,7 @@ protected:
// to remain compatible in the minor release we copy the above ImpInsertText // to remain compatible in the minor release we copy the above ImpInsertText
// function and add the extra parameter we need but make sure this function // function and add the extra parameter we need but make sure this function
// gets not exported. First and second parameter swapped to have a different signatur. // gets not exported. First and second parameter swapped to have a different signature.
SAL_DLLPRIVATE TextPaM ImpInsertText( sal_Unicode c, const TextSelection& rSel, bool bOverwrite, bool bIsUserInput = false ); SAL_DLLPRIVATE TextPaM ImpInsertText( sal_Unicode c, const TextSelection& rSel, bool bOverwrite, bool bIsUserInput = false );
// some other new functions needed that must not be exported to remain compatible // some other new functions needed that must not be exported to remain compatible
SAL_DLLPRIVATE css::uno::Reference< css::i18n::XExtendedInputSequenceChecker > const & GetInputSequenceChecker(); SAL_DLLPRIVATE css::uno::Reference< css::i18n::XExtendedInputSequenceChecker > const & GetInputSequenceChecker();
......
...@@ -377,7 +377,7 @@ public: ...@@ -377,7 +377,7 @@ public:
} }
private: private:
// Most likely we don't want this default copy-construtor. // Most likely we don't want this default copy-constructor.
ScopedVclPtr (const ScopedVclPtr<reference_type> &) = delete; ScopedVclPtr (const ScopedVclPtr<reference_type> &) = delete;
// And certainly we don't want a default assignment operator. // And certainly we don't want a default assignment operator.
ScopedVclPtr<reference_type>& operator = (const ScopedVclPtr<reference_type> &) = delete; ScopedVclPtr<reference_type>& operator = (const ScopedVclPtr<reference_type> &) = delete;
......
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