diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 07:41:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 07:41:30 +0200 |
commit | 095b13bd230c97bf4c900f2b9a331927960dc6ed (patch) | |
tree | 25ead55039685a36e32d7e329277683c3abbdbbf /cui | |
parent | c556c5bbd2627aafeb895cb1eb3fb7281d67357d (diff) |
-Werror,-Wmismatched-tags
Change-Id: Ia8242f98f2c1d4256bf84c6ad4f57f998d895d50
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuioptgenrl.hxx | 4 |
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; |