[Libreoffice-commits] core.git: include/xmloff

Noel Grandin noel.grandin at collabora.co.uk
Mon Jan 23 11:19:19 UTC 2017


 include/xmloff/txtstyli.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b0730ff656848f005838b10bef0cf88f5ac0ba32
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Mon Jan 23 13:18:31 2017 +0200

    fix ubuntu trusty build
    
    Change-Id: I9a7fa68ab69aa9e730bf1e0fb3bc0c49db5f3ef0

diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx
index a142e3d..ee2692f 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -71,6 +71,9 @@ public:
             bool bDefaultStyle = false );
     ~XMLTextStyleContext() override;
 
+    XMLTextStyleContext(const XMLTextStyleContext &) = delete;
+    XMLTextStyleContext operator=(const XMLTextStyleContext &) = delete;
+
     virtual SvXMLImportContext *CreateChildContext(
             sal_uInt16 nPrefix,
             const OUString& rLocalName,


More information about the Libreoffice-commits mailing list