diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-09-25 06:25:56 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-09-25 09:05:38 +0900 |
commit | 3734830c9cf8cb7254ba88a8c55ce6dfa1c5b7c9 (patch) | |
tree | 2a1a2bfeb575c8b378592eedf9d0c3ba96720824 /xmloff | |
parent | 079779c9244867cfcfb059ba57715af18b3a5bfc (diff) |
pXML_DrawAspect_Enum is no longer used
since bc1b9d2dc0428f6a23f9284ea4a058ee55f6c3e4
Change-Id: I7e6bccc451f086093086578775e1446afe0babb6
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/DrawAspectHdl.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xmloff/source/style/DrawAspectHdl.cxx b/xmloff/source/style/DrawAspectHdl.cxx index b25f37f8c1a9..dbfea4bfa5fe 100644 --- a/xmloff/source/style/DrawAspectHdl.cxx +++ b/xmloff/source/style/DrawAspectHdl.cxx @@ -33,19 +33,6 @@ using namespace ::com::sun::star; using namespace ::xmloff::token; -// -// class XMLMeasurePropHdl -// - -SvXMLEnumMapEntry const pXML_DrawAspect_Enum[] = -{ - { XML_CONTENT, 1 }, - { XML_THUMBNAIL, 2 }, - { XML_ICON, 4 }, - { XML_PRINT, 8 }, - { XML_TOKEN_INVALID, 0 } -}; - DrawAspectHdl::~DrawAspectHdl() { // nothing to do |