summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserpage.cxx')
-rw-r--r--extensions/source/propctrlr/browserpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/browserpage.cxx b/extensions/source/propctrlr/browserpage.cxx
index dfb0236317fd..432ba8c9655d 100644
--- a/extensions/source/propctrlr/browserpage.cxx
+++ b/extensions/source/propctrlr/browserpage.cxx
@@ -70,7 +70,7 @@ namespace pcr
void OBrowserPage::StateChanged(StateChangedType nType)
{
Window::StateChanged( nType);
- if (StateChangedType::VISIBLE == nType)
+ if (StateChangedType::Visible == nType)
m_aListBox->ActivateListBox(IsVisible());
}