Kaydet (Commit) f1304feb authored tarafından Caolán McNamara's avatar Caolán McNamara

[TOOD|TOODO]->TODO

Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86
üst 92440af9
...@@ -475,9 +475,9 @@ import com.sun.star.uno.XComponentContext; ...@@ -475,9 +475,9 @@ import com.sun.star.uno.XComponentContext;
addPropertySetInfoSubNodes(oUnoPropertyNode); addPropertySetInfoSubNodes(oUnoPropertyNode);
} }
else{ else{
//TOOD this code is redundant!!! //TODO this code is redundant!!!
if ( oUnoObject.getClass().isArray()){ if ( oUnoObject.getClass().isArray()){
// TOODO probably we should provid a possibility to insert also non-primitive nodes // TODO probably we should provid a possibility to insert also non-primitive nodes
addPrimitiveValuesToTreeNode(oUnoPropertyNode, oUnoObject); addPrimitiveValuesToTreeNode(oUnoPropertyNode, oUnoObject);
} }
else{ else{
...@@ -526,7 +526,7 @@ import com.sun.star.uno.XComponentContext; ...@@ -526,7 +526,7 @@ import com.sun.star.uno.XComponentContext;
else if (_oUnoNode.getNodeType() == XUnoNode.nOTHERS){ else if (_oUnoNode.getNodeType() == XUnoNode.nOTHERS){
Object oUnoObject = _oUnoNode.getUnoObject(); Object oUnoObject = _oUnoNode.getUnoObject();
if ( oUnoObject.getClass().isArray()){ if ( oUnoObject.getClass().isArray()){
// TOODO probably we should provid a possibility to insert also non-primitive nodes // TODO probably we should provid a possibility to insert also non-primitive nodes
addPrimitiveValuesToTreeNode(_oUnoNode, oUnoObject); addPrimitiveValuesToTreeNode(_oUnoNode, oUnoObject);
} }
else{ else{
......
...@@ -5898,7 +5898,7 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, Point aPoint, BitmapEx& ...@@ -5898,7 +5898,7 @@ static void lcl_paintBitmapExToRect(OutputDevice *pOut, Point aPoint, BitmapEx&
//IMPORTANT: if you change the rects here, also change SwPostItMgr::ScrollbarHit //IMPORTANT: if you change the rects here, also change SwPostItMgr::ScrollbarHit
/*static*/void SwPageFrm::PaintNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNum, bool bRight) /*static*/void SwPageFrm::PaintNotesSidebar(const SwRect& _rPageRect, ViewShell* _pViewShell, sal_uInt16 nPageNum, bool bRight)
{ {
//TOOD: cut out scrollbar area and arrows out of sidepane rect, otherwise it could flicker when pressing arrow buttons //TODO: cut out scrollbar area and arrows out of sidepane rect, otherwise it could flicker when pressing arrow buttons
if (!_pViewShell ) if (!_pViewShell )
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment