[Libreoffice-commits] core.git: Branch 'distro/collabora/viewer' - 2 commits - android/experimental solenv/bin

Jan Holesovsky kendy at collabora.com
Mon Feb 23 03:00:48 PST 2015


 android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml |    2 +-
 solenv/bin/native-code.py                                              |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 2f6bc9c5c4e9d217c9ad7217695c08da7632c93c
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Feb 23 11:58:13 2015 +0100

    native-code.py: Add more missing chart services.
    
    Fixes ab-slides.odp.
    
    Change-Id: I9f04fb395adab986d3e6d8576d842e08c2d03538

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index da861b8..b50aea6 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -83,6 +83,8 @@ core_constructor_list = [
     "com_sun_star_comp_chart2_Diagram_get_implementation",
     "com_sun_star_comp_chart2_LabeledDataSequence_get_implementation",
     "com_sun_star_comp_chart2_Legend_get_implementation",
+    "com_sun_star_comp_chart2_LinearRegressionCurve_get_implementation",
+    "com_sun_star_comp_chart2_Title_get_implementation",
     "com_sun_star_comp_chart2_XMLFilter_get_implementation",
 # chart2/source/controller/chartcontroller.component
     "com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation",
commit 2a7434f4af6ca1d656ea8de143659c39964a82c2
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Mon Feb 23 11:56:28 2015 +0100

    android: Avoid big amount of space below the icons.
    
    [between the icon and the text]
    
    Change-Id: I7e4d7cfc7df5d186cc721f01ff2c8f157fcbc806

diff --git a/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml b/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml
index 6e269c8..5242f8f 100644
--- a/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml
+++ b/android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml
@@ -14,7 +14,7 @@
     <ImageView
         android:id="@+id/grid_item_image"
         android:layout_width="100dp"
-        android:layout_height="142dp"
+        android:layout_height="100dp"
         android:scaleType="fitStart"
         android:layout_gravity="center">
     </ImageView>


More information about the Libreoffice-commits mailing list