[Libreoffice-commits] core.git: sc/source

Julien Nabet serval2412 at yahoo.fr
Fri May 16 15:33:39 PDT 2014


 sc/source/ui/unoobj/docuno.cxx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 280eed820fdd7fccb4fe6f4095b80f7ec504444c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat May 17 00:33:08 2014 +0200

    More fix
    
    Change-Id: Iadb275a3799195a8c2eb57a975315f21d8215b31

diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 9837217..9aeceb7 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -111,10 +111,10 @@ static const SfxItemPropertyMapEntry* lcl_GetDocOptPropertyMap()
     static const SfxItemPropertyMapEntry aDocOptPropertyMap_Impl[] =
     {
         {OUString(SC_UNO_APPLYFMDES),              0, getBooleanCppuType(),                                             0, 0},
-        {OUString(SC_UNO_AREALINKS),               0, cppu::UnoType<util::DateTime>::get(),               0, 0},
+        {OUString(SC_UNO_AREALINKS),               0, cppu::UnoType<sheet::XAreaLinks>::get(),               0, 0},
         {OUString(SC_UNO_AUTOCONTFOC),             0, getBooleanCppuType(),                                             0, 0},
-        {OUString(SC_UNO_BASICLIBRARIES),          0, cppu::UnoType<util::DateTime>::get(),     beans::PropertyAttribute::READONLY, 0},
-        {OUString(SC_UNO_DIALOGLIBRARIES),         0, cppu::UnoType<util::DateTime>::get(),     beans::PropertyAttribute::READONLY, 0},
+        {OUString(SC_UNO_BASICLIBRARIES),          0, cppu::UnoType<script::XLibraryContainer>::get(),     beans::PropertyAttribute::READONLY, 0},
+        {OUString(SC_UNO_DIALOGLIBRARIES),         0, cppu::UnoType<script::XLibraryContainer>::get(),     beans::PropertyAttribute::READONLY, 0},
         {OUString(SC_UNO_VBAGLOBNAME),             0, cppu::UnoType<OUString>::get(),                  beans::PropertyAttribute::READONLY, 0},
         {OUString(SC_UNO_CALCASSHOWN),             PROP_UNO_CALCASSHOWN, getBooleanCppuType(),                          0, 0},
         {OUString(SC_UNONAME_CLOCAL),              0, cppu::UnoType<lang::Locale>::get(),                                    0, 0},
@@ -123,8 +123,8 @@ static const SfxItemPropertyMapEntry* lcl_GetDocOptPropertyMap()
         {OUString(SC_UNO_COLLABELRNG),             0, cppu::UnoType<sheet::XLabelRanges>::get(),             0, 0},
         {OUString(SC_UNO_DDELINKS),                0, cppu::UnoType<container::XNameAccess>::get(),          0, 0},
         {OUString(SC_UNO_DEFTABSTOP),              PROP_UNO_DEFTABSTOP, cppu::UnoType<sal_Int16>::get(),                     0, 0},
-        {OUString(SC_UNO_EXTERNALDOCLINKS),        0, cppu::UnoType<util::DateTime>::get(),        0, 0},
-        {OUString(SC_UNO_FORBIDDEN),               0, cppu::UnoType<util::DateTime>::get(),      beans::PropertyAttribute::READONLY, 0},
+        {OUString(SC_UNO_EXTERNALDOCLINKS),        0, cppu::UnoType<sheet::XExternalDocLinks>::get(),        0, 0},
+        {OUString(SC_UNO_FORBIDDEN),               0, cppu::UnoType<i18n::XForbiddenCharacters>::get(),      beans::PropertyAttribute::READONLY, 0},
         {OUString(SC_UNO_HASDRAWPAGES),            0, getBooleanCppuType(),                                             beans::PropertyAttribute::READONLY, 0},
         {OUString(SC_UNO_IGNORECASE),              PROP_UNO_IGNORECASE, getBooleanCppuType(),                           0, 0},
         {OUString(SC_UNO_ITERENABLED),             PROP_UNO_ITERENABLED, getBooleanCppuType(),                          0, 0},
@@ -133,7 +133,7 @@ static const SfxItemPropertyMapEntry* lcl_GetDocOptPropertyMap()
         {OUString(SC_UNO_LOOKUPLABELS),            PROP_UNO_LOOKUPLABELS, getBooleanCppuType(),                         0, 0},
         {OUString(SC_UNO_MATCHWHOLE),              PROP_UNO_MATCHWHOLE, getBooleanCppuType(),                           0, 0},
         {OUString(SC_UNO_NAMEDRANGES),             0, cppu::UnoType<sheet::XNamedRanges>::get(),             0, 0},
-        {OUString(SC_UNO_DATABASERNG),             0, cppu::UnoType<util::DateTime>::get(),          0, 0},
+        {OUString(SC_UNO_DATABASERNG),             0, cppu::UnoType<sheet::XDatabaseRanges>::get(),          0, 0},
         {OUString(SC_UNO_NULLDATE),                PROP_UNO_NULLDATE, cppu::UnoType<util::Date>::get(),                      0, 0},
         {OUString(SC_UNO_ROWLABELRNG),             0, cppu::UnoType<sheet::XLabelRanges>::get(),             0, 0},
         {OUString(SC_UNO_SHEETLINKS),              0, cppu::UnoType<container::XNameAccess>::get(),          0, 0},


More information about the Libreoffice-commits mailing list