[Libreoffice-commits] .: writerfilter/source
Miklos Vajna
vmiklos at kemper.freedesktop.org
Fri Sep 2 10:28:01 PDT 2011
writerfilter/source/rtftok/rtfcontrolwords.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 07d1d39fccbfef1638b7f3aaaed063f0d6f4ffa7
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Fri Sep 2 18:45:45 2011 +0200
RTFSymbol: avoid unnecessary typedef
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.hxx b/writerfilter/source/rtftok/rtfcontrolwords.hxx
index 9c355bb..5afb8c6 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.hxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.hxx
@@ -1861,12 +1861,12 @@ enum RTFControlTypes
};
/// Respresents an RTF Control Word
-typedef struct
+struct RTFSymbol
{
const char *sKeyword;
int nControlType;
RTFKeyword nIndex;
-} RTFSymbol;
+};
extern RTFSymbol aRTFControlWords[];
extern int nRTFControlWords;
More information about the Libreoffice-commits
mailing list