summaryrefslogtreecommitdiff
path: root/include/svtools/miscopt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-02 13:54:34 +0200
committerNoel Grandin <noel@peralex.com>2016-09-05 08:21:46 +0200
commita1cd62bcd589a7c1050e327f4cb0ad95f9ea19d1 (patch)
tree4564ea2be6311b5e44e67d9036bafab0c501ccb8 /include/svtools/miscopt.hxx
parent256654c26fa0d474891809d30d0004c3d87a5841 (diff)
convert ToolBoxButtonSize to scoped enum
Change-Id: I365b0e34361eb339b04e5f4792f54eff5bf582a5
Diffstat (limited to 'include/svtools/miscopt.hxx')
-rw-r--r--include/svtools/miscopt.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx
index 5d6a91a90ad7..aa926907ef1f 100644
--- a/include/svtools/miscopt.hxx
+++ b/include/svtools/miscopt.hxx
@@ -35,6 +35,7 @@
*//*-*************************************************************************************************************/
class SvtMiscOptions_Impl;
+enum class ToolBoxButtonSize;
/*-************************************************************************************************************
@short collect information about misc group
@@ -62,10 +63,10 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options
sal_Int16 GetSymbolsSize() const;
void SetSymbolsSize( sal_Int16 eSet );
- sal_Int16 GetSidebarIconSize() const;
- void SetSidebarIconSize( sal_Int16 eSet );
- sal_Int16 GetNotebookbarIconSize() const;
- void SetNotebookbarIconSize( sal_Int16 eSet );
+ ToolBoxButtonSize GetSidebarIconSize() const;
+ void SetSidebarIconSize( ToolBoxButtonSize eSet );
+ ToolBoxButtonSize GetNotebookbarIconSize() const;
+ void SetNotebookbarIconSize( ToolBoxButtonSize eSet );
sal_Int16 GetCurrentSymbolsSize() const;
bool AreCurrentSymbolsLarge() const;