From a97d67cd0bf0819d4559fa79d5fcbcd86222fe6a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 10 Jul 2016 16:52:04 +0100 Subject: ditch the application per-language IsAutoMnemonicEnabled setting Change-Id: I9734ada09edb6544a332893a7c5d31730b0d081d --- l10ntools/source/gL10nMem.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/source/gL10nMem.cxx b/l10ntools/source/gL10nMem.cxx index f303a138210a..0e71fcedd4bb 100644 --- a/l10ntools/source/gL10nMem.cxx +++ b/l10ntools/source/gL10nMem.cxx @@ -599,8 +599,6 @@ bool l10nMem::convFilterWarning(const string& sSourceFile, sKey == "WriterCommands.UserInterface.Commands..uno:FlipVertical.Label") || (sSourceFile == "registry/data/org/openoffice/Office/UI/WriterCommands.xcu" && sKey == "WriterCommands.UserInterface.Commands..uno:FlipHorizontal.Label") || - (sSourceFile == "registry/data/org/openoffice/Office/Common.xcu" && - sKey == "Common.View.Localisation.AutoMnemonic") || (sSourceFile == "registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu" && sKey == "ImpressWindowState.UIElements.States.private:resource/toolpanel/DrawingFramework/SlideTransitions.UIName") || (sSourceFile == "registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu" && -- cgit