From 2b31daf74e33b988c849cb26e88fa7657a4015af Mon Sep 17 00:00:00 2001 From: danielt998 Date: Thu, 11 Feb 2016 22:07:09 +0000 Subject: tdf#95857 Sort out German plurals ... Made a start in removing the incorrect 'Infos' German plural Change-Id: Ie989351a7473fc35b563e63ce6a4fb229093af60 Reviewed-on: https://gerrit.libreoffice.org/22301 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- basic/source/inc/scriptcont.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/inc') diff --git a/basic/source/inc/scriptcont.hxx b/basic/source/inc/scriptcont.hxx index 0106ce7cc1a3..ef93b4a385a0 100644 --- a/basic/source/inc/scriptcont.hxx +++ b/basic/source/inc/scriptcont.hxx @@ -132,7 +132,7 @@ class SfxScriptLibrary : public SfxLibrary, public SfxScriptLibrary_BASE bool mbLoadedSource; bool mbLoadedBinary; - ModuleInfoMap mModuleInfos; + ModuleInfoMap mModuleInfo; // Provide modify state including resources virtual bool isModified() override; -- cgit