diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-20 10:24:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-22 10:28:40 +0200 |
commit | 321d924f157ffbe05b9a9286ac7cb9d5f6bfe45c (patch) | |
tree | 71a5c44ad98d44baca8ff2e177995dbf852589f9 /include/svtools/simptabl.hxx | |
parent | 2ba352107abc44d2f9360874005c18b256c8707b (diff) |
convert HIB_ constants to scoped enum
Change-Id: I6fa3ecde4a1c5f9c7e6e1dcd22250cba065933e3
Diffstat (limited to 'include/svtools/simptabl.hxx')
-rw-r--r-- | include/svtools/simptabl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx index b8414851256c..e3fc9f9cb929 100644 --- a/include/svtools/simptabl.hxx +++ b/include/svtools/simptabl.hxx @@ -94,7 +94,7 @@ public: void InsertHeaderEntry(const OUString& rText, sal_uInt16 nCol=HEADERBAR_APPEND, - HeaderBarItemBits nBits = HIB_STDSTYLE); + HeaderBarItemBits nBits = HeaderBarItemBits::STDSTYLE); void SetTabs(const long* pTabs, MapUnit = MAP_APPFONT); |