fix ubuntu trusty build

Change-Id: I9a7fa68ab69aa9e730bf1e0fb3bc0c49db5f3ef0
This commit is contained in:
Noel Grandin 2017-01-23 13:18:31 +02:00
parent 5a6fa02a6c
commit b0730ff656

View File

@ -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,