diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-19 15:56:02 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-19 15:56:02 +0400 |
commit | 1cb79c8bf9ca11f794c03407155e57fe0d893257 (patch) | |
tree | b1ccc26ec3e2f956591cea2dcd9d03ac5e7aac87 /l10ntools/inc | |
parent | 37159db96ff0ce15b0b91502ba79a86f21a8f29a (diff) |
remove the function declatation as well
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 97c5bf1fae1e..ff8a6791750c 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -426,7 +426,6 @@ public: void Insert( PFormEntrys* pfEntrys ); PFormEntrys* GetPFObject( const rtl::OString &rPFO ); - rtl::OString Dump(); sal_Bool operator==( ResData *pData ); }; |