diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 10:54:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-18 13:23:59 +0000 |
commit | df35f61010953462ffdbc742d23811a7ade0befb (patch) | |
tree | ef77bc99fc2ce1f53b0618ef2e865181528e0dc2 /svx/inc | |
parent | 3b71964eabc9d402d2449566bbd4817e149580b4 (diff) |
move Stored Web Connection Information dialog to cui
Change-Id: Ifddd7348754054e505b0b9abe1d760e903e00f2a
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/simptabl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/simptabl.hxx b/svx/inc/svx/simptabl.hxx index 9bc881793a6b..fc1abc779a89 100644 --- a/svx/inc/svx/simptabl.hxx +++ b/svx/inc/svx/simptabl.hxx @@ -41,7 +41,7 @@ protected: public: SvxSimpleTableContainer( Window* pParent, const ResId& rResId ); - SvxSimpleTableContainer( Window* pParent, WinBits nBits = WB_BORDER | WB_3DLOOK ); + SvxSimpleTableContainer( Window* pParent, WinBits nBits = WB_BORDER ); void SetTable(SvxSimpleTable* pTable); |