summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-30 04:39:36 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-30 19:32:03 +0100
commit1830e257d85481bed61774fc8febf302a35c1dea (patch)
treee35467b196ed5bc3728ec7456e0298d2843fde8c /sc/inc/attarray.hxx
parentprevent copy c'tor and operator= (diff)
downloadcore-1830e257d85481bed61774fc8febf302a35c1dea.tar.gz
core-1830e257d85481bed61774fc8febf302a35c1dea.zip
this parameter was always true
Change-Id: If78c958c11b5786f31127fc729806e1e5bc5d58a
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 9fc9677fec81..c56207abd67c 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -112,7 +112,7 @@ public:
#if OSL_DEBUG_LEVEL > 1
void TestData() const;
#endif
- void Reset( const ScPatternAttr* pPattern, bool bAlloc = sal_True );
+ void Reset( const ScPatternAttr* pPattern);
bool Concat(SCSIZE nPos);
const ScPatternAttr* GetPattern( SCROW nRow ) const;