/sd/res/

ink rel='vcs-git' href='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/sfx2/devtools/DevelopmentToolDockingWindow.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-03-15 14:56:57 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-03-16 03:41:15 +0100
commit173697822d6a598461f79da2e2f77f24723d40ab (patch)
tree67683957607cd6fba927ee2d24fd55c83baa3929 /include/sfx2/devtools/DevelopmentToolDockingWindow.hxx
parent5b84eae0c10aa33bb8ef3a9a0d1336bcc9e9163c (diff)
devtools: put ObjectInspector widgets into it's own class
This is needed so they can be shared between ObjectInspectorHandler and DevelopmentToolDockingWindow, otherwise we have to add each widget as a parameter to the constructor and for each make a referenced member. This worked for a while but with more a nd ore widgets it is becoming ugly. Change-Id: I8f17e4593b04efaf85ef50d0639c306c204ce92a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112547 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>