summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfcontrolwords.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-04-21 20:00:08 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-04-21 20:00:23 +0200
commit9fda7a919f31a192b9bd2938139b6566b7fc2935 (patch)
tree600e882f7174bc28ba79dc853aca043fa57f3539 /writerfilter/source/rtftok/rtfcontrolwords.hxx
parent22eb78b6eee38e11aec32909b6983becb309ce13 (diff)
rtftok: try to make tinderboxes happy
Diffstat (limited to 'writerfilter/source/rtftok/rtfcontrolwords.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfcontrolwords.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.hxx b/writerfilter/source/rtftok/rtfcontrolwords.hxx
index 477ddb5fb062..108898209636 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.hxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.hxx
@@ -1868,8 +1868,6 @@ struct RTFSymbol
RTFKeyword nIndex;
bool operator<(const RTFSymbol& rOther) const;
- RTFSymbol(const char* pKeyword);
- RTFSymbol(const char *pKeyword, int pControlType, RTFKeyword pIndex);
};
extern RTFSymbol aRTFControlWords[];