summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-09-04 21:11:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-09-05 08:57:18 +0200
commit08b923efcb22bae08c799ccc654797076468fa83 (patch)
tree9701b5d88f13c0b7263a6c711b69f8e7f1e087f4 /dbaccess/source/ui/inc
parentHierarchicalNameCheck doesn't need a pimpl (diff)
downloadcore-08b923efcb22bae08c799ccc654797076468fa83.tar.gz
core-08b923efcb22bae08c799ccc654797076468fa83.zip
DataSourceMetaData doesn't need a pimpl
it is module private Change-Id: Ib0817d7964e603157a9369d3ef0685e2b79f0aa9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139376 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/dsmeta.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/dsmeta.hxx b/dbaccess/source/ui/inc/dsmeta.hxx
index 69b13ebb7965..0c8646a53cbd 100644
--- a/dbaccess/source/ui/inc/dsmeta.hxx
+++ b/dbaccess/source/ui/inc/dsmeta.hxx
@@ -42,7 +42,6 @@ namespace dbaui
// DataSourceMetaData
class FeatureSet;
- class DataSourceMetaData_Impl;
/** encapsulates meta data for a data source
On the long run, this class should a) encapsulate *all* meta data which
@@ -65,7 +64,7 @@ namespace dbaui
static AuthenticationMode getAuthentication( const OUString& _sURL );
private:
- std::shared_ptr< DataSourceMetaData_Impl > m_pImpl;
+ OUString m_sURL;
};
// FeatureSet