summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-09-03 03:05:22 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-09-03 03:05:22 +0000
commit15516a01e3368a07854cabfe9cace1c841ac3795 (patch)
tree395b8734048010e24a91e0a3cc8f42e263b1d7ac /sc/inc/pivot.hxx
parent1d87f1d07f98db077a182fffe0f55aa029fbd3ae (diff)
slight comment cleaning
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r--sc/inc/pivot.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx
index ad5ec926ed97..eb70f50e70f2 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -401,9 +401,8 @@ struct ScDPLabelData
explicit ScDPLabelData( const String& rName, short nCol, bool bIsValue );
/**
- * return the name that should be displayed in the dp dialogs i.e.
- * when the layout name is present, use it, or else use the original
- * name.
+ * return the name that should be displayed in the dp dialogs i.e. when
+ * the layout name is present, use it, or else use the original name.
*/
::rtl::OUString SC_DLLPUBLIC getDisplayName() const;
};