diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-02 00:52:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-02 00:55:31 +0200 |
commit | 2ffa6b313acc322a2502c6c200b39ec652699bf9 (patch) | |
tree | 65a0f96f2e2ad5100b8d471b873557de313fdc7b | |
parent | 6eb8634a9f62bfe486ecd2f46bae37d3d930d5ef (diff) |
fix errorin translation from german to english
Change-Id: Ic58ef47fbd1972762830f66fc3d4d5f1ced2c54e
-rw-r--r-- | sc/source/core/inc/adiasync.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/adiasync.hxx b/sc/source/core/inc/adiasync.hxx index e9f0198afa51..3a479ce29aa5 100644 --- a/sc/source/core/inc/adiasync.hxx +++ b/sc/source/core/inc/adiasync.hxx @@ -52,7 +52,7 @@ private: String* pStr; }; ScAddInDocs* pDocs; // List of using documents - FuncData* mpFuncData; // Pointer to files in collection + FuncData* mpFuncData; // Pointer to data in collection sal_uLong nHandle; // is casted from double to sal_uLong ParamType meType; // result of type PTR_DOUBLE or PTR_STRING bool bValid; // is value valid? |