Kaydet (Commit) c1a9f443 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

tdf#87441: RemoveHiddenContent is indep. of ExternalMailer/Program R/O state

Change-Id: I7a479c85c2acbb750651b4c4211447bcb2a7346e
üst b812b668
...@@ -1131,7 +1131,7 @@ SvxEMailTabPage::SvxEMailTabPage(vcl::Window* pParent, const SfxItemSet& rSet) ...@@ -1131,7 +1131,7 @@ SvxEMailTabPage::SvxEMailTabPage(vcl::Window* pParent, const SfxItemSet& rSet)
: SfxTabPage( pParent, "OptEmailPage", "cui/ui/optemailpage.ui", &rSet) : SfxTabPage( pParent, "OptEmailPage", "cui/ui/optemailpage.ui", &rSet)
, pImpl(new SvxEMailTabPage_Impl) , pImpl(new SvxEMailTabPage_Impl)
{ {
get(m_pMailContainer, "OptEmailPage"); get(m_pMailContainer, "program");
get(m_pMailerURLFI, "lockemail"); get(m_pMailerURLFI, "lockemail");
get(m_pMailerURLED, "url"); get(m_pMailerURLED, "url");
get(m_pMailerURLPB, "browse"); get(m_pMailerURLPB, "browse");
......
...@@ -9,13 +9,12 @@ ...@@ -9,13 +9,12 @@
<property name="label_xalign">0</property> <property name="label_xalign">0</property>
<property name="shadow_type">none</property> <property name="shadow_type">none</property>
<child> <child>
<object class="GtkAlignment" id="alignment1"> <object class="GtkBox" id="box1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="top_padding">6</property> <property name="orientation">vertical</property>
<property name="left_padding">12</property>
<child> <child>
<object class="GtkGrid" id="grid1"> <object class="GtkGrid" id="program">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
...@@ -96,6 +95,19 @@ ...@@ -96,6 +95,19 @@
<property name="height">1</property> <property name="height">1</property>
</packing> </packing>
</child> </child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkGrid" id="grid2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
<child> <child>
<object class="GtkLabel" id="suppress"> <object class="GtkLabel" id="suppress">
<property name="visible">True</property> <property name="visible">True</property>
...@@ -135,6 +147,11 @@ ...@@ -135,6 +147,11 @@
<placeholder/> <placeholder/>
</child> </child>
</object> </object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child> </child>
</object> </object>
</child> </child>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment