summaryrefslogtreecommitdiff
path: root/include/svl/ownlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/ownlist.hxx')
-rw-r--r--include/svl/ownlist.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/ownlist.hxx b/include/svl/ownlist.hxx
index 1a47f1a01fe8..6a29f993f62d 100644
--- a/include/svl/ownlist.hxx
+++ b/include/svl/ownlist.hxx
@@ -41,7 +41,6 @@ class SvCommand
OUString aCommand;
OUString aArgument;
public:
- SvCommand() {}
SvCommand( const OUString & rCommand, const OUString & rArg )
{
aCommand = rCommand;