diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2018-05-06 06:44:12 +1000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-06 11:59:36 +0200 |
commit | 9c475ed270f1bb8601f312ee43ca2c50bf1790b9 (patch) | |
tree | 571e5996629649fc6219bf36ea1f6e5579843141 /include/svx/stddlg.hxx | |
parent | f705883c2a5bfaf24d355b9a41bd613e71fc72e4 (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/stddlg.hxx')
-rw-r--r-- | include/svx/stddlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/stddlg.hxx b/include/svx/stddlg.hxx index 973994f88f6d..a783bd8c0061 100644 --- a/include/svx/stddlg.hxx +++ b/include/svx/stddlg.hxx @@ -22,8 +22,6 @@ #include <sfx2/basedlgs.hxx> #include <svx/svxdllapi.h> -// class SvxStandardDialog ----------------------------------------------- - class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog { public: @@ -32,10 +30,9 @@ public: short Execute() override; protected: - virtual void Apply() = 0; // pure virtual!!! + virtual void Apply() = 0; }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |