summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-06-15 21:46:35 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-06-15 21:46:35 +0200
commite514952e7ce29bc16e45e423070c69982224bc86 (patch)
treec086b1affa35f733b8b81c0ca6975e95f6b09c04 /comphelper
parent5dc7559f03bdfc0770b2131e7574bed7027920df (diff)
tl78v2: #i112427# Support password to modify in calc and writer ODF documents
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/docpasswordhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/docpasswordhelper.hxx b/comphelper/inc/comphelper/docpasswordhelper.hxx
index 2317e740a01b..dbbb68372a07 100644
--- a/comphelper/inc/comphelper/docpasswordhelper.hxx
+++ b/comphelper/inc/comphelper/docpasswordhelper.hxx
@@ -33,7 +33,7 @@
#include "comphelper/docpasswordrequest.hxx"
namespace com { namespace sun { namespace star { namespace task { class XInteractionHandler; } } } }
-namespace com { namespace sun { namespace star { namespace beans { class PropertyValue; } } } }
+namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } }
namespace comphelper {