summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-29 09:17:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-29 11:14:02 +0200
commita5dabf94fa32fb397141b7aee8e3daecb0240dc4 (patch)
tree3276251714e5b760a895a8eb7118d16ad6c09a40 /sd/source/ui/framework
parent3dc0f1b77dd10b5b844bdab4cc089e82eeb9afa8 (diff)
Fix typos
Change-Id: I11e3dc250c140b03bbc2d2d83a448e40a1624fe3 Reviewed-on: https://gerrit.libreoffice.org/76519 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sd/source/ui/framework')
-rw-r--r--sd/source/ui/framework/configuration/ResourceFactoryManager.cxx2
-rw-r--r--sd/source/ui/framework/factories/ChildWindowPane.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx b/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx
index d92e60455103..e0a98ad288d6 100644
--- a/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx
+++ b/sd/source/ui/framework/configuration/ResourceFactoryManager.cxx
@@ -77,7 +77,7 @@ void ResourceFactoryManager::AddFactory (
if (rsURL.indexOf('*') >= 0 || rsURL.indexOf('?') >= 0)
{
- // The URL is a URL pattern not an single URL.
+ // The URL is a URL pattern not a single URL.
maFactoryPatternList.emplace_back(rsURL, rxFactory);
#if defined VERBOSE && VERBOSE>=1
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.cxx b/sd/source/ui/framework/factories/ChildWindowPane.cxx
index 83bc87af3dd9..fc5040b2c1b3 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.cxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.cxx
@@ -130,7 +130,7 @@ vcl::Window* ChildWindowPane::GetWindow()
// shell has already been activated. The activation is not
// necessary for the code to work properly but is used to optimize
// the layouting and displaying of the window. When it is made
- // visible to early then some layouting seems to be made twice or at
+ // visible too early then some layouting seems to be made twice or at
// an inconvenient time and the overall process of initializing the
// Impress takes longer.
if (!mbHasBeenActivated && mpShell != nullptr && !mpShell->IsActive())