summaryrefslogtreecommitdiff
path: root/include/comphelper/interaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/interaction.hxx')
-rw-r--r--include/comphelper/interaction.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx
index 85bf5e966a08..0dc42980786c 100644
--- a/include/comphelper/interaction.hxx
+++ b/include/comphelper/interaction.hxx
@@ -90,10 +90,6 @@ namespace comphelper
class COMPHELPER_DLLPUBLIC OInteractionPassword : public OInteraction< css::task::XInteractionPassword >
{
public:
- OInteractionPassword()
- {
- }
-
OInteractionPassword( const OUString& _rInitialPassword )
:m_sPassword( _rInitialPassword )
{