summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unochart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unochart.cxx')
-rw-r--r--sw/source/core/unocore/unochart.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index 4bce779bc2f7..a22b4da2b70f 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -1910,7 +1910,7 @@ SwChartDataSequence::SwChartDataSequence(
}
catch (uno::RuntimeException &)
{
- // TODO: shouldnt there be a call to release() here?
+ // TODO: shouldn't there be a call to release() here?
throw;
}
catch (uno::Exception &)
@@ -1958,7 +1958,7 @@ SwChartDataSequence::SwChartDataSequence( const SwChartDataSequence &rObj ) :
}
catch (uno::RuntimeException &)
{
- // TODO: shouldnt there be a call to release() here?
+ // TODO: shouldn't there be a call to release() here?
throw;
}
catch (uno::Exception &)