summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-26 09:56:47 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:26:04 -0400
commit9c7cae1561cfe16226b1f16dce59f08a38da3ce0 (patch)
tree4eaa57139ad89692acc39438c5a225184efde5b7 /sfx2
parent2d9bbc20d8d465afbf61d69bae120d30c14046f9 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit fc2590cfa112222500a6c847917d7545f60024c6) Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdowniconaqua.mm2
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx2
-rw-r--r--sfx2/source/doc/objmisc.cxx4
-rw-r--r--sfx2/source/doc/syspathw32.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index 031a9ec2e701..87bd9315a172 100644
--- a/sfx2/source/appl/shutdowniconaqua.mm
+++ b/sfx2/source/appl/shutdowniconaqua.mm
@@ -100,7 +100,7 @@
-(void)dockIconClicked: (NSObject*)pSender
{
(void)pSender;
- // start start module
+ // start module
ShutdownIcon::OpenURL( STARTMODULE_URL, "_default" );
}
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index a3e01cae2474..1cbc504415cd 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -582,7 +582,7 @@ sal_uInt32 SfxFilterMatcher::DetectFilter( SfxMedium& rMedium, const SfxFilter**
if ( pInstallFilter )
{
if ( IsFilterInstalled_Impl( pInstallFilter ) )
- // Maybe the filter was installed was installed afterwards.
+ // Maybe the filter was installed afterwards.
pFilter = pInstallFilter;
}
else
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index b23a5d5aa6a7..9904d4a8ade8 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -766,11 +766,11 @@ OUString SfxObjectShell::GetTitle
6 (==SFX_TITLE_PICKLIST)
returns the Title, just like MB now would
- display it in the in the PickList
+ display it in the PickList
7 (==SFX_TITLE_HISTORY)
returns the Title just like MB now would
- display it in the in the History
+ display it in the History
10 bis USHRT_MAX
provides the 'nMaxLength' of the logical
diff --git a/sfx2/source/doc/syspathw32.cxx b/sfx2/source/doc/syspathw32.cxx
index 422a0e0c2e89..87118785e20f 100644
--- a/sfx2/source/doc/syspathw32.cxx
+++ b/sfx2/source/doc/syspathw32.cxx
@@ -56,7 +56,7 @@ static bool _SHGetSpecialFolderW32( int nFolderID, WCHAR* pszFolder, int nSize )
// Copied from sal/types.h to circumvent problems with precompiled headers
// and redefinitions of BOOL, INT32 and other types. Unfortunately tools
// also define these type incompatible with Win32 types which leads from
-// time to time to very nasty compilation errors. If someone finds a better
+// time to very nasty compilation errors. If someone finds a better
// way to solve these probs please remove this copied part!
typedef unsigned short sal_uInt16;
#if ( defined(WIN32) && !defined(__MINGW32__) )