summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-22 08:57:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-23 20:31:22 +0100
commit49b1107b6ea81c32628a52202ffbbcd44b042e38 (patch)
treea2267ae3fe189cc6cd88d2e0c972842e97ea3d7a /include/svx
parentconvert CallbackType to scoped enum (diff)
downloadcore-49b1107b6ea81c32628a52202ffbbcd44b042e38.tar.gz
core-49b1107b6ea81c32628a52202ffbbcd44b042e38.zip
remove unused enums in reportdesign,linguistic,l10ntools,vcl,svx
Change-Id: I3ae854f9fed485be915ded5bc4d7e93f5db23dc6 Reviewed-on: https://gerrit.libreoffice.org/63891 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/nbdtmg.hxx5
-rw-r--r--include/svx/xenum.hxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx
index 9379d1da9282..f6d085902db5 100644
--- a/include/svx/nbdtmg.hxx
+++ b/include/svx/nbdtmg.hxx
@@ -35,11 +35,6 @@ enum class NBOType
Bullets = 1, Numbering, Outline
};
-enum class NBType
-{
- Bullets = 1, GraphicBullets
-};
-
class SVX_DLLPUBLIC NumSettings_Impl
{
public:
diff --git a/include/svx/xenum.hxx b/include/svx/xenum.hxx
index c17551586f28..f3620bdfa194 100644
--- a/include/svx/xenum.hxx
+++ b/include/svx/xenum.hxx
@@ -24,7 +24,6 @@
enum class XFormTextStyle { Rotate, Upright, SlantX, SlantY, NONE };
enum class XFormTextAdjust { Left, Right, AutoSize, Center };
enum class XFormTextShadow { NONE, Normal, Slant };
-enum class XBitmapType { Import, N8x8 };
#endif // INCLUDED_SVX_XENUM_HXX