summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xltracer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xltracer.cxx')
-rw-r--r--sc/source/filter/excel/xltracer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xltracer.cxx b/sc/source/filter/excel/xltracer.cxx
index 7dadbde8198a..2c8f67953831 100644
--- a/sc/source/filter/excel/xltracer.cxx
+++ b/sc/source/filter/excel/xltracer.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -47,7 +47,7 @@ using ::com::sun::star::beans::PropertyValue;
static const XclTracerDetails pTracerDetails[] =
{
{ eUnKnown, 0, "UNKNOWN", "UNKNOWN", "Unknown trace property." },
- { eRowLimitExceeded, 1000, "Limits", "Sheet", "Row limit exceeded." },
+ { eRowLimitExceeded, 1000, "Limits", "Sheet", "Row limit exceeded." },
{ eTabLimitExceeded, 1001, "Limits", "Sheet", "Sheet limit exceeded." },
{ ePassword, 2000, "Protection", "Password", "Document is password protected." },
{ ePrintRange, 3000, "Print", "Print Range", "Print Range present." },