summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /include/svtools
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/grfmgr.hxx2
-rw-r--r--include/svtools/javacontext.hxx2
-rw-r--r--include/svtools/ruler.hxx4
-rw-r--r--include/svtools/templatefoldercache.hxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index bd8a16469cdd..8e50fe3e4aec 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -487,7 +487,7 @@ public:
static GraphicObject CreateGraphicObjectFromURL( const OUString &rURL );
// will inspect an object ( e.g. a control ) for any 'ImageURL'
// properties and return these in a vector. Note: this implementation
- // will cater for XNameContainer objects and deepinspect any containees
+ // will cater for XNameContainer objects and deep inspect any containers
// if they exist
static void InspectForGraphicObjectImageURL( const css::uno::Reference< css::uno::XInterface >& rxIf, std::vector< OUString >& rvEmbedImgUrls );
diff --git a/include/svtools/javacontext.hxx b/include/svtools/javacontext.hxx
index dc16ac764c4f..59ed720e880d 100644
--- a/include/svtools/javacontext.hxx
+++ b/include/svtools/javacontext.hxx
@@ -39,7 +39,7 @@ namespace svt
public:
/** The parameter bShowErrorsOnce controls whether a message box is
- only displayed once for a reocurring Java error. That is only
+ only displayed once for a recurring Java error. That is only
the first time JavaInteractionHandler.handle is called with a
particular Request then the message box is shown. Afterwards
nothing happens.
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index c53e567cc6d0..33106c0b7a47 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -432,7 +432,7 @@ Tips for the use of the ruler:
is pressed during the drag. Maybe, this setting should be configurable
always and possibly the measuring arrows always be shown while
dragging. For all settings, the values should always be rounded to the
- multiple of one value because the screen resolution is very unprecise.
+ multiple of one value because the screen resolution is very imprecise.
- DoubleClicks should be handled in the following way (GetClickType()):
- RULER_TYPE_DONTKNOW
@@ -567,7 +567,7 @@ struct RulerSelection
struct RulerUnitData
{
- MapUnit eMapUnit; // MAP_UNIT for calculaion
+ MapUnit eMapUnit; // MAP_UNIT for calculation
long nTickUnit; // Unit divider
double nTick1; // Minimal step
double nTick2; // Tick quarter unit
diff --git a/include/svtools/templatefoldercache.hxx b/include/svtools/templatefoldercache.hxx
index dcb3e268e493..9319ceb7f5ce 100644
--- a/include/svtools/templatefoldercache.hxx
+++ b/include/svtools/templatefoldercache.hxx
@@ -68,7 +68,7 @@ namespace svt
@param _bAutoStoreState
Set this to <TRUE/> if you want the instance to automatically store the state of the template folders upon
destruction.<br/>
- If set to <FALSE/>, you would epplicitly need to call <method>storeState</method> to do this.<br/>
+ If set to <FALSE/>, you would explicitly need to call <method>storeState</method> to do this.<br/>
If the current state is not known (e.g. because you did not call needsUpdate, which retrieves it),
it is not retrieved in the dtor, regardless of the <arg>_bAutoStoreState</arg> flag.
*/