diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-04-26 21:40:20 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-28 09:58:56 +0200 |
commit | 264ec6d7914c71f7a56f1892a0765fff8dc54e25 (patch) | |
tree | 063a3158435277cb07788dcaae02cf20a056e93f /cui/source/inc/autocdlg.hxx | |
parent | 5503b0b79121fae89303fb00f255e57b05593930 (diff) |
tdf#107437 Fix display of Start/End Quote window titles
Drop this string surgery nonsense.
We translators can surely handle four more words.
Change-Id: I44be5fae7cc61dcac960cc5c33c60f0b5d354675
Reviewed-on: https://gerrit.libreoffice.org/37003
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/autocdlg.hxx')
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index 3a34ca6b097d..7da1f441ab4b 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -381,9 +381,6 @@ private: VclPtr<FixedText> m_pDblEndExFT; VclPtr<PushButton> m_pDblStandardPB; - OUString m_sStartQuoteDlg; - OUString m_sEndQuoteDlg; - OUString m_sStandard; |