diff options
author | Andre Fischer <af@apache.org> | 2013-05-16 11:43:55 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-05-16 11:43:55 +0000 |
commit | 3608a33d8362cbc44a2eb7203b7d1bffe481c7ab (patch) | |
tree | 64f6a963ddadc5ebba2cdef7f2232f2b6110bd76 /svx | |
parent | 0a5d252c19fdd4e1e705668a604fb319dc6ceccb (diff) |
121960: Improve creation of toolbox/toolbar controllers.
Notes
Notes:
merged as: edaca7c6e1d1ade6bf6cdae753028ee62297f0b1
Diffstat (limited to 'svx')
-rwxr-xr-x | svx/source/sidebar/insert/InsertPropertyPanel.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/sidebar/insert/InsertPropertyPanel.hxx b/svx/source/sidebar/insert/InsertPropertyPanel.hxx index a97e4734e16e..0a441a1860e3 100755 --- a/svx/source/sidebar/insert/InsertPropertyPanel.hxx +++ b/svx/source/sidebar/insert/InsertPropertyPanel.hxx @@ -39,6 +39,8 @@ class ToolBox; namespace svx { namespace sidebar { +/** This panel provides buttons for inserting shapes into a document. +*/ class InsertPropertyPanel : public Control { |