summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-28 11:56:58 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-28 11:56:58 +0000
commit248720172183dcd3affe485984790b8d8e308b94 (patch)
treec71a319c110526f4eb93c5bd532d0f27d4330151 /sfx2
parent4680c7233dafe261f8c563971e7f5d5039f30d06 (diff)
INTEGRATION: CWS odfversion241_DEV300 (1.2.110); FILE MERGED
2008/05/21 07:38:50 pb 1.2.110.1: fix: #i89096# added sVersion (of ODF)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/newerverwarn.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/inc/newerverwarn.hxx b/sfx2/source/inc/newerverwarn.hxx
index f5ee8ae2d7..2597656bc9 100644
--- a/sfx2/source/inc/newerverwarn.hxx
+++ b/sfx2/source/inc/newerverwarn.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: newerverwarn.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -45,13 +45,15 @@ namespace sfx2
PushButton m_aUpdateBtn;
CancelButton m_aLaterBtn;
+ ::rtl::OUString m_sVersion;
+
DECL_LINK( UpdateHdl, PushButton* );
DECL_LINK( LaterHdl, CancelButton* );
void InitButtonWidth();
public:
- NewerVersionWarningDialog( Window* pParent );
+ NewerVersionWarningDialog( Window* pParent, const ::rtl::OUString& rVersion );
~NewerVersionWarningDialog();
};
} // namespace sfx2