diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-17 15:38:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-17 15:40:20 +0100 |
commit | 221935a5e6d8f510f3c8b8e4ca2350ddec818167 (patch) | |
tree | 27ff9cc2be8a0dd7bf4fbbe765e4b562c97e63c0 /svx/source/tbxctrls | |
parent | 22750c14f2850281ca5235cc3c0a6d7c8a234fe0 (diff) |
loplugin:staticaccess
Change-Id: I255a5c3139f97dbef63dd4d3b0f47d64e6946bd5
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 2a9afe6474f3..010c044e1324 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -1338,7 +1338,7 @@ SvxColorWindow::SvxColorWindow(const OUString& rCommand, mpColorSet->SetHelpId( HID_POPUP_COLOR_CTRL ); mrPaletteManager.ReloadColorSet(*mpColorSet); - const sal_uInt32 nMaxItems(mpColorSet->getMaxRowCount() * mpColorSet->getColumnCount()); + const sal_uInt32 nMaxItems(SvxColorValueSet::getMaxRowCount() * SvxColorValueSet::getColumnCount()); Size aSize = mpColorSet->layoutAllVisible(nMaxItems); mpColorSet->set_height_request(aSize.Height()); mpColorSet->set_width_request(aSize.Width()); |