summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-09-04 07:55:14 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-09-04 07:56:15 +0900
commit3cbbdedd655d3a7c7a37d921ee5a821abbab2cf9 (patch)
tree94d674c6b2936a20edea0bea3e7126bb1c89cbca /sw/source/ui
parent6e8fb811c71870c4594789c5111e59cf613aa99e (diff)
removed dead code
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/uiview/view2.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 89245c897ecb..7b69a02aaccd 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -256,10 +256,6 @@ int SwView::InsertGraphic( const String &rPath, const String &rFilter,
sal_Bool SwView::InsertGraphicDlg( SfxRequest& rReq )
{
-#ifndef ENABLE_PROP_WITHOUTLINK
-#define ENABLE_PROP_WITHOUTLINK 0x08
-#endif
-
sal_Bool bReturn = sal_False;
SwDocShell* pDocShell = GetDocShell();
sal_uInt16 nHtmlMode = ::GetHtmlMode(pDocShell);