diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-06-21 15:58:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-06-22 17:49:34 +0200 |
commit | 68a37c46f21daaedcae479ccce9889ee0459e745 (patch) | |
tree | 00fad848eefaff93bd3c75708226e191ac2e52bc /vcl | |
parent | 162b729b05ea727d6191647605bbaaa9c8dab275 (diff) |
Resolves: tdf#115816 simpler fix for master
Change-Id: Ibafd041728624e781b5da44a0b484206f760d4d0
Reviewed-on: https://gerrit.libreoffice.org/56248
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/button.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 72e4420d357a..6facf9159838 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -146,7 +146,6 @@ OUString Button::GetStandardText(StandardButtonType eButton) SV_BUTTONTEXT_IGNORE, SV_BUTTONTEXT_ABORT, SV_BUTTONTEXT_LESS, - SV_BUTTONTEXT_PASTE, }; return VclResId(aResIdAry[static_cast<sal_uInt16>(eButton)]); |