summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/TransformerBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/TransformerBase.hxx')
-rw-r--r--xmloff/source/transform/TransformerBase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/TransformerBase.hxx b/xmloff/source/transform/TransformerBase.hxx
index 6d14b30fb3e4..6efd82b4b8e7 100644
--- a/xmloff/source/transform/TransformerBase.hxx
+++ b/xmloff/source/transform/TransformerBase.hxx
@@ -78,7 +78,7 @@ protected:
// this method may return an empty reference when the transformer service
// was created outside the xmloff environment.
- // It is strictly forbiden to use this as a write access to the model!
+ // It is strictly forbidden to use this as a write access to the model!
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& getModel() const { return mxModel; }
public: