summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-25 11:44:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-25 09:50:55 +0000
commit2af018e4dd99fccdc85a28b38ff924fb16a750cf (patch)
tree3d6485a3f42e9bbaace77be180d38dc7f2e175af /basic
parent75cec5cd54a731039b63d564be378a1202fb9e8b (diff)
Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/namecont.hxx2
-rw-r--r--basic/source/inc/scriptcont.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/inc/namecont.hxx b/basic/source/inc/namecont.hxx
index e41f439f1d38..7e00e296b2ea 100644
--- a/basic/source/inc/namecont.hxx
+++ b/basic/source/inc/namecont.hxx
@@ -279,7 +279,7 @@ protected:
void implImportLibDescriptor( SfxLibrary* pLib, ::xmlscript::LibDescriptor& rLib );
- // Methods to distinguish between deffirent library types
+ // Methods to distinguish between different library types
virtual SfxLibrary* SAL_CALL implCreateLibrary( const OUString& aName ) = 0;
virtual SfxLibrary* SAL_CALL implCreateLibraryLink
( const OUString& aName, const OUString& aLibInfoFileURL,
diff --git a/basic/source/inc/scriptcont.hxx b/basic/source/inc/scriptcont.hxx
index 04115270894b..341b4828d4c2 100644
--- a/basic/source/inc/scriptcont.hxx
+++ b/basic/source/inc/scriptcont.hxx
@@ -34,7 +34,7 @@ class SfxScriptLibraryContainer : public SfxLibraryContainer, public OldBasicPas
OUString maScriptLanguage;
css::uno::Reference< css::container::XNameAccess > mxCodeNameAccess;
- // Methods to distinguish between deffirent library types
+ // Methods to distinguish between different library types
virtual SfxLibrary* SAL_CALL implCreateLibrary( const OUString& aName ) override;
virtual SfxLibrary* SAL_CALL implCreateLibraryLink
( const OUString& aName, const OUString& aLibInfoFileURL,