summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:11:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:11:46 +0000
commit87f8c38177207e0d1793e4515deb30833d492322 (patch)
tree9cc321148a011f19a108d175cd7dd3f4cb46409d /dbaccess
parentINTEGRATION: CWS warnings01 (1.14.74); FILE MERGED (diff)
downloadcore-87f8c38177207e0d1793e4515deb30833d492322.tar.gz
core-87f8c38177207e0d1793e4515deb30833d492322.zip
INTEGRATION: CWS warnings01 (1.11.20); FILE MERGED
2006/05/29 11:19:12 sb 1.11.20.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/HtmlReader.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/HtmlReader.hxx b/dbaccess/source/ui/inc/HtmlReader.hxx
index c25e84223ab1..9364f05c61d3 100644
--- a/dbaccess/source/ui/inc/HtmlReader.hxx
+++ b/dbaccess/source/ui/inc/HtmlReader.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: HtmlReader.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 08:42:52 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:11:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,7 +73,7 @@ namespace dbaui
*/
virtual OWizTypeSelect* createPage(Window* _pParent);
- void TableDataOn(SvxCellHorJustify& eVal,String *pValue,int nToken);
+ void TableDataOn(SvxCellHorJustify& eVal,int nToken);
void TableFontOn(::com::sun::star::awt::FontDescriptor& _rFont,sal_Int32 &_rTextColor);
sal_Int16 GetWidthPixel( const HTMLOption* pOption );
rtl_TextEncoding GetEncodingByMIME( const String& rMime );