summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesImportHelper.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-26 15:12:33 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-27 02:37:13 +0100
commitb99893b40297c4e82616bea8dab6bc9d82d25b2d (patch)
treeaa6e49f2a8233a97dd8c1b19daa2efe9380d8099 /sc/source/filter/xml/XMLStylesImportHelper.hxx
parentb02c52b467ff3259501350f2e6cb0de123f5b794 (diff)
remove unneeded variable
Change-Id: Ic422a31252d60ddbafdfc05104b704ff9ffc4274
Diffstat (limited to 'sc/source/filter/xml/XMLStylesImportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesImportHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLStylesImportHelper.hxx b/sc/source/filter/xml/XMLStylesImportHelper.hxx
index b64411dc5db7..1d8459e08962 100644
--- a/sc/source/filter/xml/XMLStylesImportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesImportHelper.hxx
@@ -102,10 +102,10 @@ public:
~ScMyStyleRanges();
void AddRange(const ScRange& rRange,
const rtl::OUString* pStyleName, const sal_Int16 nType,
- ScXMLImport& rImport, const sal_uInt32 nMaxRanges);
+ ScXMLImport& rImport);
void AddCurrencyRange(const ScRange& rRange,
const rtl::OUString* pStyleName, const rtl::OUString* pCurrency,
- ScXMLImport& rImport, const sal_uInt32 nMaxRanges);
+ ScXMLImport& rImport);
void InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc);
void SetStylesToRanges(const rtl::OUString* pStyleName, ScXMLImport& rImport);
};