[Libreoffice-commits] .: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 29 22:42:42 PDT 2012
cui/source/inc/cuioptgenrl.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 095b13bd230c97bf4c900f2b9a331927960dc6ed
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 30 07:41:30 2012 +0200
-Werror,-Wmismatched-tags
Change-Id: Ia8242f98f2c1d4256bf84c6ad4f57f998d895d50
diff --git a/cui/source/inc/cuioptgenrl.hxx b/cui/source/inc/cuioptgenrl.hxx
index 4c54f88..0e05750 100644
--- a/cui/source/inc/cuioptgenrl.hxx
+++ b/cui/source/inc/cuioptgenrl.hxx
@@ -45,10 +45,10 @@ private:
// the "Use data for document properties" checkbox (but where is it?)
CheckBox aUseDataCB;
// rows
- class Row;
+ struct Row;
std::vector<boost::shared_ptr<Row> > vRows;
// fields
- class Field;
+ struct Field;
std::vector<boost::shared_ptr<Field> > vFields;
// "name" fields
unsigned nNameRow;
More information about the Libreoffice-commits
mailing list