summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-26 17:32:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-26 17:32:05 +0100
commitf3e44e417ca3d5e85287860325f06069ec7654db (patch)
treef7247f905782d366683d5f9626844c0d2ff53735 /include
parentClean up use of integer types (diff)
downloadcore-f3e44e417ca3d5e85287860325f06069ec7654db.tar.gz
core-f3e44e417ca3d5e85287860325f06069ec7654db.zip
Unwind trivial DbGridControl_Base typedef
Change-Id: Ie58d1e119af6d98b44f67d65ec2586928c1d3360
Diffstat (limited to 'include')
-rw-r--r--include/svx/gridctrl.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 9a06bddb6d59..2bd8f90b72ba 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -162,8 +162,7 @@ enum class DbGridControlNavigationBarState
class FmXGridSourcePropListener;
class DisposeListenerGridBridge;
-typedef ::svt::EditBrowseBox DbGridControl_Base;
-class SVX_DLLPUBLIC DbGridControl : public DbGridControl_Base
+class SVX_DLLPUBLIC DbGridControl : public svt::EditBrowseBox
{
friend class FmXGridSourcePropListener;
friend class GridFieldValueListener;