summaryrefslogtreecommitdiff
path: root/autodoc/source/display/toolkit/hf_navi_sub.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/toolkit/hf_navi_sub.cxx')
-rw-r--r--autodoc/source/display/toolkit/hf_navi_sub.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/display/toolkit/hf_navi_sub.cxx b/autodoc/source/display/toolkit/hf_navi_sub.cxx
index c983ddfe69ca..2b9758f1e2bb 100644
--- a/autodoc/source/display/toolkit/hf_navi_sub.cxx
+++ b/autodoc/source/display/toolkit/hf_navi_sub.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -68,7 +68,7 @@ HF_NaviSubRow::Setup_Row()
pTable = new Html::Table;
CurOut()
>> *pTable
- << new Html::ClassAttr("navisub")
+ << new Html::ClassAttr("navisub")
<< new Xml::AnAttribute( "border", "0" )
<< new Xml::AnAttribute( "cellpadding", "0" );
pMyRow = &pTable->AddRow();