summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/msgbox.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:03:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:03:59 +0000
commit7c3781debace9576521ec6b00811add423b4fbcb (patch)
treed97b4207303b8b6776f57de769838acd9b962061 /vcl/inc/vcl/msgbox.hxx
parentde22ad09db21fe1354070cea8f1cd015efa768e9 (diff)
INTEGRATION: CWS awtfixes1 (1.2.142); FILE MERGED
2007/08/17 13:52:57 mmeeks 1.2.142.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...
Diffstat (limited to 'vcl/inc/vcl/msgbox.hxx')
-rw-r--r--vcl/inc/vcl/msgbox.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/inc/vcl/msgbox.hxx b/vcl/inc/vcl/msgbox.hxx
index b3bbab8ad9b7..7c0a8ee6dfa3 100644
--- a/vcl/inc/vcl/msgbox.hxx
+++ b/vcl/inc/vcl/msgbox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: msgbox.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 18:01:26 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 13:03:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,6 +128,8 @@ public:
const XubString& GetCheckBoxText() const { return maCheckBoxText;}
void SetCheckBoxState( BOOL bCheck );
BOOL GetCheckBoxState() const;
+
+ virtual Size GetOptimalSize(WindowSizeType eType) const;
};
// -----------