summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/license_dialog.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-19 15:53:29 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-19 15:53:29 +0000
commitbbc3078aae08d5c65e4724a118257241abb13344 (patch)
treed49478045ad1b69d1551eeee132dc13c01aa90a8 /desktop/source/deployment/gui/license_dialog.cxx
parent2f3596889233c3b326f8cd45e62dccfa8857a085 (diff)
INTEGRATION: CWS updchk10 (1.5.100); FILE MERGED
2007/10/16 06:23:22 dv 1.5.100.1: Removed superfluous string
Diffstat (limited to 'desktop/source/deployment/gui/license_dialog.cxx')
-rw-r--r--desktop/source/deployment/gui/license_dialog.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/deployment/gui/license_dialog.cxx b/desktop/source/deployment/gui/license_dialog.cxx
index d13ca44b7f53..bde3c971f08b 100644
--- a/desktop/source/deployment/gui/license_dialog.cxx
+++ b/desktop/source/deployment/gui/license_dialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: license_dialog.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 08:24:22 $
+ * last change: $Author: ihi $ $Date: 2007-11-19 16:53:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -104,7 +104,6 @@ protected:
struct LicenseDialogImpl : public ModalDialog
{
cssu::Reference<cssu::XComponentContext> m_xComponentContext;
- ::rtl::OUString m_sTitle;
//virtual BOOL Close();
//virtual void Resize();
//DECL_LINK( headbar_dragEnd, HeaderBar * );
@@ -239,7 +238,6 @@ LicenseDialogImpl::LicenseDialogImpl(
const ::rtl::OUString & sLicenseText):
ModalDialog(pParent, DpGuiResId(RID_DLG_LICENSE))
,m_xComponentContext(xContext)
- ,m_sTitle(String(DpGuiResId(RID_STR_LICENSE_TITLE)))
,m_ftHead(this, DpGuiResId(FT_LICENSE_HEADER))
,m_ftBody1(this, DpGuiResId(FT_LICENSE_BODY_1))
,m_ftBody1Txt(this, DpGuiResId(FT_LICENSE_BODY_1_TXT))