summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-01 21:57:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-02 11:06:24 +0100
commitcdcb4db776bdb6b8198e0595543fd982eda68e02 (patch)
tree195a237fbec28109253e3c191fd8fb4e8fc5afd2 /cui/source/inc
parentabc5807fe1dfc4df794767df6696936e08272af5 (diff)
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
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/about.hxx10
1 files changed, 6 insertions, 4 deletions
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: