diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 16:52:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 19:12:39 +0100 |
commit | a97d67cd0bf0819d4559fa79d5fcbcd86222fe6a (patch) | |
tree | 6ed15b2173aff75151b094761d851d58cfe13ed5 /l10ntools | |
parent | 4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4 (diff) |
ditch the application per-language IsAutoMnemonicEnabled setting
Change-Id: I9734ada09edb6544a332893a7c5d31730b0d081d
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/gL10nMem.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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" && |