summaryrefslogtreecommitdiff
path: root/svx/source/inc/docrecovery.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-09 15:44:44 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-09 15:44:44 +0000
commit1cf33069e1930ae3ae180d520e742ffed935f829 (patch)
treeb06cb36d80ece2234ebd524a0f2a16697c1dad0b /svx/source/inc/docrecovery.hxx
parent378d05a1334658338ef0ac2aa56316b675f80052 (diff)
INTEGRATION: CWS pbbeta02 (1.3.18); FILE MERGED
2004/12/08 19:43:27 pb 1.3.18.1: fix: #i38392# ErrorRepPreviewDialoG: Resize() overloaded
Diffstat (limited to 'svx/source/inc/docrecovery.hxx')
-rw-r--r--svx/source/inc/docrecovery.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 7d8d0b472ede..3c462426c8ce 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docrecovery.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-12-03 09:03:55 $
+ * last change: $Author: kz $ $Date: 2004-12-09 16:44:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -890,9 +890,13 @@ class BrokenRecoveryDialog : public ModalDialog
ErrorRepEdit maContentML;
OKButton maOKBtn;
+ long mnMinHeight;
+
public:
ErrorRepPreviewDialog( Window* _pParent );
virtual ~ErrorRepPreviewDialog();
+
+ virtual void Resize();
};
} // namespace DocRecovery
} // namespace svx