diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-05-28 09:51:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-05-28 09:51:11 +0000 |
commit | f4d1594f303745fc90caa87e1fcab3c0efdbcd5e (patch) | |
tree | 3e50d3e6c00a4d8208ea45108601103b1d5d629a /writerperfect | |
parent | d4ff002a8d610e771827054b8e82f5fe3dbb6290 (diff) |
INTEGRATION: CWS cmcfixes45 (1.3.32); FILE MERGED
2008/05/12 07:20:05 cmc 1.3.32.1: #i86324# remove unused methods
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/filter/PageSpan.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/writerperfect/source/filter/PageSpan.cxx b/writerperfect/source/filter/PageSpan.cxx index e71687e444ae..4ac5797e6d01 100644 --- a/writerperfect/source/filter/PageSpan.cxx +++ b/writerperfect/source/filter/PageSpan.cxx @@ -87,22 +87,6 @@ int PageSpan::getSpan() const return 0; // should never happen } -float PageSpan::getMarginLeft() const -{ - if (mxPropList["fo:margin-left"]) - return mxPropList["fo:margin-left"]->getFloat(); - - return 0.0f; -} - -float PageSpan::getMarginRight() const -{ - if (mxPropList["fo:margin-right"]) - return mxPropList["fo:margin-right"]->getFloat(); - - return 0.0f; -} - void PageSpan::writePageMaster(const int iNum, DocumentHandler *pHandler) const { WPXPropertyList propList; |