summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:20:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:26 +0200
commitbb34461d280d499d93ef982e9b7391fd791ffa35 (patch)
tree4f67b05103bc4bbe7069744f05282a42dc29806a /svx/source/table/cell.cxx
parenta34ded25d61c61c5c25792a1bace4970a754afc6 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Iadc107a89e6c489bf5261042ec6853a1354c434d
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index bd936d8e8572..7af8546cc95e 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -546,7 +546,7 @@ void Cell::copyFormatFrom( const CellRef& xSourceCell )
void Cell::notifyModified()
{
if( mxTable.is() )
- mxTable->setModified( sal_True );
+ mxTable->setModified( true );
}