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/hints.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/hints.hxx')
-rw-r--r-- | sc/inc/hints.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx index 17367fb51097..edb2a4ec4e52 100644 --- a/sc/inc/hints.hxx +++ b/sc/inc/hints.hxx @@ -24,8 +24,6 @@ #include "address.hxx" #include <svl/hint.hxx> -// --------------------------------------------------------------------------- - class ScPaintHint : public SfxHint { ScRange aRange; @@ -52,7 +50,6 @@ public: sal_Bool GetPrintFlag() const { return bPrint; } }; - class ScUpdateRefHint : public SfxHint { UpdateRefMode eUpdateRefMode; @@ -75,7 +72,6 @@ public: SCsTAB GetDz() const { return nDz; } }; - #define SC_POINTERCHANGED_NUMFMT 1 class ScPointerChangedHint : public SfxHint @@ -90,7 +86,6 @@ public: sal_uInt16 GetFlags() const { return nFlags; } }; - //! move ScLinkRefreshedHint to a different file? #define SC_LINKREFTYPE_NONE 0 @@ -127,7 +122,6 @@ public: const ScAddress& GetDestPos() const { return aDestPos; } }; - //! move ScAutoStyleHint to a different file? class ScAutoStyleHint : public SfxHint |