summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/bbdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/bbdlg.cxx')
-rw-r--r--cui/source/tabpages/bbdlg.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/tabpages/bbdlg.cxx b/cui/source/tabpages/bbdlg.cxx
index 3133b2fb7638..1320f7dcc321 100644
--- a/cui/source/tabpages/bbdlg.cxx
+++ b/cui/source/tabpages/bbdlg.cxx
@@ -61,8 +61,7 @@ SvxBorderBackgroundDlg::~SvxBorderBackgroundDlg()
void SvxBorderBackgroundDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
{
- // Umschalten zwischen Farbe/Grafik ermoeglichen:
-
+ // Make it possible to switch between color/graphic:
if ( bEnableBackgroundSelector && (RID_SVXPAGE_BACKGROUND == nPageId) )
((SvxBackgroundTabPage&)rTabPage).ShowSelector( );
}