summaryrefslogtreecommitdiff
path: root/include/svx/optgrid.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/optgrid.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/optgrid.hxx')
-rw-r--r--include/svx/optgrid.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/optgrid.hxx b/include/svx/optgrid.hxx
index bd59955cee05..fc20989f7134 100644
--- a/include/svx/optgrid.hxx
+++ b/include/svx/optgrid.hxx
@@ -28,8 +28,6 @@
class SvxGridTabPage;
-// class SvxOptionsGrid --------------------------------------------------
-
class SVX_DLLPUBLIC SvxOptionsGrid
{
protected:
@@ -70,8 +68,6 @@ public:
bool GetEqualGrid() const { return bEqualGrid; }
};
-// class SvxGridItem -----------------------------------------------------
-
class SVX_DLLPUBLIC SvxGridItem : public SvxOptionsGrid, public SfxPoolItem
{
// #i9076#
@@ -90,8 +86,6 @@ public:
};
-// class SvxGridTabPage --------------------------------------------------
-
class SVX_DLLPUBLIC SvxGridTabPage : public SfxTabPage
{
using TabPage::ActivatePage;