From 2cfa5fbc3e15060c0eb462df25219c96f8aa5935 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 9 Feb 2020 21:54:50 +0100 Subject: -Werror,-Wnon-c-typedef-for-linkage ...with recent Clant trunk, see " Implement P1766R1: diagnose giving non-C-compatible classes a typedef name for linkage purposes." Change-Id: Ida0bbe8f4be7845b8663ea3c86e1faf1db7f55a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88349 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- connectivity/source/cpool/ZConnectionPool.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx index 2037b014f8e3..b05c7d1ff275 100644 --- a/connectivity/source/cpool/ZConnectionPool.hxx +++ b/connectivity/source/cpool/ZConnectionPool.hxx @@ -61,11 +61,11 @@ namespace connectivity typedef std::vector< css::uno::Reference< css::sdbc::XPooledConnection> > TPooledConnections; // contains the currently pooled connections - typedef struct + struct TConnectionPool { TPooledConnections aConnections; sal_Int32 nALiveCount; // will be decremented every time a time says to, when will reach zero the pool will be deleted - } TConnectionPool; + }; struct TDigestHolder { @@ -93,11 +93,11 @@ namespace connectivity typedef std::map< TDigestHolder,TConnectionPool,TDigestLess> TConnectionMap; // contains additional information about an activeconnection which is needed to put it back to the pool - typedef struct + struct TActiveConnectionInfo { TConnectionMap::iterator aPos; css::uno::Reference< css::sdbc::XPooledConnection> xPooledConnection; - } TActiveConnectionInfo; + }; typedef std::map< css::uno::Reference< css::sdbc::XConnection>, TActiveConnectionInfo> TActiveConnectionMap; -- cgit 3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-18reduce the size of Noto fonts package (484M->101M)Andras Timar
2017-02-28Bundle Google Noto fontsAndras Timar
2017-02-28Bundle Karla fontAndras Timar
2017-02-19disable Liberation fonts on WindowsAndras Timar
2016-11-30Remove Noto Emoji fontAkshay Deep
2016-11-30EMOJI CONTROL: Add EmojiOne font for Emoji SupportAkshay Deep
2016-07-19Add Noto Emoji font for emoji supportAkshay Deep
2015-06-06Remove WITH_AGFA_MONOTYPE_FONTSAdolfo Jayme Barrientos
2014-07-04add Carlito/Caladea fonts to install scriptAndras Timar
2013-04-14install fonts using filelistsDavid Tardon
2012-11-08Add more fontsStefan Knorr
2012-01-14scp2: typo: Serif -> SansMatúš Kukan
2011-10-27Remove restriction for Liberation fonts in Windows buildOlivier Hallot