summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/tools/ValueSetWithTextControl.cxx')
-rw-r--r--svx/source/sidebar/tools/ValueSetWithTextControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
index 5d3c74f664ff..5d317f1b19d1 100644
--- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
+++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
@@ -61,7 +61,7 @@ static Font& lcl_GetDefaultBulletFont()
aDefBulletFont.SetFamily( FAMILY_DONTKNOW );
aDefBulletFont.SetPitch( PITCH_DONTKNOW );
aDefBulletFont.SetWeight( WEIGHT_DONTKNOW );
- aDefBulletFont.SetTransparent( sal_True );
+ aDefBulletFont.SetTransparent( true );
bInit = sal_True;
}
return aDefBulletFont;