summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-10-29 14:31:35 +0100
committerAndreas Kainz <kainz.a@gmail.com>2020-10-29 23:09:49 +0100
commit55e0a9f5506ca95238b3b70cb9beb33d089577f4 (patch)
tree233ff069d69e64910105fa05d05055d530e59a37 /svx/source/inc
parent5b33b1a6b0f251202e89cef436efd4719c3fc0c4 (diff)
StylesPreview in Writer NB arrangement in two rows
Change-Id: I05e0b903e7d51cb2487f18f5bbeb6228ba7c945f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105008 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/StylesPreviewWindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/StylesPreviewWindow.hxx b/svx/source/inc/StylesPreviewWindow.hxx
index 2b930672d23f..8381f3b72c49 100644
--- a/svx/source/inc/StylesPreviewWindow.hxx
+++ b/svx/source/inc/StylesPreviewWindow.hxx
@@ -74,7 +74,7 @@ private:
class StylesPreviewWindow_Base
{
protected:
- static constexpr unsigned STYLES_COUNT = 4;
+ static constexpr unsigned STYLES_COUNT = 6;
std::unique_ptr<StyleItemController> m_xStyleControllers[STYLES_COUNT];
std::unique_ptr<weld::CustomWeld> m_xStyleControllersWeld[STYLES_COUNT];
@@ -124,4 +124,4 @@ public:
#endif
-/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */