diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:01:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 09:01:37 +0000 |
commit | b3521a0cd4d19be91761f2b2108ba14a69e8c450 (patch) | |
tree | dfa81515aac17d0a9cb11a442f564199a9d127b0 /sc/source/ui/optdlg/tpusrlst.cxx | |
parent | 5c08890e7cfbb10cde6e5669ca19fd4cbcc2380c (diff) |
INTEGRATION: CWS koheiformula01 (1.10.70); FILE MERGED
2008/04/23 15:09:05 kohei 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED
2008/03/20 23:20:47 kohei 1.10.70.1: Use the current address convention everywhere instead of always using the OOo convention.
Diffstat (limited to 'sc/source/ui/optdlg/tpusrlst.cxx')
-rw-r--r-- | sc/source/ui/optdlg/tpusrlst.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx index a99c997f4c89..fcf74ef0eb65 100644 --- a/sc/source/ui/optdlg/tpusrlst.cxx +++ b/sc/source/ui/optdlg/tpusrlst.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tpusrlst.cxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -760,14 +760,16 @@ IMPL_LINK( ScTpUserLists, BtnClickHdl, PushButton*, pBtn ) pViewData->GetTabNo(), &theAreaStr, &theStartPos, - &theEndPos ); + &theEndPos, + pDoc->GetAddressConvention() ); if ( !bAreaOk ) { bAreaOk = pRangeUtil->IsAbsPos( theAreaStr, pDoc, pViewData->GetTabNo(), &theAreaStr, - &theStartPos ); + &theStartPos, + pDoc->GetAddressConvention() ); theEndPos = theStartPos; } } |