summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlstyli.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-01 13:01:08 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-01 13:01:24 +0100
commitbd394abd2ef2157cd2f03c6c2e6801f7223b2a80 (patch)
treedbf4d3b076471fa643c5fdc999d1253baab23aac /sc/source/filter/xml/xmlstyli.cxx
parentCheck for existance of cache before creating a new one. (diff)
downloadcore-bd394abd2ef2157cd2f03c6c2e6801f7223b2a80.tar.gz
core-bd394abd2ef2157cd2f03c6c2e6801f7223b2a80.zip
Remove bogus comments.
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.cxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index 6e36d59ea944..a901ae868494 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -349,7 +349,7 @@ void XMLTableStyleContext::SetOperator( uno::Sequence< beans::PropertyValue >& r
void XMLTableStyleContext::SetBaseCellAddress( uno::Sequence< beans::PropertyValue >& rProps, const OUString& rBaseCell ) const
{
- /* #b4974740# Source position must be set as string, because it may refer
+ /* Source position must be set as string, because it may refer
to a sheet that hasn't been loaded yet. */
lclAppendProperty( rProps, OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_SOURCESTR ) ), rBaseCell );
}