summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-18 15:36:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-19 10:05:45 +0000
commit47a9523f3fdc0bde2103e3c247fe9a74ab96af81 (patch)
treef4e9328c9563e9cb55fa2469108b2c28b3aec89d /sfx2
parent6b9498c65b0a549e97c287439131759aac3abc1b (diff)
Fix typos + some German translations
Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253 Reviewed-on: https://gerrit.libreoffice.org/35406 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingcomp.cxx4
-rw-r--r--sfx2/source/dialog/filedlghelper.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index f242c8731d9e..5d388c75dee2 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -635,10 +635,10 @@ void SAL_CALL BackingComp::removeEventListener( /*IN*/ const css::uno::Reference
/**
- force initialiation for this component.
+ force initialization for this component.
Inside attachFrame() we created our component window. But it was not allowed there, to
- initialitze it. E.g. the menu must be set at the container window of the frame, which
+ initialize it. E.g. the menu must be set at the container window of the frame, which
is our parent window. But may at that time another component used it.
That's why our creator has to inform us, when it's time to initialize us really.
Currently only calling of this method must be done. But further implementations
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index 9a90ade8693a..ea5654282a0a 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -531,7 +531,7 @@ void FileDialogHelper_Impl::enablePasswordBox( bool bInit )
if( bInit )
{
- // in case of inintialization previous state is not interesting
+ // in case of initialization previous state is not interesting
if( mbIsPwdEnabled )
{
uno::Reference< XFilePickerControlAccess > xCtrlAccess( mxFileDlg, UNO_QUERY );