summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/paragr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/paragr.hxx')
-rw-r--r--sd/source/ui/inc/paragr.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/inc/paragr.hxx b/sd/source/ui/inc/paragr.hxx
index 1f927b506aa1..625d7e038544 100644
--- a/sd/source/ui/inc/paragr.hxx
+++ b/sd/source/ui/inc/paragr.hxx
@@ -23,13 +23,17 @@
#include <sfx2/tabdlg.hxx>
-#include "paragr.hrc"
-
/**
* Paragraph-Tab-Dialog
*/
class SdParagraphDlg : public SfxTabDialog
{
+ sal_uInt16 m_nParaStd;
+ sal_uInt16 m_nParaNumPara;
+ sal_uInt16 m_nParaAsian;
+ sal_uInt16 m_nParaTab;
+ sal_uInt16 m_nParaAlign;
+
private:
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );