diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-20 23:48:58 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-26 00:24:36 +0200 |
commit | 3c8099f68c60f7f06e615b49a53720b2de2f2c15 (patch) | |
tree | 7b2ec0fdade2495f7a9cec72fac7b332b4f991d0 /svx | |
parent | 01f5b49eb7287d4a9e57bc4005ada040e85563e4 (diff) |
fix the widget name
Change-Id: I889bf792dca59dca6750e4fb05d819a205f6ea21
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/area/AreaPropertyPanelBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index b5e5443d5a10..7754371f2e5c 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -58,7 +58,7 @@ const sal_Int32 AreaPropertyPanelBase::DEFAULT_BORDER = 0; AreaPropertyPanelBase::AreaPropertyPanelBase( vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rxFrame) - : PanelLayout(pParent, "AreaPropertyPanelBase", "svx/ui/sidebararea.ui", rxFrame), + : PanelLayout(pParent, "AreaPropertyPanel", "svx/ui/sidebararea.ui", rxFrame), meLastXFS(static_cast<sal_uInt16>(-1)), mnLastPosGradient(0), mnLastPosHatch(0), |