summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg/attrdlg.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-30 17:39:40 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-30 17:39:40 +0000
commiteab76e2264298a0931d2013ef253f6eb98c052ee (patch)
tree24a62e1850cbcb8c1d2692bcba03567912fc5251 /sc/source/ui/attrdlg/attrdlg.cxx
parentdd5ac3627477a77b329f470c1bf29371dddbe76d (diff)
#80913# asian typography page
Diffstat (limited to 'sc/source/ui/attrdlg/attrdlg.cxx')
-rw-r--r--sc/source/ui/attrdlg/attrdlg.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/attrdlg.cxx b/sc/source/ui/attrdlg/attrdlg.cxx
index 24a4d8657b39..56008105d313 100644
--- a/sc/source/ui/attrdlg/attrdlg.cxx
+++ b/sc/source/ui/attrdlg/attrdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attrdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-11-27 08:46:06 $
+ * last change: $Author: nn $ $Date: 2000-11-30 18:36:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,7 @@
#include <svx/align.hxx>
#include <svx/border.hxx>
#include <svx/backgrnd.hxx>
+#include <svx/paragrph.hxx>
/*
#include <sbx.hxx>
#include <sfxdoc.hxx>
@@ -113,6 +114,7 @@ ScAttrDlg::ScAttrDlg( SfxViewFrame* pFrame,
AddTabPage( TP_FONT, SvxCharNamePage::Create, 0 );
AddTabPage( TP_FONTEFF, SvxCharEffectsPage::Create, 0 );
AddTabPage( TP_ALIGNMENT, SvxAlignmentTabPage::Create, 0 );
+ AddTabPage( TP_ASIAN, SvxAsianTabPage::Create, 0 );
AddTabPage( TP_BORDER, SvxBorderTabPage::Create, 0 );
AddTabPage( TP_BACKGROUND, SvxBackgroundTabPage::Create, 0 );
AddTabPage( TP_PROTECTION, ScTabPageProtection::Create, 0 );