summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/egif/giflzwc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/egif/giflzwc.cxx')
-rw-r--r--filter/source/graphicfilter/egif/giflzwc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/egif/giflzwc.cxx b/filter/source/graphicfilter/egif/giflzwc.cxx
index 4c7ca0b503be..dcc1533640d5 100644
--- a/filter/source/graphicfilter/egif/giflzwc.cxx
+++ b/filter/source/graphicfilter/egif/giflzwc.cxx
@@ -116,7 +116,7 @@ struct GIFLZWCTreeNode
{
GIFLZWCTreeNode* pBrother; // next node which has the same father
- GIFLZWCTreeNode* pFirstChild; // first
+ GIFLZWCTreeNode* pFirstChild; // first
sal_uInt16 nCode; // the code for the string of pixel values which comes about
sal_uInt16 nValue; // the pixel value
};