summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-12 16:54:45 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-04-21 19:31:31 +0000
commitd0e96a62a1f497020f5d15640af05ed6224f98e0 (patch)
tree484dad51596e2abb7e505283af01e7d0462649d2
parentaf9db3f55f61d57187be98997fc03167d22fb864 (diff)
Resolves: tdf#79975 toggle checkered background back on
Change-Id: Id856d8dbf437acb7e528e60b4d1b012102ff0557 (cherry picked from commit 8b2a9a37306a7febf28e419280d1782ff230761a) Reviewed-on: https://gerrit.libreoffice.org/15460 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
-rw-r--r--svx/source/gallery2/galctrl.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 9677a969f872..b035168ecf8f 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -6340,7 +6340,7 @@
</desc>
<label>Shows previews with shining through checkered background to visualize transparency.</label>
</info>
- <value>false</value>
+ <value>true</value>
</prop>
</group>
<group oor:name="ExternalApps" oor:extensible="true">
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index 74d97120c86f..daab735fca35 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -272,7 +272,6 @@ void drawTransparenceBackground(OutputDevice& rOut, const Point& rPos, const Siz
}
}
-
GalleryIconView::GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme ) :
ValueSet( pParent, WB_TABSTOP | WB_3DLOOK | WB_BORDER | WB_ITEMBORDER | WB_DOUBLEBORDER | WB_VSCROLL | WB_FLATVALUESET ),
DropTargetHelper( this ),