summaryrefslogtreecommitdiff
path: root/include/sfx2/docfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/docfile.hxx')
-rw-r--r--include/sfx2/docfile.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx
index 5ef0426c36c1..d3db0dfaba79 100644
--- a/include/sfx2/docfile.hxx
+++ b/include/sfx2/docfile.hxx
@@ -272,7 +272,8 @@ public:
const css::uno::Reference<css::graphic::XGraphic> xValidGraphic
= css::uno::Reference<css::graphic::XGraphic>(),
const css::uno::Reference<css::graphic::XGraphic> xInvalidGraphic
- = css::uno::Reference<css::graphic::XGraphic>());
+ = css::uno::Reference<css::graphic::XGraphic>(),
+ const OUString& aComment = OUString());
// the following two methods must be used and make sense only during saving currently
// TODO/LATER: in future the signature state should be controlled by the medium not by the document