summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/dbgui/consdlg.cxx2
-rw-r--r--sc/uiconfig/scalc/ui/consolidatedialog.ui3
2 files changed, 4 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx
index 3fcdacdeab03..558d68ecfebd 100644
--- a/sc/source/ui/dbgui/consdlg.cxx
+++ b/sc/source/ui/dbgui/consdlg.cxx
@@ -130,7 +130,9 @@ void ScConsolidateDlg::Init()
sal_uInt16 i=0;
pRbDataArea->SetReferences(this, pEdDataArea);
+ pEdDataArea->SetReferences(this, get<FixedText>("ftdataarea"));
pRbDestArea->SetReferences(this, pEdDestArea);
+ pEdDestArea->SetReferences(this, get<FixedText>("ftdestarea"));
pEdDataArea ->SetGetFocusHdl( LINK( this, ScConsolidateDlg, GetFocusHdl ) );
pEdDestArea ->SetGetFocusHdl( LINK( this, ScConsolidateDlg, GetFocusHdl ) );
diff --git a/sc/uiconfig/scalc/ui/consolidatedialog.ui b/sc/uiconfig/scalc/ui/consolidatedialog.ui
index 9f039fba4614..a2bf82da39bb 100644
--- a/sc/uiconfig/scalc/ui/consolidatedialog.ui
+++ b/sc/uiconfig/scalc/ui/consolidatedialog.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
+ <!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="ConsolidateDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -144,7 +145,6 @@
<object class="GtkTreeView" id="consareas">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="model">liststore1</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child internal-child="selection">
@@ -385,6 +385,7 @@
<object class="GtkBox" id="box2">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_top">6</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="spacing">12</property>