summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 09:03:11 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 09:03:11 +0000
commitd3c67c62a2b1e8c1d30cc7cdf8d02fb4b36c1f86 (patch)
tree8790084a7f797a0168679041c262a181d67f78ce /svtools/source/brwbox
parentd940b7460c71f9e4d2320bd3d4ca525317feaebf (diff)
INTEGRATION: CWS oj14 (1.28.26); FILE MERGED
2006/11/07 14:25:22 oj 1.28.26.1: new icon
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r--svtools/source/brwbox/editbrowsebox.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx
index e2ba55455143..089b51863362 100644
--- a/svtools/source/brwbox/editbrowsebox.cxx
+++ b/svtools/source/brwbox/editbrowsebox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: editbrowsebox.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2007-06-28 10:35:51 $
+ * last change: $Author: rt $ $Date: 2007-07-06 10:03:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -390,6 +390,9 @@ namespace svt
case FILTER:
aImage = m_aStatusImages.GetImage(IMG_EBB_FILTER);
break;
+ case HEADERFOOTER:
+ aImage = m_aStatusImages.GetImage(IMG_EBB_HEADERFOOTER);
+ break;
case CLEAN:
break;
}