summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8toolbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8toolbar.hxx')
-rw-r--r--sw/source/filter/ww8/ww8toolbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8toolbar.hxx b/sw/source/filter/ww8/ww8toolbar.hxx
index 74e726a5256f..d0482e95e49a 100644
--- a/sw/source/filter/ww8/ww8toolbar.hxx
+++ b/sw/source/filter/ww8/ww8toolbar.hxx
@@ -149,7 +149,7 @@ class SwCTBWrapper : public Tcg255SubStruct
sal_Int32 cbDTBC;
- std::vector< SwTBC > rtbdc; //
+ std::vector< SwTBC > rtbdc;
std::vector< Customization > rCustomizations; // array of Customizations
std::vector< sal_Int16 > dropDownMenuIndices; // array of indexes of Customization toolbars that are dropped by a menu
SwCTBWrapper(const SwCTBWrapper&);