summaryrefslogtreecommitdiff
path: root/cui/source/inc/dstribut.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/dstribut.hxx')
-rw-r--r--cui/source/inc/dstribut.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/inc/dstribut.hxx b/cui/source/inc/dstribut.hxx
index 08514f807bb2..02b58cab1836 100644
--- a/cui/source/inc/dstribut.hxx
+++ b/cui/source/inc/dstribut.hxx
@@ -33,10 +33,6 @@
#include <vcl/fixed.hxx>
#include <svx/dstribut_enum.hxx>
-/*************************************************************************
-|*
-\************************************************************************/
-
class SvxDistributePage : public SvxTabPage
{
SvxDistributeHorizontal meDistributeHor;
@@ -80,10 +76,6 @@ public:
SvxDistributeVertical GetDistributeVer() const { return meDistributeVer; }
};
-/*************************************************************************
-|*
-\************************************************************************/
-
class SvxDistributeDialog : public SfxSingleTabDialog
{
SvxDistributePage* mpPage;