summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlStyleImport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlStyleImport.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.hxx b/dbaccess/source/filter/xml/xmlStyleImport.hxx
index f682131e4b11..46a7f83d64c3 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.hxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.hxx
@@ -44,8 +44,6 @@ namespace dbaxml
SvXMLStylesContext* pStyles;
com::sun::star::uno::Any aConditionalFormat;
sal_Int32 m_nNumberFormat;
- sal_Bool bConditionalFormatCreated : 1;
- sal_Bool bParentSet : 1;
ODBFilter& GetOwnImport();
'/cgit/lo/core/commit/sw/source/uibase/inc/unoatxt.hxx?h=distro/collabora/co-2021&id=91dd2db17bd6cb9b357d1d69b187174e31eabef0'>loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06com::sun::star->css in sw/source/coreNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna