diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 15:29:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 15:29:57 +0000 |
commit | b92cad5f06185de81fd40510e9231fe474f07264 (patch) | |
tree | 878bf6e46edf852dbf8078ecaf2eafd83c72b828 /svx/source | |
parent | b1b3251478926251d4d1c3e9ef864171548d85b5 (diff) |
INTEGRATION: CWS os103 (1.41.50); FILE MERGED
2007/09/12 08:02:23 os 1.41.50.1: #i64481# Ranges function added to SvxAsianLayoutPage
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/dlgfact.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/dialog/dlgfact.cxx b/svx/source/dialog/dlgfact.cxx index 1a21876b9146..3ace2b80e3f6 100644 --- a/svx/source/dialog/dlgfact.cxx +++ b/svx/source/dialog/dlgfact.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgfact.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: hr $ $Date: 2007-07-31 13:56:46 $ + * last change: $Author: rt $ $Date: 2007-11-06 16:29:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,6 +96,7 @@ #include "connect.hxx" //add for SvxConnectionDialog #include "dbregister.hxx" // add for DatabaseRegistrationDialog #include "cuioptgenrl.hxx" //add for SvxGeneralTabPage +#include <optasian.hxx> #include "insdlg.hxx" #include "pastedlg.hxx" #include "linkdlg.hxx" @@ -2297,7 +2298,8 @@ GetTabPageRanges AbstractDialogFactory_Impl::GetTabPageRangesFunc( USHORT nId ) return SvxNumberFormatTabPage::GetRanges; case RID_SVXPAGE_PAGE : return SvxPageDescPage::GetRanges; - + case RID_SVXPAGE_ASIAN_LAYOUT: + return SvxAsianLayoutPage::GetRanges; default: break; } |