summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-05-05 13:46:44 +0200
committerMichael Stahl <mstahl@redhat.com>2015-05-05 15:51:11 +0200
commit8fca0c44e8f21fa2ee1000665856292d5a1c44e9 (patch)
treee750236facc3fd44b051a70aaa0e81be0fc2c002 /extensions
parentf24590521c5ffea13c0aecdb2f30fdd39bbfbc45 (diff)
vcl: rename other members of StateChangedType for consistency
Change-Id: Ifd3339813e5d3dfb54566fd226aaf2d2a199d59a
Diffstat (limited to 'extensions')
-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());
}