summaryrefslogtreecommitdiff
path: root/include/svx/modctrl.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2018-05-06 06:44:12 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-06 11:59:36 +0200
commit9c475ed270f1bb8601f312ee43ca2c50bf1790b9 (patch)
tree571e5996629649fc6219bf36ea1f6e5579843141 /include/svx/modctrl.hxx
parentf705883c2a5bfaf24d355b9a41bd613e71fc72e4 (diff)
svx: remove comment cruft
Change-Id: I8f55407d75bba49b3ebeab80dd7a49d6224959d6 Reviewed-on: https://gerrit.libreoffice.org/53899 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/modctrl.hxx')
-rw-r--r--include/svx/modctrl.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/modctrl.hxx b/include/svx/modctrl.hxx
index 37bfc7af3f03..ab8c405426f5 100644
--- a/include/svx/modctrl.hxx
+++ b/include/svx/modctrl.hxx
@@ -25,11 +25,8 @@
#include <memory>
-// Forward declarations
class Timer;
-// class SvxModifyControl ------------------------------------------------
-
class SVX_DLLPUBLIC SvxModifyControl : public SfxStatusBarControl
{
public:
@@ -53,7 +50,6 @@ private:
std::shared_ptr<ImplData> mxImpl;
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */