summaryrefslogtreecommitdiff
path: root/svtools/source/control/filectrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/filectrl.cxx')
-rw-r--r--svtools/source/control/filectrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/filectrl.cxx b/svtools/source/control/filectrl.cxx
index 19856d2c8d75..75c38696eb86 100644
--- a/svtools/source/control/filectrl.cxx
+++ b/svtools/source/control/filectrl.cxx
@@ -48,7 +48,7 @@ FileControl::FileControl( Window* pParent, WinBits nStyle, FileControlMode nFlag
maButton.Show();
maEdit.Show();
- SetCompoundControl( sal_True );
+ SetCompoundControl( true );
SetStyle( ImplInitStyle( GetStyle() ) );
}