Kaydet (Commit) 6d0d79f1 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dr33 (1.34.60); FILE MERGED

2005/02/14 16:40:13 dr 1.34.60.1: #i42367# remove non-ASCII characters from C++ sources
üst fab027bc
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: DTable.hxx,v $ * $RCSfile: DTable.hxx,v $
* *
* $Revision: 1.34 $ * $Revision: 1.35 $
* *
* last change: $Author: hr $ $Date: 2004-08-02 17:12:56 $ * last change: $Author: vg $ $Date: 2005-02-16 17:31:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -126,8 +126,8 @@ namespace connectivity ...@@ -126,8 +126,8 @@ namespace connectivity
struct DBFMemoHeader struct DBFMemoHeader
{ {
DBFMemoType db_typ; /* Dateityp */ DBFMemoType db_typ; /* Dateityp */
UINT32 db_next; /* nchster freier Block */ UINT32 db_next; /* naechster freier Block */
USHORT db_size; /* Blockgre: dBase 3 fest */ USHORT db_size; /* Blockgroesse: dBase 3 fest */
}; };
::std::vector<sal_Int32> m_aTypes; // holds all type for columns just to avoid to ask the propertyset ::std::vector<sal_Int32> m_aTypes; // holds all type for columns just to avoid to ask the propertyset
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment