diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-01 21:57:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-02 11:06:24 +0100 |
commit | cdcb4db776bdb6b8198e0595543fd982eda68e02 (patch) | |
tree | 195a237fbec28109253e3c191fd8fb4e8fc5afd2 /cui/source/inc | |
parent | abc5807fe1dfc4df794767df6696936e08272af5 (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.hxx | 10 |
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: |