diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-31 18:07:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-31 20:03:07 +0000 |
commit | 91859ae19ca1a9793b8553e120683393f584dfb1 (patch) | |
tree | 79cdb50468392752c94f0bc4aab8747501a8ec9f /sc/inc/pivot.hxx | |
parent | dbd0a194a78bcf5588f19d25ddecad0804d86c37 (diff) |
fdo#62475 removed pointless comments
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d
Reviewed-on: https://gerrit.libreoffice.org/5720
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r-- | sc/inc/pivot.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index ae38c1022200..6c9b03e5742b 100644 --- a/sc/inc/pivot.hxx +++ b/sc/inc/pivot.hxx @@ -33,7 +33,6 @@ Make sure that either ColArr or RowArr contains a PivotDataField entry. */ - #ifndef SC_PIVOT_HXX #define SC_PIVOT_HXX @@ -52,7 +51,6 @@ #include <com/sun/star/sheet/DataPilotFieldLayoutInfo.hpp> #include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp> - struct ScDPName { OUString maName; ///< Original name of the dimension. @@ -61,8 +59,6 @@ struct ScDPName explicit ScDPName(const OUString& rName, const OUString& rLayoutName); }; -// ============================================================================ - struct ScDPLabelData { OUString maName; ///< Original name of the dimension. |