From 157420e496ddebd7101d88ba8d07164d3971ad22 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 18:51:10 +0200 Subject: Typos Mainly fixing '..' and '....' Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9 Reviewed-on: https://gerrit.libreoffice.org/78669 Reviewed-by: Julien Nabet Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- framework/source/helper/ocomponentenumeration.cxx | 4 ++-- framework/source/helper/oframes.cxx | 4 ++-- framework/source/inc/loadenv/loadenvexception.hxx | 4 ++-- framework/source/services/frame.cxx | 4 ++-- framework/source/services/pathsettings.cxx | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'framework/source') diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx index 76622c93bb6b..2a06c558c3e4 100644 --- a/framework/source/helper/ocomponentenumeration.cxx +++ b/framework/source/helper/ocomponentenumeration.cxx @@ -41,7 +41,7 @@ OComponentEnumeration::OComponentEnumeration( const std::vector< css::uno::Refer OComponentEnumeration::~OComponentEnumeration() { - // Reset instance, free memory .... + // Reset instance, free memory... impl_resetObject(); } @@ -100,7 +100,7 @@ void OComponentEnumeration::impl_resetObject() // Attention: // Write this for multiple calls - NOT AT THE SAME TIME - but for more than one call again)! // It exist two ways to call this method. From destructor and from disposing(). - // I can't say, which one is the first. Normally the disposing-call - but other way .... + // I can't say, which one is the first. Normally the disposing-call - but other way... // Delete list of components. m_seqComponents.clear(); diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx index 5c9b06e1138a..048d5ad79b54 100644 --- a/framework/source/helper/oframes.cxx +++ b/framework/source/helper/oframes.cxx @@ -52,7 +52,7 @@ OFrames::OFrames( const css::uno::Reference< XFrame >& xOwner OFrames::~OFrames() { - // Reset instance, free memory .... + // Reset instance, free memory... impl_resetObject(); } @@ -287,7 +287,7 @@ void OFrames::impl_resetObject() // Attention: // Write this for multiple calls - NOT AT THE SAME TIME - but for more than one call again)! // It exist two ways to call this method. From destructor and from disposing(). - // I can't say, which one is the first. Normally the disposing-call - but other way .... + // I can't say, which one is the first. Normally the disposing-call - but other way... // This instance can't work if the weakreference to owner is invalid! // Destroy this to reset this object. diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index 73639cace389..a59fc9cb48ef 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -38,7 +38,7 @@ class LoadEnvException public: /** @short Can be used as an ID for an instance of a LoadEnvException. @descr To prevent errors on adding/removing/changing such IDs here, - an enum field is used. Its int values are self organized ... + an enum field is used. Its int values are self organized... */ enum EIDs { @@ -50,7 +50,7 @@ class LoadEnvException should be thrown, if a required item does not exists. */ ID_INVALID_MEDIADESCRIPTOR, - /** @short Its similar to a uno::RuntimeException .... + /** @short Its similar to a uno::RuntimeException... @descr But such runtime exception can break the whole office code. So its capsulated to this specialized load environment only. Mostly it indicates a missing but needed resource ... e.g the diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index e4cc05c5567a..8f6faa5d544b 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2710,8 +2710,8 @@ sal_Int16 SAL_CALL XFrameImpl::resetActionLocks() } // Attention: - // external lock count is 0 here every time ... but if - // member m_bSelfClose is set to true too .... we call our own close()/dispose(). + // external lock count is 0 here every time... but if + // member m_bSelfClose is set to true too... we call our own close()/dispose(). // See close() for further information implts_checkSuicide(); diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 6a6363217b43..9ad1f9ac1a4d 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -80,7 +80,7 @@ sal_Int32 impl_getPropGroup(sal_Int32 nID) return (nID % IDGROUP_COUNT); } -/* enable it if you wish to migrate old user settings (using the old cfg schema) on demand .... +/* enable it if you wish to migrate old user settings (using the old cfg schema) on demand... disable it in case only the new schema must be used. */ -- cgit