diff options
Diffstat (limited to 'chart2/source/controller/main/ChartController.cxx')
-rw-r--r-- | chart2/source/controller/main/ChartController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx index a00d529d7411..4fe20ec4fbba 100644 --- a/chart2/source/controller/main/ChartController.cxx +++ b/chart2/source/controller/main/ChartController.cxx @@ -1016,7 +1016,7 @@ bool lcl_isFormatObjectCommand( const OString& aCommand ) || aCommand == "FormatMajorGrid" || aCommand == "FormatMinorGrid" ) - return true; + return true; // else return false; |