diff options
Diffstat (limited to 'kword/KWTableFrameSet.h')
| -rw-r--r-- | kword/KWTableFrameSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTableFrameSet.h b/kword/KWTableFrameSet.h index d3f0ad31e..e379f3b6e 100644 --- a/kword/KWTableFrameSet.h +++ b/kword/KWTableFrameSet.h @@ -525,7 +525,7 @@ protected: private: void addCellToArray( Cell* cell ); void afterLoadingCell( Cell* cell ); - void parseInsideOfTable( const TQDomElement& tqparent, KoOasisContext& context, + void parseInsideOfTable( const TQDomElement& parent, KoOasisContext& context, const TQMemArray<double> & columnLefts, uint& row, uint& column, double currentRowHeight ); void loadOasisCell( const TQDomElement& element, KoOasisContext& context, |
