summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-15 08:38:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-15 08:38:48 +0200
commit3a3a41fba54979253029f35b98aefbc7fa68f1c3 (patch)
tree231d5a3e9cfcaf968ab0e832b5a904d7bfc74343 /writerfilter/source/doctok
parent3e770e3294ee70864329a79f8aaf3834c487d412 (diff)
Remove unnecessary friend declaration
Change-Id: I7bd0fb541f16e39400b40742e92b501be086c887
Diffstat (limited to 'writerfilter/source/doctok')
-rw-r--r--writerfilter/source/doctok/Dff.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerfilter/source/doctok/Dff.hxx b/writerfilter/source/doctok/Dff.hxx
index 87daaef116d6..db39229d8329 100644
--- a/writerfilter/source/doctok/Dff.hxx
+++ b/writerfilter/source/doctok/Dff.hxx
@@ -89,8 +89,6 @@ public:
virtual string getName() const;
virtual Kind getKind();
-
- friend class DffBlock;
};
typedef vector<DffRecord::Pointer_t> Records_t;