summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/config/cache/basecontainer.hxx2
-rw-r--r--filter/source/config/cache/cacheitem.hxx2
-rw-r--r--filter/source/config/cache/filtercache.cxx4
-rw-r--r--filter/source/config/cache/filtercache.hxx2
-rw-r--r--filter/source/config/cache/querytokenizer.hxx2
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx2
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx2
-rw-r--r--framework/inc/properties.h2
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTest.java4
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTools.java2
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx4
-rw-r--r--framework/source/inc/loadenv/actionlockguard.hxx4
-rw-r--r--framework/source/jobs/job.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--include/svx/svdmrkv.hxx2
-rw-r--r--io/source/acceptor/acc_socket.cxx2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java2
-rw-r--r--qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java2
-rw-r--r--sal/osl/unx/socket.c2
-rw-r--r--unotools/source/config/configitem.cxx2
22 files changed, 26 insertions, 26 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index dccb3bddea7a..f0ca5648ddc7 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -49,7 +49,7 @@ namespace filter{
should be available etc.
@attention The base class BaseLock must be the first of declared ones.
- Otherwise we cant be shure, that our own mutex member (which is
+ Otherwise we cant be sure, that our own mutex member (which is
present by this base class!) was full initialized inside our own
ctor as first!
*/
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 7657f88b67be..427417bbccb2 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -140,7 +140,7 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
/** @short because we know two UIName properties
(a list with all locales and the value
- for the current locale only), we must be shure
+ for the current locale only), we must be sure
that the correspond together.
@param sActLocale
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 90500b844728..e49d020d112c 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -154,7 +154,7 @@ void FilterCache::takeOver(const FilterCache& rClone)
m_eFillState = rClone.m_eFillState;
// renew all dependencies and optimizations
- // Because we cant be shure, that changed filters on one clone
+ // Because we cant be sure, that changed filters on one clone
// and changed types of another clone work together.
// But here we can check against the lates changes ...
impl_validateAndOptimize();
@@ -1323,7 +1323,7 @@ void FilterCache::impl_resolveItem4TypeRegistration( CacheItemList* pList
{
CacheItem& rItem = (*pList)[sItem];
// In case it's a new created entry (automaticly done by the boost::unordered_map index operator!)
- // we must be shure, that this entry has its own name as property available.
+ // we must be sure, that this entry has its own name as property available.
// Its needed later at our container interface!
rItem[PROPNAME_NAME] <<= sItem;
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index a6b4e17cf6ed..e0d40286a090 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -862,7 +862,7 @@ class FilterCache : public BaseLock
/** @short try to load the requested item on demand from the underlying configuration
layer.
- @descr The outside code has to be shure, that the item does not already exists
+ @descr The outside code has to be sure, that the item does not already exists
inside this cachse. Otherwise it will be loaded twice. This method
doesn't check such constellations!
diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx
index 43bd7d6c2491..8cc11ff24156 100644
--- a/filter/source/config/cache/querytokenizer.hxx
+++ b/filter/source/config/cache/querytokenizer.hxx
@@ -43,7 +43,7 @@ namespace filter{
uses this schema.
@attention This class is not threadsafe implemented. Because its not necessary.
- But you have to make shure, that ist not used as such :-)
+ But you have to make sure, that ist not used as such :-)
*/
class QueryTokenizer : public ::boost::unordered_map< OUString ,
OUString ,
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index e3b93d5508a2..fd41340bf86d 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -167,7 +167,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
/** @short prepare m_xCloseFrame so it should be closeable without problems.
- @descr Thats needed to be shure, that the document cant disagree
+ @descr Thats needed to be sure, that the document cant disagree
later with e.g. an office termination.
The problem: Closing of documents can show UI. If the user
ignores it and open/close other documents, we cant know
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 4778abf14da3..fd509d383b9f 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -288,7 +288,7 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper4<
/** @short try to "share the current thread in an intelligent manner" :-)
- @param Overwrites our algorithm for Reschedule and force it to be shure
+ @param Overwrites our algorithm for Reschedule and force it to be sure
that our progress was painted right.
*/
void impl_reschedule(bool bForceUpdate);
diff --git a/framework/inc/properties.h b/framework/inc/properties.h
index 18933981399f..b2651b1dbeb7 100644
--- a/framework/inc/properties.h
+++ b/framework/inc/properties.h
@@ -262,7 +262,7 @@ class PropHelper
{
bool bChanged = sal_False;
- // clear return parameter to be shure, to put out only valid values ...
+ // clear return parameter to be sure, to put out only valid values ...
aOldValue.clear();
aChangedValue.clear();
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java
index 99d4dac85497..6f00f4f8034d 100644
--- a/framework/qa/complex/framework/recovery/RecoveryTest.java
+++ b/framework/qa/complex/framework/recovery/RecoveryTest.java
@@ -123,7 +123,7 @@ public class RecoveryTest extends ComplexTestCase {
msg +="-AppExecutionCommand=C:\\office\\soffice.exe --accept=socket,host=localhost,port=8101;urp;\n\n";
msg +="Example UNIX:\n";
msg +="-AppExecutionCommand=/office/soffice \"--accept=socket,host=localhost,port=8101;urp;\"\n\n";
- msg+="NOTE: on UNIX be shure to have the connection string inside quotation mark!\n";
+ msg+="NOTE: on UNIX be sure to have the connection string inside quotation mark!\n";
assure(msg, param.get("AppExecutionCommand") != null && ! param.get("AppExecutionCommand").equals(""));
System.out.println("HALLO" + param.get("AppExecutionCommand"));
@@ -544,7 +544,7 @@ public class RecoveryTest extends ComplexTestCase {
int height = rand.nextInt(maxHeight + 1);
int width = rand.nextInt((windowMaxSize.Width-posSize.Y) + 1);
- // be shure that the new size his greater then the half of windowMaxSize
+ // be sure that the new size his greater then the half of windowMaxSize
posSize.Height = (height < (maxHeight / 2)) ? height + (maxHeight / 2) : height;
posSize.Width = (width < (maxWidth / 2)) ? width + (maxWidth / 2) : width;
diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java
index 060eb8eb75a2..b178b151734b 100644
--- a/framework/qa/complex/framework/recovery/RecoveryTools.java
+++ b/framework/qa/complex/framework/recovery/RecoveryTools.java
@@ -235,7 +235,7 @@ public class RecoveryTools {
multi ++;
}
- // be shure that office is closed
+ // be sure that office is closed
if (ph != null) ph.kill();
}
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index 6e2eb10aa9cc..e7934229cc5c 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -511,7 +511,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt
Thats why we implement this method. It return an already existing helper or create a new one otherwise.
@attention The parameter sTarget and nSearchFlags are defaulted to "" and 0!
- Please use it only, if you can be shure, that the really given by the outside calli!
+ Please use it only, if you can be sure, that the really given by the outside calli!
Mostly it depends from the parameter eHelper is they are required or not.
@param eHelper
@@ -606,7 +606,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreat
/**
@short check URL for support by our used loader or handler
@descr If we must return our own dispatch helper implementations (self, blank, create dispatcher!)
- we should be shure, that URL describe any loadable content. Otherwise slot/uno URLs
+ we should be sure, that URL describe any loadable content. Otherwise slot/uno URLs
will be detected ... but there exist nothing for ral loading into a target frame!
@param aURL
diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx
index bbf6a01829a6..5dbf546eb34c 100644
--- a/framework/source/inc/loadenv/actionlockguard.hxx
+++ b/framework/source/inc/loadenv/actionlockguard.hxx
@@ -27,7 +27,7 @@ namespace framework{
/** @short implements a guard, which can use the interface
<type scope="com::sun::star::document">XActionLockable</type>.
- @descr This guard should be used to be shure, that any lock will be
+ @descr This guard should be used to be sure, that any lock will be
released. Otherwise the locaked document can hinder the office on shutdown!
*/
class ActionLockGuard
@@ -71,7 +71,7 @@ class ActionLockGuard
setResource(xLock);
}
- /** @short release this guard instance and make shure, that no lock
+ /** @short release this guard instance and make sure, that no lock
will exist afterwards on the internal wrapped resource.
*/
virtual ~ActionLockGuard()
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index aabaddf3a934..2166c54b2507 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -481,7 +481,7 @@ void Job::impl_reactForJobResult( /*IN*/ const css::uno::Any& aResult )
connection.
Further we are listener for closing of the (possible valid)
- given frame. We must be shure, that this resource won't be gone
+ given frame. We must be sure, that this resource won't be gone
if our internal job is still running.
*/
void Job::impl_startListening()
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 2b53e6d49b48..c43af547628b 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -147,7 +147,7 @@ public:
@descr If our dispatch() method was forced to start the
internal operation asynchronous ... we send an event
- to start and return immediately. But we must be shure that
+ to start and return immediately. But we must be sure that
our instance live if the event callback reach us.
So we hold an uno reference to ourself.
*/
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index c76480802ef3..0fdb80d4302e 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2491,7 +2491,7 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::
But frames without a parent are top too. So it's not possible to check isTop() here!
We have to look for the type of our parent.
- if we are a task frame, then we have to check if we are the first one.
- We use a static variable to do so. They will be reset to afterwards be shure
+ We use a static variable to do so. They will be reset to afterwards be sure
that further calls of this method doesn't do anything then.
- Then we have to trigger the right event string on the global job executor.
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index 5ffde8c3e3ca..84c04a6f2ae8 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -434,7 +434,7 @@ public:
Point GetGridOffset() const;
// Will be always called, if the list of marked objects might be changed.
- // If you overload this method (as programmer), be shure that you call the
+ // If you overload this method (as programmer), be sure that you call the
// methods of the base class!
virtual void MarkListHasChanged();
diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx
index 0fc05781bf82..82ec366d40c4 100644
--- a/io/source/acceptor/acc_socket.cxx
+++ b/io/source/acceptor/acc_socket.cxx
@@ -285,7 +285,7 @@ namespace io_acceptor {
throw(::com::sun::star::io::IOException,
::com::sun::star::uno::RuntimeException, std::exception)
{
- // enshure close is called only once
+ // ensure close is called only once
if( 1 == osl_atomic_increment( (&m_nStatus) ) )
{
m_socket.shutdown();
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index 9e679b1eed11..5cde458e665c 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -212,7 +212,7 @@ public class DocumentView extends JFrame
if(ViewContainer.mbInplace==true)
{
// inplace document view can't be initialized without a visible parent window hierarchy!
- // So make shure that we are visible in every case!
+ // So make sure that we are visible in every case!
this.setVisible(true);
mxFrame = FunctionHelper.createViewFrame(msName,maDocumentView);
}
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 5bf3f2c7f0ae..2eced0626bbf 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -253,7 +253,7 @@ public class FunctionHelper
// is returned. But normaly nobody outside the office knows this id.
// New version of this method ignore the id parameter and creation will
// work.
- // Note: You must be shure if your window handle can be really used by
+ // Note: You must be sure if your window handle can be really used by
// the remote office. Means if this java client and the remote office
// use the same display!
com.sun.star.awt.XSystemChildFactory xChildFactory =
diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
index 8f88f25ed587..c7e74083609e 100644
--- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
+++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
@@ -151,7 +151,7 @@ public class _XDocumentHandler extends MultiMethodTest {
}else{
log.println("object relation 'XDocumentHandler.TargetDocumentSetter' not used.");
- log.println("be shure that the test have a target to write throu");
+ log.println("be sure that the test have a target to write throu");
}
}
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c
index 170a59422cd7..e5b1d24b4a07 100644
--- a/sal/osl/unx/socket.c
+++ b/sal/osl/unx/socket.c
@@ -2306,7 +2306,7 @@ void SAL_CALL osl_getLastSocketErrorDescription(oslSocket Socket, rtl_uString **
void SAL_CALL osl_psz_getLastSocketErrorDescription(oslSocket pSocket, sal_Char* pBuffer, sal_uInt32 BufferSize)
{
- /* make shure pBuffer will be a zero-terminated string even when strncpy has to cut */
+ /* make sure pBuffer will be a zero-terminated string even when strncpy has to cut */
pBuffer[BufferSize-1]= '\0';
if ( pSocket == 0 )
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 20c9af95700a..9de3a1dd7003 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -348,7 +348,7 @@ Sequence< sal_Bool > ConfigItem::GetReadOnlyStates(const com::sun::star::uno::Se
sal_Int32 nCount = rNames.getLength();
Sequence< sal_Bool > lStates(nCount);
- // We must be shure to return a valid information everytime!
+ // We must be sure to return a valid information everytime!
// Set default to non readonly ... similar to the configuration handling of this property.
for ( i=0; i<nCount; ++i)
lStates[i] = sal_False;