summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/chartexport.cxx4
-rw-r--r--oox/source/ppt/timenode.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index b003b172c5f9..e483b9e46943 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -664,10 +664,10 @@ void ChartExport::ExportContent()
return;
InitRangeSegmentationProperties( xChartDoc );
// TODO: export chart
- _ExportContent( );
+ ExportContent_( );
}
-void ChartExport::_ExportContent()
+void ChartExport::ExportContent_()
{
Reference< css::chart::XChartDocument > xChartDoc( getModel(), uno::UNO_QUERY );
if( xChartDoc.is())
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index 6c068aca6468..dee91bd649e8 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -291,7 +291,7 @@ namespace oox { namespace ppt {
OUString sString;
Sequence< NamedValue > aSeq;
- for( int i = 0; i < _NP_SIZE; i++)
+ for( int i = 0; i < NP_SIZE_; i++)
{
Any & aValue( maNodeProperties[ i ] );
if( aValue.hasValue() )