summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 09:59:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 10:15:14 +0100
commit190de05d55880c303a6161ec9b27a760300ff2ce (patch)
tree4cff9e144a8bf24e1008533bd63d46f849fbad6f /cui
parent40c487469b0dcd367ca76a2407f5ef08287dbabb (diff)
remove unused DrawButtonFlags enum value
Change-Id: I5e1a92d94e5b7963c8162b74f1b67dbbf3eeccc9 Reviewed-on: https://gerrit.libreoffice.org/64063 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optdict.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index 0c3c5d2bd045..ecd11054d07c 100644
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -319,19 +319,6 @@ void SvxEditDictionaryDialog::dispose()
}
-/*
-void SvxEditDictionaryDialog::Paint( const Rectangle& rRect )
-{
- ModalDialog::Paint(rRect );
-
- //Rectangle aRect(aEditDictsBox.GetPosPixel(),aEditDictsBox.GetSizePixel());
-
- sal_uInt16 nStyle=DrawButtonFlags::NoFill;
-// aDecoView.DrawButton( aRect, nStyle);
-}
-*/
-
-
void SvxEditDictionaryDialog::SetDicReadonly_Impl(
Reference< XDictionary > const &xDic )
{