summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-07-19 12:37:29 +0000
committerFrank Schönheit <fs@openoffice.org>2002-07-19 12:37:29 +0000
commit172db3c8817603339794a0a38013633f58eda7fe (patch)
tree1d46cc27eaddb70f31ad3a32c7747bc26a25ce0c /sw/source/ui/utlui
parent95eea2da64dcca267d481fd3b24b51cd783f3f38 (diff)
during #101514#: BMP_ROOT_CLOSED and BMP_ROOT_OPENED are not needed anymore: now always using the (same) functionality from the SvTreeListBox
Diffstat (limited to 'sw/source/ui/utlui')
-rw-r--r--sw/source/ui/utlui/content.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx
index f648e0321faa..98bc776d0f91 100644
--- a/sw/source/ui/utlui/content.cxx
+++ b/sw/source/ui/utlui/content.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: content.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: os $ $Date: 2002-06-27 11:07:59 $
+ * last change: $Author: fs $ $Date: 2002-07-19 13:35:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -979,9 +979,7 @@ SwContentTree::SwContentTree(Window* pParent, const ResId& rResId) :
{
SetHelpId(HID_NAVIGATOR_TREELIST);
- Bitmap aRootClosed (SW_RES(BMP_ROOT_CLOSED));
- Bitmap aRootOpened (SW_RES(BMP_ROOT_OPENED));
- SetNodeBitmaps( aRootClosed, aRootOpened );
+ SetNodeDefaultImages();
SetDoubleClickHdl(LINK(this, SwContentTree, ContentDoubleClickHdl));
SetDragDropMode(SV_DRAGDROP_APP_COPY);
for(sal_uInt16 i=0; i < CONTENT_TYPE_MAX; i++)