diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 16:52:48 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 16:52:48 +0000 |
commit | d9c3cbdc96cfbab24aeda98df77e3f032d793b7e (patch) | |
tree | 7c2125624301461531749e53fe87ced700e5323c /svx/source/inc | |
parent | cd5658bef753b364715963e146ad07e087de42c5 (diff) |
INTEGRATION: CWS patch01as (1.11.234); FILE MERGED
2006/11/17 09:49:02 as 1.11.234.1: #i65325# dont say anything about error report, if it was disabled
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/docrecovery.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx index 9bb64f522878..572e055fb48e 100644 --- a/svx/source/inc/docrecovery.hxx +++ b/svx/source/inc/docrecovery.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docrecovery.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:12:35 $ + * last change: $Author: ihi $ $Date: 2006-12-20 17:52:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -694,8 +694,9 @@ class RecoveryDialog : public IExtendedTabPage CancelButton m_aCancelBtn; String m_aNextStr; String m_aTitleRecoveryInProgress; - String m_aRecoveryOnlyDescr; + String m_aTitleRecoveryReport; String m_aRecoveryOnlyFinish; + String m_aRecoveryOnlyFinishDescr; PushButton* m_pDefButton; RecoveryCore* m_pCore; |