summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
index aeafa4e2797f..b0d6da8cc843 100644
--- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
@@ -322,9 +322,9 @@ void GraphicPropertyItemConverter::FillSpecialItem(
// translate model name to UI-name for predefined entries, so
// that the correct entry is chosen in the list of UI-names
- XLineDashItem * pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
+ XLineDashItem* pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
- rOutItemSet.Put( * pItemToPut );
+ rOutItemSet.Put( *pItemToPut );
}
break;
@@ -345,9 +345,9 @@ void GraphicPropertyItemConverter::FillSpecialItem(
// translate model name to UI-name for predefined entries, so
// that the correct entry is chosen in the list of UI-names
- XFillGradientItem * pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
+ XFillGradientItem* pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
- rOutItemSet.Put( * pItemToPut );
+ rOutItemSet.Put( *pItemToPut );
}
break;
@@ -368,9 +368,9 @@ void GraphicPropertyItemConverter::FillSpecialItem(
// translate model name to UI-name for predefined entries, so
// that the correct entry is chosen in the list of UI-names
- XFillHatchItem * pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
+ XFillHatchItem* pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
- rOutItemSet.Put( * pItemToPut );
+ rOutItemSet.Put( *pItemToPut );
}
break;
@@ -386,9 +386,9 @@ void GraphicPropertyItemConverter::FillSpecialItem(
// translate model name to UI-name for predefined entries, so
// that the correct entry is chosen in the list of UI-names
- XFillBitmapItem * pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
+ XFillBitmapItem* pItemToPut = aItem.checkForUniqueItem( & m_rDrawModel );
- rOutItemSet.Put( * pItemToPut );
+ rOutItemSet.Put( *pItemToPut );
}
break;