summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-05-15 15:05:38 +0200
committerTomas Chvatal <tchvatal@suse.cz>2012-05-15 15:10:29 +0200
commit516f81a17619a993694c08b024f0c1a6b11dceb5 (patch)
treed0e724367d4888ece6d2f179a89a8b7ce143dc89 /writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
parenta490c019787bbea83a7a8419978d3c1efaf5450f (diff)
Do not call getOrigName ever
When one take look on what the code did: name = nameA; origName = nameA; GooString *getOrigName() { return origName; } GooString *getName() { return name; } This code is used even with poppler 10 which was branched 4 years ago. So simply do not bother with this code at all. Change-Id: Iba877e765fb763878f5ccd3e1fa62c29cadc9085
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLDocumentImpl.cxx')
0 files changed, 0 insertions, 0 deletions