diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 18:50:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:24:07 +0200 |
commit | 39214c54efbefb1d78754ad14f936882c326a482 (patch) | |
tree | 3ede90b6c7cb8d156f41fd1849e33b433050fc1d /include | |
parent | 22ef2a15bb5cae4b877449237bb8d3e41f2d49db (diff) |
Typos
Mainly fixing '....' and '..'
Change-Id: Ic928701b319868671b826d757dd94c296fd5e942
Reviewed-on: https://gerrit.libreoffice.org/78668
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/logging.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/types.hxx | 4 | ||||
-rw-r--r-- | include/comphelper/uno3.hxx | 2 | ||||
-rw-r--r-- | include/editeng/editstat.hxx | 2 | ||||
-rw-r--r-- | include/filter/msfilter/escherex.hxx | 4 | ||||
-rw-r--r-- | include/jvmfwk/framework.hxx | 6 | ||||
-rw-r--r-- | include/o3tl/enumrange.hxx | 2 | ||||
-rw-r--r-- | include/svtools/brwbox.hxx | 2 | ||||
-rw-r--r-- | include/svx/fmgridif.hxx | 2 | ||||
-rw-r--r-- | include/svx/fmsrccfg.hxx | 2 | ||||
-rw-r--r-- | include/svx/fmsrcimp.hxx | 2 | ||||
-rw-r--r-- | include/svx/svddrgv.hxx | 2 | ||||
-rw-r--r-- | include/toolkit/controls/controlmodelcontainerbase.hxx | 2 | ||||
-rw-r--r-- | include/tools/diagnose_ex.h | 2 | ||||
-rw-r--r-- | include/vcl/svlbitm.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/formlayerexport.hxx | 2 |
16 files changed, 20 insertions, 20 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx index 1a9d9ac367a2..5057ff9d838f 100644 --- a/include/comphelper/logging.hxx +++ b/include/comphelper/logging.hxx @@ -76,7 +76,7 @@ namespace comphelper You can use this class as follows <pre> EventLogger aLogger( xContext, sLoggerName ); - .... + ... aLogger.log( LogLevel::SEVERE, sSomeMessage ); aLogger.logp( LogLevel::CONFIG, "MyClass", "MyMethod", sSomeMessage, SomeParameter1, SomeParameter2, SomeParameter3 ); </pre> diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx index 3b9c3ef1617b..3f9f16707c70 100644 --- a/include/comphelper/types.hxx +++ b/include/comphelper/types.hxx @@ -75,10 +75,10 @@ namespace comphelper //= replacement of the former UsrAny.getXXX methods - // may be used if you need the return value just as temporary, else it's may be too inefficient .... + // may be used if you need the return value just as temporary, else it's may be too inefficient... // no, we don't use templates here. This would lead to a lot of implicit uses of the conversion methods, - // which would be difficult to trace ... + // which would be difficult to trace... COMPHELPER_DLLPUBLIC sal_Int64 getINT64(const css::uno::Any& _rAny); COMPHELPER_DLLPUBLIC sal_Int32 getINT32(const css::uno::Any& _rAny); diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx index 1312d0c6e240..36044ecd3114 100644 --- a/include/comphelper/uno3.hxx +++ b/include/comphelper/uno3.hxx @@ -161,7 +161,7 @@ namespace comphelper usage:<br/> Reference<XFoo> xFoo;<br/> if (query_aggregation(xAggregatedObject, xFoo))<br/> - .... + ... */ template <class iface> bool query_aggregation(const css::uno::Reference< css::uno::XAggregation >& _rxAggregate, css::uno::Reference<iface>& _rxOut) diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx index 242d179b36a5..a9e634246a0c 100644 --- a/include/editeng/editstat.hxx +++ b/include/editeng/editstat.hxx @@ -30,7 +30,7 @@ enum class EEControlBits DOIDLEFORMAT = 0x00000008, // Formatting idle PASTESPECIAL = 0x00000010, // Allow PasteSpecial AUTOINDENTING = 0x00000020, // Automatic indenting - UNDOATTRIBS = 0x00000040, // Undo for Attributes.... + UNDOATTRIBS = 0x00000040, // Undo for Attributes... ONECHARPERLINE = 0x00000080, // One character per line NOCOLORS = 0x00000100, // Engine: No Color OUTLINER = 0x00000200, // Special treatment Outliner/Outline mode diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx index c723318ebff6..bd705ae4b9cd 100644 --- a/include/filter/msfilter/escherex.hxx +++ b/include/filter/msfilter/escherex.hxx @@ -1131,8 +1131,8 @@ public: // features during the creation of the following Containers: - // ESCHER_DggContainer: a EscherDgg Atom is automatically being created and managed - // ESCHER_DgContainer: a EscherDg Atom is automatically being created and managed + // ESCHER_DggContainer: an EscherDgg Atom is automatically being created and managed + // ESCHER_DgContainer: an EscherDg Atom is automatically being created and managed // ESCHER_SpgrContainer: // ESCHER_SpContainer: diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index a376920bd96a..3c7fe2981436 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -99,13 +99,13 @@ <p> regcomp -env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2 -env:"UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar" - -register .... + -register... </p> <p>If UNO_JAVA_JFW_VENDOR_SETTINGS is not set then a plugin library must be specified. For example:</p> <p> regcomp -env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2 -env:"UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar" - -register .... + -register... </p> <p>Additional parameters for the Java VM can be provided. For every parameter a separate bootstrap parameter must be specified. The names are @@ -115,7 +115,7 @@ -env:UNO_JAVA_JFW_PARAMETER_2=-Xrunjdwp:transport=dt_socket,server=y,address=8100 -env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2 -env:"UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar" - -register ....</p> + -register...</p> <p> Here is a complete list of the bootstrap parameter for the direct mode: </p> diff --git a/include/o3tl/enumrange.hxx b/include/o3tl/enumrange.hxx index 4f26c22337df..560a158cecb6 100644 --- a/include/o3tl/enumrange.hxx +++ b/include/o3tl/enumrange.hxx @@ -33,7 +33,7 @@ namespace o3tl { /// Use like this: /// enum class COLOR { RED, GREEN, BLUE, LAST=BLUE }; /// for( auto e : o3tl::enumrange<Color>() ) -/// .....; +/// ....; /// /// \param T the 'enum class' type. template< typename T> diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index f12edefd6c2e..af44c7613b8a 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -164,7 +164,7 @@ public: // TODO -// The whole selection thingie in this class is somewhat .... suspicious to me. +// The whole selection thingie in this class is somewhat... suspicious to me. // some oddities: // * method parameters named like members (and used in both semantics within the method!) // * the multi selection flag is sometimes used as if it is for row selection, sometimes as if diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx index 593619f98b15..38984b191a7e 100644 --- a/include/svx/fmgridif.hxx +++ b/include/svx/fmgridif.hxx @@ -364,7 +364,7 @@ private: std::unique_ptr<css::uno::Reference< css::frame::XDispatch >[]> m_pDispatchers; // one dispatcher for each supported url // (I would like to have a vector here but including the stl in an exported file seems - // very risky to me ....) + // very risky to me...) class GridListenerDelegator; friend class GridListenerDelegator; diff --git a/include/svx/fmsrccfg.hxx b/include/svx/fmsrccfg.hxx index 2366d5b34ca2..ea8e80fe780a 100644 --- a/include/svx/fmsrccfg.hxx +++ b/include/svx/fmsrccfg.hxx @@ -49,7 +49,7 @@ namespace svxform protected: TransliterationFlags nTransliterationFlags; - // they're way too sensitive for direct access .... + // they're way too sensitive for direct access... public: // no bit fields at all (want to pass the addresses to the OConfigurationValueContainer) diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx index 194411ce174d..6b14e4119d49 100644 --- a/include/svx/fmsrcimp.hxx +++ b/include/svx/fmsrcimp.hxx @@ -261,7 +261,7 @@ public: // position will be ignored in case of m_bWildCard==sal_True public: - /** two constructs, both analogical to FmSearchDialog, therefore look this up for explanations .... + /** two constructs, both analogical to FmSearchDialog, therefore look this up for explanations... xCursor has to implement css::data::DatabaseCursor service each time. If eMode == SM_USETHREAD, a ProgressHandler should be set, because in this case the result forwarding will be done by this handler. diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx index 5fbb65c9dee7..2de2d23d0e26 100644 --- a/include/svx/svddrgv.hxx +++ b/include/svx/svddrgv.hxx @@ -223,7 +223,7 @@ public: // it must be taken into account that because of subsequent // recalculation of the SnapRect (on Resize), rounding errors can // occur, because of which the LimitRect might be exceeded by a - // very small extent.... + // very small extent... // Implemented for Move and Resize virtual bool TakeDragLimit(SdrDragMode eMode, tools::Rectangle& rRect) const; }; diff --git a/include/toolkit/controls/controlmodelcontainerbase.hxx b/include/toolkit/controls/controlmodelcontainerbase.hxx index b2f4af1f5484..d7b914304b72 100644 --- a/include/toolkit/controls/controlmodelcontainerbase.hxx +++ b/include/toolkit/controls/controlmodelcontainerbase.hxx @@ -62,7 +62,7 @@ class ControlModelContainerBase : public ControlModelContainer_IBase public: enum ChildOperation { Insert = 0, Remove }; // would like to make this typedef private, too, but the Forte 7 compiler does have - // problems with this ..... + // problems with this... typedef ::std::pair< css::uno::Reference< css::awt::XControlModel >, OUString > UnoControlModelHolder; private: diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index fc814d91db40..558420e5417f 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -54,7 +54,7 @@ inline css::uno::Any DbgGetCaughtException() /** reports a caught UNO exception via OSL diagnostics Note that whenever you use this, it might be an indicator that your error - handling is not correct .... + handling is not correct... This takes two optional parameters: area and explanatory */ #define DBG_UNHANDLED_EXCEPTION_0_ARGS() \ diff --git a/include/vcl/svlbitm.hxx b/include/vcl/svlbitm.hxx index 08b1604dd8b8..4411045e8f6f 100644 --- a/include/vcl/svlbitm.hxx +++ b/include/vcl/svlbitm.hxx @@ -65,7 +65,7 @@ private: long nHeight; std::unique_ptr<SvLBoxButtonData_Impl> pImpl; bool bDataOk; - std::vector<Image> aBmps; // indices s. constants BMP_ .... + std::vector<Image> aBmps; // indices s. constants BMP_... VCL_DLLPRIVATE void SetWidthAndHeight(); VCL_DLLPRIVATE void InitData( bool _bRadioBtn, const Control* pControlForSettings ); diff --git a/include/xmloff/formlayerexport.hxx b/include/xmloff/formlayerexport.hxx index abe6f30ad943..01a2bd2f468e 100644 --- a/include/xmloff/formlayerexport.hxx +++ b/include/xmloff/formlayerexport.hxx @@ -122,7 +122,7 @@ namespace xmloff expect the forms collection to be stored like <listing> <Forms> - .... // all the forms stuff here + ... // all the forms stuff here </Forms> </listing> you have to start the Forms element yourself.</p> |