summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-31 18:07:35 +0200
committerTor Lillqvist <tml@iki.fi>2013-08-31 20:03:07 +0000
commit91859ae19ca1a9793b8553e120683393f584dfb1 (patch)
tree79cdb50468392752c94f0bc4aab8747501a8ec9f /sc/inc/postit.hxx
parentdbd0a194a78bcf5588f19d25ddecad0804d86c37 (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/postit.hxx')
-rw-r--r--sc/inc/postit.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index 2359dcff0fc1..c8468c44dcb9 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -36,8 +36,6 @@ class ScDocument;
class Rectangle;
struct ScCaptionInitData;
-// ============================================================================
-
/** Internal data for a cell annotation. */
struct SC_DLLPUBLIC ScNoteData
{
@@ -53,8 +51,6 @@ struct SC_DLLPUBLIC ScNoteData
~ScNoteData();
};
-// ============================================================================
-
/**
* Additional class containing cell annotation data.
*/
@@ -160,8 +156,6 @@ private:
mutable ScNoteData maNoteData; /// Note data with pointer to caption object.
};
-// ============================================================================
-
class SC_DLLPUBLIC ScNoteUtil
{
public:
@@ -306,8 +300,6 @@ public:
void CreateAllNoteCaptions(SCTAB nTab);
};
-// ============================================================================
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */