summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-01 17:52:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-02 14:54:05 +0100
commit50993fd6a56a0cf2709259dd384bf1810c68dbed (patch)
tree20c384dfcfd5041612f18f6329cad9daa8826921 /include
parent50c845f60cfd8541a004dbeecc85cb696452b4f4 (diff)
remove unused GetI18nNumbering variant
Change-Id: Iedf17b5a25bb7c41ebb1f19b06a1d839f7b08ca7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86083 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/SvxNumOptionsTabPageHelper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/SvxNumOptionsTabPageHelper.hxx b/include/svx/SvxNumOptionsTabPageHelper.hxx
index eebb5be9da85..c1ee2274258a 100644
--- a/include/svx/SvxNumOptionsTabPageHelper.hxx
+++ b/include/svx/SvxNumOptionsTabPageHelper.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVX_SVXNUMOPTIONSTABPAGEHELPER_HXX
#include <com/sun/star/text/XDefaultNumberingProvider.hpp>
-#include <vcl/lstbox.hxx>
#include <vcl/weld.hxx>
#include <svx/svxdllapi.h>
@@ -44,7 +43,6 @@ public:
Pass ::std::numeric_limits<sal_uInt16>::max() if there is no such
restriction.
*/
- static void GetI18nNumbering(ListBox& rFmtLB, sal_uInt16 nDoNotRemove);
static void GetI18nNumbering(weld::ComboBox& rFmtLB, sal_uInt16 nDoNotRemove);
};