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/dpshttab.hxx | |
parent | 5dce0079bb4c39c09a1dbc6c24e26a2a67902e17 (diff) |
Cleanups and comments.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index dba8880ff7ce..9608871e894c 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -98,10 +98,9 @@ private: ScDocument* mpDoc; }; -// -------------------------------------------------------------------- -// -// implementation of ScDPTableData with sheet data -// +/** + * Implementation of ScDPTableData with sheet data. + */ class SC_DLLPUBLIC ScSheetDPData : public ScDPTableData { private: |