summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 07:41:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-30 07:41:30 +0200
commit095b13bd230c97bf4c900f2b9a331927960dc6ed (patch)
tree25ead55039685a36e32d7e329277683c3abbdbbf /cui
parentfdo#53887 convert filter value as LIKE pattern only on (NOT) LIKE (diff)
downloadcore-095b13bd230c97bf4c900f2b9a331927960dc6ed.tar.gz
core-095b13bd230c97bf4c900f2b9a331927960dc6ed.zip
-Werror,-Wmismatched-tags
Change-Id: Ia8242f98f2c1d4256bf84c6ad4f57f998d895d50
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuioptgenrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cuioptgenrl.hxx b/cui/source/inc/cuioptgenrl.hxx
index 4c54f889cdb0..0e0575060973 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;