summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2021-05-11 23:34:59 +0300
committerGülşah Köse <gulsah.kose@collabora.com>2021-05-12 11:19:25 +0200
commitdb35b9086476259fa2c047f2e4dfe7862d026530 (patch)
tree274cc302f7912db9b912f5157cce79b227498bec /include
parent95a1ccff3a252315e1c2499331ded4bc2e660d54 (diff)
tdf#141426 Remove GtkPaned struct unnecessary tabs.
In development tool we need GtkPaned for only properties tab. Unnecessary hide() show() calls for the other tabs(Interfaces, Services, Methods) causes complex problems about inital height of the second pane with gen plugin. Change-Id: I7523ef0bc425d7fc97ec5bd9e30e874f88e354f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115450 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/devtools/ObjectInspectorTreeHandler.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
index 0919bbfa3b9a..a9cf5be3dae6 100644
--- a/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
+++ b/include/sfx2/devtools/ObjectInspectorTreeHandler.hxx
@@ -40,9 +40,6 @@ private:
// just the current context
css::uno::Reference<css::uno::XComponentContext> mxContext;
- // should the paned size be reset to default on resize
- bool mbPanedResetSize;
-
static void clearObjectInspectorChildren(std::unique_ptr<weld::TreeView>& pTreeView,
weld::TreeIter const& rParent);
static void handleExpanding(std::unique_ptr<weld::TreeView>& pTreeView,
@@ -86,8 +83,6 @@ public:
DECL_LINK(NotebookEnterPage, const OString&, void);
DECL_LINK(NotebookLeavePage, const OString&, bool);
- DECL_LINK(PanedSizeChange, const Size&, void);
-
void introspect(css::uno::Reference<css::uno::XInterface> const& xInterface);
void dispose();