summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-29 19:59:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-29 19:59:58 +0100
commit574764bb17093268a70efeea5d5c0ef90ffa8e71 (patch)
treeb412dbfa45e7de33126eb714b1db46977d1f1de7 /cui
parentffbc9f27688ae9b3b20e8a6a34508a84555a38b1 (diff)
no need for a double border inside border
Change-Id: I650e00bd026a66f82c6a21b0810b53f2f98c81c9
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optfltr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optfltr.hxx b/cui/source/options/optfltr.hxx
index 9340ec33eeae..a8a70130c660 100644
--- a/cui/source/options/optfltr.hxx
+++ b/cui/source/options/optfltr.hxx
@@ -67,7 +67,7 @@ class OfaMSFilterTabPage2 : public SfxTabPage
virtual void KeyInput( const KeyEvent& rKEvt );
public:
- MSFltrSimpleTable(SvSimpleTableContainer& rParent, WinBits nBits = WB_BORDER)
+ MSFltrSimpleTable(SvSimpleTableContainer& rParent, WinBits nBits = 0)
: SvSimpleTable(rParent, nBits)
{
}