diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-01 12:00:30 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-01 16:15:59 -0500 |
commit | f6fa663b1398ae90759ac0a73d889e09236814a1 (patch) | |
tree | c25c9fdd8d1d0e19f9bddfc292167dfe6a06b145 /sc/inc/dptabdat.hxx | |
parent | 5dce0079bb4c39c09a1dbc6c24e26a2a67902e17 (diff) |
Cleanups and comments.
Diffstat (limited to 'sc/inc/dptabdat.hxx')
-rw-r--r-- | sc/inc/dptabdat.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx index 5ab7768563bb..956985c2c891 100644 --- a/sc/inc/dptabdat.hxx +++ b/sc/inc/dptabdat.hxx @@ -90,6 +90,10 @@ class ScDPInitState; class ScDPResultMember; class ScDocument; +/** + * Base class that abstracts different data source types of a datapilot + * table. + */ class SC_DLLPUBLIC ScDPTableData { // cached data for GetDatePart |