summaryrefslogtreecommitdiffstats
path: root/include/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-23 09:47:48 +0200
committerNoel Grandin <noel@peralex.com>2015-01-08 10:39:36 +0200
commit45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch)
treee368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /include/toolkit
parentFactor out XFillTransparenceItem::dumpAsXml() from sw (diff)
downloadcore-45ec1d9b56cec41596f806ebf845ebfcd30c9f46.tar.gz
core-45ec1d9b56cec41596f806ebf845ebfcd30c9f46.zip
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxgraphics.hxx1
-rw-r--r--include/toolkit/helper/property.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/include/toolkit/awt/vclxgraphics.hxx b/include/toolkit/awt/vclxgraphics.hxx
index 068ed3bfb08a..a180a92b20bc 100644
--- a/include/toolkit/awt/vclxgraphics.hxx
+++ b/include/toolkit/awt/vclxgraphics.hxx
@@ -40,7 +40,6 @@ namespace vcl { class Region; }
#define INITOUTDEV_COLORS 0x0002
#define INITOUTDEV_RASTEROP 0x0004
#define INITOUTDEV_CLIPREGION 0x0008
-#define INITOUTDEV_ALL 0xFFFF
diff --git a/include/toolkit/helper/property.hxx b/include/toolkit/helper/property.hxx
index 453cf34d25e5..92f772bf6f19 100644
--- a/include/toolkit/helper/property.hxx
+++ b/include/toolkit/helper/property.hxx
@@ -233,9 +233,6 @@ namespace uno {
#define PROPERTY_ALIGN_CENTER 1
#define PROPERTY_ALIGN_RIGHT 2
-#define PROPERTY_STATE_OFF 0
-#define PROPERTY_STATE_ON 1
-#define PROPERTY_STATE_DONTCARE 2
TOOLKIT_DLLPUBLIC sal_uInt16 GetPropertyId( const OUString& rPropertyName );
const ::com::sun::star::uno::Type* GetPropertyType( sal_uInt16 nPropertyId );