From cdcb4db776bdb6b8198e0595543fd982eda68e02 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 1 Aug 2011 21:57:42 +0100 Subject: Split this up into the constituent facts and bump copyright year. Make this more readable and make it clearer what's based on what if someone does a --with-vendor build with or without a custom product --- cui/source/inc/about.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx index 0909e9356e52..4e09e0e2e422 100644 --- a/cui/source/inc/about.hxx +++ b/cui/source/inc/about.hxx @@ -53,10 +53,12 @@ private: MultiLineEdit aCopyrightText; svt::FixedHyperlink aInfoLink; - String aVersionData; - String aVersionTextStr; - String aCopyrightTextStr; - String aLinkStr; + String aVersionData; + String aVersionTextStr; + String m_aVendorTextStr; + String m_aOracleCopyrightTextStr; + String m_aAcknowledgementTextStr; + String m_aLinkStr; String m_sBuildStr; protected: -- cgit