summaryrefslogtreecommitdiffstats
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-27 00:52:43 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-27 00:53:17 +0900
commit46dde257601440024cbec83379c80df47114e079 (patch)
treee386846e9133a27f312febc2336b2d0c1b159529 /svx/source/customshapes
parentremoved dead code (diff)
downloadcore-46dde257601440024cbec83379c80df47114e079.tar.gz
core-46dde257601440024cbec83379c80df47114e079.zip
removed unused defines
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeEngine.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeEngine.hxx b/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
index cd383a25cce5..e62b75456a0a 100644
--- a/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
+++ b/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
@@ -46,13 +46,9 @@
// -----------------------------------------------------------------------------
-#define NMSP_IO com::sun::star::io
#define NMSP_UNO com::sun::star::uno
#define NMSP_BEANS com::sun::star::beans
#define NMSP_LANG com::sun::star::lang
-#define NMSP_UTIL com::sun::star::util
-#define NMSP_SAX com::sun::star::xml::sax
-#define NMSP_LOGGING NMSP_UTIL::logging
#define REF( _def_Obj ) NMSP_UNO::Reference< _def_Obj >