summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/paragrph.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-12-15 12:23:06 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-12-15 12:23:06 +0100
commit6c2d2f54fd3ee6b8afce14dcb7b161c99b2b14a2 (patch)
tree33bf8607a648ead4d51558b36f91370140b3fea4 /cui/source/tabpages/paragrph.cxx
parent57a7e3e73cda884c7db69f1a71d56288a4aa59fb (diff)
parent4df3ab56014e82c9ad8c4528827370686d6604e9 (diff)
CWS-TOOLING: integrate CWS communitypatches320_DEV300
Diffstat (limited to 'cui/source/tabpages/paragrph.cxx')
-rw-r--r--cui/source/tabpages/paragrph.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx
index 5cbc5709f..9a1e7587e 100644
--- a/cui/source/tabpages/paragrph.cxx
+++ b/cui/source/tabpages/paragrph.cxx
@@ -1288,7 +1288,7 @@ void SvxParaAlignTabPage::Reset( const SfxItemSet& rSet )
aLastLineLB.Hide();
aLastLineFT.Hide();
aExpandCB.Hide();
- if(!(nHtmlMode & HTMLMODE_FULL_STYLES|HTMLMODE_FIRSTLINE) )
+ if(!(nHtmlMode & (HTMLMODE_FULL_STYLES|HTMLMODE_FIRSTLINE)) )
aJustify.Disable();
aSnapToGridCB.Show(FALSE);
}