summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xtabbtmp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xoutdev/xtabbtmp.cxx')
-rw-r--r--svx/source/xoutdev/xtabbtmp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xtabbtmp.cxx b/svx/source/xoutdev/xtabbtmp.cxx
index a677774a93a7..5a9d13e7095d 100644
--- a/svx/source/xoutdev/xtabbtmp.cxx
+++ b/svx/source/xoutdev/xtabbtmp.cxx
@@ -81,7 +81,7 @@ bool XBitmapList::Create()
aBitmap = createHistorical8x8FromArray(aArray, RGB_Color(COL_LIGHTBLUE), RGB_Color(COL_WHITE));
Insert(new XBitmapEntry(Graphic(aBitmap), aStr.toString()));
- return sal_True;
+ return true;
}
Bitmap XBitmapList::CreateBitmapForUI( long /*nIndex*/ )