summaryrefslogtreecommitdiffstats
path: root/svtools/source/dialogs/colrdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/colrdlg.cxx')
-rw-r--r--svtools/source/dialogs/colrdlg.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx
index 70bed42125d7..483515c26c67 100644
--- a/svtools/source/dialogs/colrdlg.cxx
+++ b/svtools/source/dialogs/colrdlg.cxx
@@ -37,8 +37,6 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::ui::dialogs;
-
-
SvColorDialog::SvColorDialog( vcl::Window* pWindow )
: mpParent( pWindow )
, meMode( svtools::ColorPickerMode_SELECT )
@@ -55,17 +53,12 @@ void SvColorDialog::SetColor( const Color& rColor )
}
-
-
-
-
void SvColorDialog::SetMode( sal_Int16 eMode )
{
meMode = eMode;
}
-
short SvColorDialog::Execute()
{
short ret = 0;