diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-27 14:32:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-28 08:35:35 +0200 |
commit | ab1d07b8bf40939ab08d84781d6a25353a92394b (patch) | |
tree | 82b426b05b54b79e4789bcb7704efa09cbd8f45a /connectivity | |
parent | bf84823f89f382852764b0e828d7f53178c14384 (diff) |
remove unused UStringDescription struct
Change-Id: Ib92e64e9a8d14f755edc8866979aa6196d0b61f3
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/propertyids.hxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/connectivity/source/inc/propertyids.hxx b/connectivity/source/inc/propertyids.hxx index 45a0f4ee56db..a58fee40a526 100644 --- a/connectivity/source/inc/propertyids.hxx +++ b/connectivity/source/inc/propertyids.hxx @@ -41,26 +41,6 @@ namespace dbtools }; } -namespace connectivity -{ - namespace CONNECTIVITY_PROPERTY_NAME_SPACE - { - typedef const sal_Char* (*PVFN)(); - - struct OOO_DLLPUBLIC_DBTOOLS UStringDescription - { - const sal_Char* pZeroTerminatedName; - sal_Int32 nLength; - - UStringDescription(PVFN _fCharFkt); - operator OUString() const { return OUString(pZeroTerminatedName,nLength,RTL_TEXTENCODING_ASCII_US); } - ~UStringDescription(); - private: - UStringDescription(); - }; - } -} - #define PROPERTY_ID_QUERYTIMEOUT 1 #define PROPERTY_ID_MAXFIELDSIZE 2 #define PROPERTY_ID_MAXROWS 3 |